Searched refs:OE (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/sys/contrib/device-tree/src/arm/
H A Dst-pincfg.h15 #define OE (1 << 27) macro
35 #define OUT (OE)
37 #define BIDIR (OE | OD)
39 #define BIDIR_PU (OE | PU | OD)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp156 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end();
157 OI != OE; ++OI) {
H A DDependencyAnalysis.cpp100 for (auto OI = CS->arg_begin(), OE = CS->arg_end(); OI != OE; ++OI) {
118 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end();
119 OI != OE; ++OI) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h217 const auto &OE = cast<BasicExpression>(Other);
218 return getType() == OE.getType() && NumOperands == OE.NumOperands &&
219 std::equal(op_begin(), op_end(), OE.op_begin());
452 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other);
453 return NumIntOperands == OE.NumIntOperands &&
454 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin());
514 const PHIExpression &OE = cast<PHIExpression>(Other);
515 return BB == OE.BB;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp106 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) {
124 for (unsigned OI = 4, OE = MI.getNumOperands(); OI < OE; ++OI) {
/freebsd-13-stable/usr.bin/tip/tip/
H A Dremote.c63 &AT, &DV, &CM, &CU, &EL, &IE, &OE, &PN, &PR, &DI,
H A Dvars.c61 "eofw", (char *)&OE },
H A Dtip.h72 EXTERN char *OE; /* EOT to send to complete FT */ variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp128 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end();
129 OI != OE; ++OI)
H A DObjCARCInstKind.cpp299 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end();
300 OI != OE; ++OI)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2052 } else if (const auto *OE = dyn_cast<CXXOperatorCallExpr>(Exp)) {
2053 auto OEop = OE->getOperator();
2056 const Expr *Target = OE->getArg(0);
2057 const Expr *Source = OE->getArg(1);
2065 if (!(OEop == OO_Star && OE->getNumArgs() > 1)) {
2067 checkPtAccess(OE->getArg(0), AK_Read);
2072 const Expr *Obj = OE->getArg(0);
2077 const FunctionDecl *FD = OE->getDirectCallee();
2078 examineArguments(FD, std::next(OE->arg_begin()), OE
[all...]
H A DThreadSafetyCommon.cpp167 if (const auto *OE = dyn_cast<CXXOperatorCallExpr>(AttrExp)) {
168 if (OE->getOperator() == OO_Exclaim) {
170 AttrExp = OE->getArg(0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp438 for (OriginMap::iterator OI = Origins.begin(), OE = Origins.end(); OI != OE; ) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp929 OE = MI->operands_end(); OI != OE; ++OI) {
950 OE = MI->operands_end(); OI != OE; ++OI) {
H A DLiveIntervals.cpp1564 OE = MI.operands_end();
1565 OI != OE; ++OI) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp279 for (Instruction::op_iterator OI = I->op_begin(), OE = I->op_end();
280 OI != OE; ++OI)
352 for (Instruction::op_iterator OI = EI->op_begin(), OE = EI->op_end();
353 OI != OE; ++OI)
1363 OE = GEP->idx_end();
1364 OI != OE; ++OI)
H A DLICM.cpp1381 for (User::op_iterator OI = New->op_begin(), OE = New->op_end(); OI != OE;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h992 ParamVarRegion(const Expr *OE, unsigned Idx, const MemRegion *SReg) argument
993 : VarRegion(SReg, ParamVarRegionKind), OriginExpr(OE), Index(Idx) {
997 static void ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp785 for (unsigned OI = Offset, OE = Opcodes.size(); !Terminated && OI < OE; ) {
796 if (OI + DecodeRing[DI].Length > OE) {
/freebsd-13-stable/sys/powerpc/powerpc/
H A Ddb_disasm.c662 u_int OE; local
663 OE = extract_field(instr, 31 - 21, 1);
664 if (OE) {
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp699 OE = SimplePatterns.end(); OI != OE; ++OI) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2612 OverloadExpr *OE = OverloadExpr::find(SrcExpr.get()).Expression; local
2614 << OE->getName() << DestType << OpRange
2615 << OE->getQualifierLoc().getSourceRange();
H A DSemaDeclAttr.cpp1585 *OE = AL.getNumArgs() > 1 ? AL.getArgAsExpr(1) : nullptr; local
1586 S.AddAssumeAlignedAttr(D, AL, E, OE);
1594 Expr *OE) {
1598 AssumeAlignedAttr TmpAttr(Context, CI, E, OE);
1610 if (OE)
1632 if (OE) {
1633 if (!OE->isValueDependent()) {
1635 if (!OE->isIntegerConstantExpr(I, Context)) {
1638 << OE->getSourceRange();
1644 D->addAttr(::new (Context) AssumeAlignedAttr(Context, CI, E, OE));
1593 AddAssumeAlignedAttr(Decl *D, const AttributeCommonInfo &CI, Expr *E, Expr *OE) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp305 void ParamVarRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, const Expr *OE, argument
308 ID.AddPointer(OE);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp374 for (User::op_iterator OI = GepI->idx_begin()+1, OE = GepI->idx_end();
375 OI != OE; ++OI) {

Completed in 352 milliseconds

12