| /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| ARMWinEHPrinter.cpp | 300 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, 302 uint8_t Imm = OC[Offset] & 0x7f; 304 OC[Offset], 311 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, 313 unsigned Link = (OC[Offset] & 0x20) >> 5; 315 | ((OC[Offset + 0] & 0x1f) << 8) 316 | ((OC[Offset + 1] & 0xff) << 0); 321 OC[Offset + 0], OC[Offset + 1], 330 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| subtypes-2.cc | 27 Outer::Outer (): p (new Inner), e (Oenum::OC)
|
| subtypes.h | 45 enum class Oenum { OA, OB, OC, OD };
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| subtypes-2.cc | 27 Outer::Outer (): p (new Inner), e (Oenum::OC)
|
| subtypes.h | 45 enum class Oenum { OA, OB, OC, OD };
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, 23 : MCSubtargetInfo(TT, CPU, TuneCPU, FS, PF, PD, WPR, WL, RA, IS, OC, FP) {}
|
| ExpandVectorPredication.cpp | 220 auto OC = static_cast<Instruction::BinaryOps>(*VPI.getFunctionalOpcode()); 221 assert(Instruction::isBinaryOp(OC)); 229 switch (OC) { 245 Value *NewBinOp = Builder.CreateBinOp(OC, Op0, Op1, VPI.getName()); 319 auto OC = VPI.getFunctionalOpcode(); 321 if (OC && Instruction::isBinaryOp(*OC))
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| SmartPtrChecker.cpp | 65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); 66 if (!OC) 68 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); 72 OverloadedOperatorKind OOK = OC->getOverloadedOperator();
|
| SmartPtrModeling.cpp | 467 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); 468 if (!OC) 470 OverloadedOperatorKind OOK = OC->getOverloadedOperator(); 473 const MemRegion *ThisRegion = OC->getCXXThisVal().getAsRegion(); 477 const MemRegion *OtherSmartPtrRegion = OC->getArgSVal(0).getAsRegion();
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
| Local.h | 69 Constant *OC = 72 ConstantExpr::getMul(OC, Scale, false /*NUW*/, isInBounds /*NSW*/);
|
| /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/ |
| named4.conf.j2 | 39 match-clients { geoip db country continent OC; };
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| mcore-dis.c | 35 /* OC */ 0xFE00, 147 case OC:
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| mcore-dis.c | 35 /* OC */ 0xFE00, 147 case OC:
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| mcore-dis.c | 35 /* OC */ 0xFE00, 147 case OC:
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mcore-opc.h | 25 O0, OT, O1, OC, O2, X1, OI, OB, 105 { "mfcr", OC, 0, 0x1000 }, 114 { "mtcr", OC, 0, 0x1800 },
|
| mcore-dis.c | 35 /* OC */ 0xFE00, 147 case OC:
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| AnalysisConsumer.cpp | 606 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { 607 if (OC->IsClassExtension()) { 608 OS << OC->getClassInterface()->getName(); 610 OS << OC->getIdentifier()->getNameStart() << '(' 611 << OC->getIdentifier()->getNameStart() << ')';
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| TargetSubtargetInfo.h | 67 const unsigned *OC, const unsigned *FP);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
| GVNExpression.h | 570 const VariableExpression &OC = cast<VariableExpression>(Other); 571 return VariableValue == OC.VariableValue; 607 const ConstantExpression &OC = cast<ConstantExpression>(Other); 608 return ConstantValue == OC.ConstantValue;
|
| /src/external/apache2/llvm/dist/llvm/lib/MC/ |
| MCSubtargetInfo.cpp | 231 const InstrStage *IS, const unsigned *OC, 236 OperandCycles(OC), ForwardingPaths(FP) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| MCSubtargetInfo.h | 101 const unsigned *OC, const unsigned *FP);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| SystemZISelLowering.h | 128 OC,
|