Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dcomplete-interfaces.m11 @interface Int2 : Int3 interface
16 @implementation Int2 implementation
/external/llvm-project/clang/test/Index/
Dcomplete-interfaces.m11 @interface Int2 : Int3 interface
16 @implementation Int2 implementation
/external/llvm-project/clang-tools-extra/test/clang-move/Inputs/
Dtype_alias.h2 using Int2 = int; variable
/external/llvm-project/clang/test/CodeGenCXX/
Dvector-splat-conversion.cpp54 gcc_int_2 FloatToIntConversion(gcc_int_2 Int2, float f) { in FloatToIntConversion()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
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
/external/llvm-project/llvm/unittests/ADT/
DPointerSumTypeTest.cpp16 enum Kinds { Float, Int1, Int2 }; enumerator
/external/llvm/unittests/ADT/
DPointerSumTypeTest.cpp17 enum Kinds { Float, Int1, Int2 }; enumerator
/external/llvm-project/clang/test/Parser/
Dwarn-misleading-indentation.cpp105 using Int2 = int; in f4() typedef
/external/llvm-project/clang/unittests/Tooling/Syntax/
DSynthesisTest.cpp147 auto *Int2 = createTree(*Arena, {{Leaf2, NodeRole::LiteralToken}}, in TEST_P() local
/external/llvm-project/llvm/unittests/BinaryFormat/
DMsgPackDocumentTest.cpp19 DocNode Int1 = Doc.getNode(1), Int2 = Doc.getNode(2); in TEST() local
/external/openscreen/third_party/abseil/src/absl/types/
Doptional_test.cc1246 struct Int2 { struct
1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument
1249 int i;
/external/webrtc/third_party/abseil-cpp/absl/types/
Doptional_test.cc1248 struct Int2 { struct
1250 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() function
1251 int i;
/external/libtextclassifier/abseil-cpp/absl/types/
Doptional_test.cc1246 struct Int2 { struct
1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument
1249 int i;
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Doptional_test.cc1246 struct Int2 { struct
1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument
1249 int i;
/external/angle/third_party/abseil-cpp/absl/types/
Doptional_test.cc1246 struct Int2 { struct
1248 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() function
1249 int i;
/external/abseil-cpp/absl/types/
Doptional_test.cc1248 struct Int2 { struct
1250 Int2(int i) : i(i) {} // NOLINT(runtime/explicit) in Int2() argument
1251 int i;
/external/llvm/unittests/IR/
DConstantsTest.cpp361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); in TEST() local
/external/llvm-project/clang/lib/AST/
DASTStructuralEquivalence.cpp1191 const auto *Int2 = cast<ExtIntType>(T2); in IsStructurallyEquivalent() local
1200 const auto *Int2 = cast<DependentExtIntType>(T2); in IsStructurallyEquivalent() local
/external/llvm-project/llvm/unittests/IR/
DConstantsTest.cpp361 Constant *Int2 = ConstantExpr::getPtrToInt(G2, IntTy); in TEST() local
/external/swiftshader/src/Reactor/
DReactor.cpp2931 Int2::Int2(RValue<Int4> cast) in Int2() function in rr::Int2
2936 Int2::Int2(int x, int y) in Int2() function in rr::Int2
2942 Int2::Int2(RValue<Int2> rhs) in Int2() function in rr::Int2
2947 Int2::Int2(const Int2 &rhs) in Int2() function in rr::Int2
2952 Int2::Int2(const Reference<Int2> &rhs) in Int2() function in rr::Int2
2957 Int2::Int2(RValue<Int> lo, RValue<Int> hi) in Int2() function in rr::Int2
DReactor.hpp1352 class Int2 : public LValue<Int2> class