/llvm-project/clang/test/CodeGenObjC/ |
H A D | compatibility-alias.m | 3 @interface Int1 @end interface
|
H A D | encode-test.m | 12 @interface Int1 { interface 18 @implementation Int1 implementation
|
/llvm-project/clang-tools-extra/test/clang-move/Inputs/ |
H A D | type_alias.h | 1 typedef int Int1; typedef
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/ |
H A D | p3.cpp | 105 using Int1 = int[1]; in referenced_type() typedef 106 using Int1 = decltype(b0); in referenced_type() typedef 107 using Int1 = decltype(br0); in referenced_type() typedef 108 using Int1 = decltype(brr0); in referenced_type() typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | PointerSumTypeTest.cpp | 16 enum Kinds { Float, Int1, Int2 }; enumerator
|
H A D | APIntTest.cpp | 2877 APInt Int1(4, 0x1ULL); TEST() local
|
/llvm-project/clang/unittests/Tooling/Syntax/ |
H A D | SynthesisTest.cpp | 141 auto *Int1 = createTree(*Arena, {{Leaf1, NodeRole::LiteralToken}}, TEST_P() local
|
/llvm-project/flang/unittests/Evaluate/ |
H A D | intrinsics.cpp | 155 using Int1 = Type<TypeCategory::Integer, 1>; in TestIntrinsics() typedef
|
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | MsgPackDocumentTest.cpp | 18 DocNode Int1 = Doc.getNode(1), Int2 = Doc.getNode(2); in TEST() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantsTest.cpp | 26 IntegerType *Int1 = IntegerType::get(Context, 1); in TEST() local 302 Constant *Int1 = ConstantExpr::getPtrToInt(G1, IntTy); TEST() local [all...] |
H A D | InstructionsTest.cpp | 56 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local 155 IntegerType* Int1 = IntegerType::get(C, 1); in TEST() local
|
/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 131 Type *Int1 = Type::getInt1Ty(Context); createCallbackEncoding() local
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 924 IntegerType *Int1 = IntegerType::get(C, 1); in TEST() local 1060 IntegerType *Int1 = IntegerType::get(C, 1); TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1385 const auto *Int1 = cast<BitIntType>(T1); IsStructurallyEquivalent() local 1394 const auto *Int1 = cast<DependentBitIntType>(T1); IsStructurallyEquivalent() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | runtime-type-info.cpp | 489 using Int1 = evaluate::Type<TypeCategory::Integer, 1>; DescribeType() typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1023 auto *Int1 = dyn_cast<ConstantInt>(Elem1); isNonTargetIntrinsicMatch() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 1671 Int1 = 0, global() enumerator [all...] |