Home
last modified time | relevance | path

Searched defs:Int2 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/Index/
H A Dcomplete-interfaces.m11 @interface Int2 : Int3 interface
16 @implementation Int2 implementation
/llvm-project/clang-tools-extra/test/clang-move/Inputs/
H A Dtype_alias.h2 using Int2 = int; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dvector-splat-conversion.cpp53 gcc_int_2 FloatToIntConversion(gcc_int_2 Int2, float f) { in FloatToIntConversion() argument
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp3.cpp113 using Int2 = int[2]; in referenced_type() typedef
114 using Int2 = decltype(b1); in referenced_type() typedef
115 using Int2 = decltype(br1); in referenced_type() typedef
116 using Int2 = decltype(brr1); in referenced_type() typedef
/llvm-project/llvm/unittests/ADT/
H A DPointerSumTypeTest.cpp16 enum Kinds { Float, Int1, Int2 }; enumerator
/llvm-project/clang/test/Parser/
H A Dwarn-misleading-indentation.cpp105 using Int2 = int; in f4() typedef
/llvm-project/clang/unittests/Tooling/Syntax/
H A DSynthesisTest.cpp147 auto *Int2 = createTree(*Arena, {{Leaf2, NodeRole::LiteralToken}}, TEST_P() local
/llvm-project/llvm/unittests/BinaryFormat/
H A DMsgPackDocumentTest.cpp18 DocNode Int1 = Doc.getNode(1), Int2 = Doc.getNode(2); in TEST() local
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1386 const auto *Int2 = cast<BitIntType>(T2); IsStructurallyEquivalent() local
1395 const auto *Int2 = cast<DependentBitIntType>(T2); IsStructurallyEquivalent() local
/llvm-project/llvm/unittests/IR/
H A DConstantsTest.cpp303 ASSERT_NE(Int1, Int2); in TEST() local