Home
last modified time | relevance | path

Searched refs:OE (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/lib/Analysis/IPA/
DFindUsedTypes.cpp50 for (User::const_op_iterator OI = C->op_begin(), OE = C->op_end(); in IncorporateValue() local
51 OI != OE; ++OI) in IncorporateValue()
82 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in runOnModule() local
83 OI != OE; ++OI) in runOnModule()
/external/llvm/lib/Analysis/
DAliasDebugger.cpp53 OE = I->op_end(); OI != OE; ++OI) in runOnModule() local
70 OE = BI->op_end(); OI != OE; ++OI) in runOnModule() local
DIVUsers.cpp69 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end(); in isInteresting() local
70 OI != OE; ++OI) in isInteresting()
DAliasAnalysisEvaluator.cpp175 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end(); in runOnFunction() local
176 OI != OE; ++OI) in runOnFunction()
/external/icu4c/data/coll/
Dde.txt16 Sequence{"&AE<<ä<<<Ä&OE<<ö<<<Ö&UE<<ü<<<Ü"}
68 "&OE<<ö<<<Ö"
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp89 OE = CS.arg_end(); OI != OE; ++OI) { in CanUse() local
105 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end(); in CanUse() local
106 OI != OE; ++OI) { in CanUse()
DObjCARCAPElim.cpp154 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end(); in runOnModule() local
155 OI != OE; ++OI) { in runOnModule()
DObjCARCUtil.cpp245 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end(); in GetInstructionClass() local
246 OI != OE; ++OI) in GetInstructionClass()
/external/chromium_org/third_party/icu/source/data/translit/
DAny_Accents.txt31 $pre OE $post ↔ Œ ; # LATIN CAPITAL LIGATURE OE
32 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE
DLatin_ConjoiningJamo.txt40 $OE = ᅬ;
86 $sep ← [^aow] e {} [$O $OE];
90 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE];
91 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U];
238 $jamoInitial {oe} ↔ $OE;
DIPA_XSampa.txt112 œ ↔ 9; # LATIN SMALL LIGATURE OE
132 ɶ ↔ '&'; # LATIN LETTER SMALL CAPITAL OE
/external/icu4c/data/translit/
DAny_Accents.txt31 $pre OE $post ↔ Œ ; # LATIN CAPITAL LIGATURE OE
32 $pre oe $post ↔ œ ; # LATIN SMALL LIGATURE OE
DLatin_ConjoiningJamo.txt40 $OE = ᅬ;
86 $sep ← [^aow] e {} [$O $OE];
90 $sep ← [^$latinMedial] [y] e {} $IEUNG [$O $OE];
91 $sep ← [^$latinMedial] e {} $IEUNG [$O $OE $U];
238 $jamoInitial {oe} ↔ $OE;
DIPA_XSampa.txt112 œ ↔ 9; # LATIN SMALL LIGATURE OE
132 ɶ ↔ '&'; # LATIN LETTER SMALL CAPITAL OE
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp69 for (Instruction::op_iterator OI = curr->op_begin(), OE = curr->op_end(); in runOnFunction() local
70 OI != OE; ++OI) in runOnFunction()
/external/llvm/lib/IR/
DTypeFinder.cpp63 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end(); in run() local
64 OI != OE; ++OI) in run()
/external/tcpdump/tests/
Dbgp_vpn_attrset.out15 Multi-Protocol Reach NLRI (14), length: 30, Flags [OE]:
/external/llvm/lib/Transforms/IPO/
DStripSymbols.cpp159 OE = Operands.end(); OI != OE; ++OI) in RemoveDeadConstant() local
/external/clang/lib/Analysis/
DThreadSafety.cpp367 if (const CXXOperatorCallExpr *OE = dyn_cast<CXXOperatorCallExpr>(CE)) { in buildSExpr() local
368 OverloadedOperatorKind k = OE->getOperator(); in buildSExpr()
371 return buildSExpr(OE->getArg(0), CallCtx, NDeref); in buildSExpr()
374 return buildSExpr(OE->getArg(0), CallCtx, NDeref); in buildSExpr()
2124 } else if (CXXOperatorCallExpr *OE = dyn_cast<CXXOperatorCallExpr>(Exp)) { in VisitCallExpr() local
2125 switch (OE->getOperator()) { in VisitCallExpr()
2127 const Expr *Target = OE->getArg(0); in VisitCallExpr()
2128 const Expr *Source = OE->getArg(1); in VisitCallExpr()
2134 const Expr *Source = OE->getArg(0); in VisitCallExpr()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp724 OE = MI->operands_end(); OI != OE; ++OI) { in SplitCriticalEdge() local
745 OE = MI->operands_end(); OI != OE; ++OI) { in SplitCriticalEdge() local
DStrongPHIElimination.cpp225 OE = MI->operands_end(); OI != OE; ++OI) { in findLastUse() local
/external/qemu/pc-bios/keymaps/
Dno57 OE 0x18 shift altgr
Dda57 OE 0x18 shift altgr
Dfi58 OE 0x18 shift altgr
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp589 OE = SimplePatterns.end(); OI != OE; ++OI) { in printFunctionDefinitions() local

1234