Home
last modified time | relevance | path

Searched defs:Int1 (Results 1 – 4 of 4) 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/llvm/unittests/IR/
DInstructionsTest.cpp37 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
127 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
DConstantsTest.cpp22 IntegerType* Int1 = IntegerType::get(getGlobalContext(), 1); in TEST() local