| /external/llvm-project/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 256 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() 267 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() 286 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() 298 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx() 315 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx() 332 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx() 346 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx() 359 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L() 373 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() 389 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111() [all …]
|
| /external/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() 238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() 257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() 269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx() 286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx() 303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx() 317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx() 330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L() 344 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() 360 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111() [all …]
|
| /external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
| D | header_set_synop.pass.cpp | 38 using OC = std::greater<V>; in main() typedef
|
| D | header_map_synop.pass.cpp | 39 using OC = std::greater<int>; in main() typedef
|
| /external/llvm-project/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
| D | header_set_synop.pass.cpp | 38 using OC = std::greater<V>; in main() typedef
|
| D | header_map_synop.pass.cpp | 39 using OC = std::greater<int>; in main() typedef
|
| /external/llvm/lib/Target/ |
| D | TargetSubtargetInfo.cpp | 25 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | TargetSubtargetInfo.cpp | 22 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | TargetSubtargetInfo.cpp | 21 const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, in TargetSubtargetInfo()
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | SmartPtrChecker.cpp | 65 const auto *OC = dyn_cast<CXXMemberOperatorCall>(&Call); in checkPreCall() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | AssertSideEffectCheck.cpp | 32 UnaryOperator::Opcode OC = Op->getOpcode(); in AST_MATCHER_P() local
|
| /external/arm-trusted-firmware/lib/romlib/ |
| D | Makefile | 10 OC = $(CROSS_COMPILE)objcopy macro
|
| /external/llvm-project/llvm/unittests/IR/ |
| D | VPIntrinsicTest.cpp | 141 for (unsigned OC : Opcodes) { in TEST_F() local
|
| /external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/ |
| D | Makefile | 45 OC := ${M0_CROSS_COMPILE}objcopy macro
|
| /external/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 44 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 214 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
|
| /external/llvm-project/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 228 const InstrStage *IS, const unsigned *OC, in MCSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | GVNExpression.h | 567 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local 604 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
|
| /external/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| D | GVNExpression.h | 560 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local 597 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 120 OC, enumerator
|
| /external/arm-trusted-firmware/ |
| D | Makefile | 170 OC := ${CROSS_COMPILE}objcopy macro
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| D | AnalysisConsumer.cpp | 598 } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) { in getFunctionName() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 127 OC, enumerator
|
| /external/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 128 OC, enumerator
|
| /external/clang/test/Layout/ |
| D | ms-x86-pack-and-align.cpp | 583 struct OC : virtual OA, virtual OB {}; struct
|