Home
last modified time | relevance | path

Searched defs:Int1 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenObjC/
Dcompatibility-alias.m3 @interface Int1 @end interface
Dencode-test.m12 @interface Int1 { interface
18 @implementation Int1 implementation
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DInstructionsTest.cpp29 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
67 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
DConstantsTest.cpp19 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1); in TEST() local
/external/llvm/unittests/ADT/
DPointerSumTypeTest.cpp17 enum Kinds { Float, Int1, Int2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPointerSumTypeTest.cpp17 enum Kinds { Float, Int1, Int2 }; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantsTest.cpp26 IntegerType *Int1 = IntegerType::get(Context, 1); in TEST() local
361 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); in TEST() local
DInstructionsTest.cpp49 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
139 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
/external/llvm/unittests/IR/
DConstantsTest.cpp26 IntegerType *Int1 = IntegerType::get(Context, 1); in TEST() local
360 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); in TEST() local
DInstructionsTest.cpp37 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
127 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp135 getMDTwoInt(LLVMContext *Context, unsigned Int1, unsigned Int2) { in getMDTwoInt()