Searched defs:clas (Results 1 – 13 of 13) sorted by relevance
/external/apache-commons-bcel/src/examples/ |
D | Package.java | 240 String clas = ((ConstantUtf8) pool.getConstant(idx)).getBytes(); in addDependents() local 250 void addClassString(String clas, String from) throws IOException { in addClassString()
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/ |
D | FieldMethodizer.java | 170 private void inspect(Class<?> clas) in inspect()
|
/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
D | CollectAPI.java | 69 String clas = "***"; // hack - we just need a class name never used in writeHTML() local
|
D | ReportAPI.java | 464 String clas = null; in printResults() local
|
D | CheckAPI.java | 829 String clas = null; in writeResults() local
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 627 #define HANDLE_INST(num, opc, clas) \ in clone() argument
|
D | Core.cpp | 1058 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument 1067 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 735 #define HANDLE_INST(num, opc, clas) \ in clone() argument
|
D | Core.cpp | 1437 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument 1446 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Instruction.cpp | 908 #define HANDLE_INST(num, opc, clas) \ in clone() argument
|
D | Core.cpp | 1520 #define HANDLE_INST(num, opc, clas) case num: return LLVM##opc; in map_to_llvmopcode() argument 1529 #define HANDLE_INST(num, opc, clas) case LLVM##opc: return num; in map_from_llvmopcode() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 5480 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in SimplifyInstruction() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 6687 #define HANDLE_CAST_INST(num, opc, clas) case Instruction::opc: in simplifyInstructionWithOperands() argument
|