Home
last modified time | relevance | path

Searched refs:Int3 (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang/test/Index/
Dcomplete-interfaces.m4 @class Int1, Int2, Int3, Int4;
6 @interface Int3 interface
11 @interface Int2 : Int3
19 @implementation Int3 implementation
25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}
30 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int3}
34 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int3}
39 // CHECK-CC4-NEXT: ObjCInterfaceDecl:{TypedText Int3}
43 // CHECK-CC5-NEXT: ObjCInterfaceDecl:{TypedText Int3}
52 [Int3 message:1];
[all …]
/external/clang/test/Index/
Dcomplete-interfaces.m4 @class Int1, Int2, Int3, Int4;
6 @interface Int3 interface
11 @interface Int2 : Int3
19 @implementation Int3 implementation
25 // CHECK-CC1: ObjCInterfaceDecl:{TypedText Int3}
30 // CHECK-CC2-NEXT: ObjCInterfaceDecl:{TypedText Int3}
34 // CHECK-CC3-NEXT: ObjCInterfaceDecl:{TypedText Int3}
39 // CHECK-CC4-NEXT: ObjCInterfaceDecl:{TypedText Int3}
43 // CHECK-CC5-NEXT: ObjCInterfaceDecl:{TypedText Int3}
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base.fbs24 table Int3 {
230 work_group_size:Int3;
238 work_group_launch_order:Int3;
239 grid_size:Int3;
242 work_groups_count:Int3;
Dserialization_base_generated.h30 struct Int3;
485 struct Int3 FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
511 typedef Int3 Table;
515 fbb_.AddElement<int32_t>(Int3::VT_X, x, 0); in add_x()
518 fbb_.AddElement<int32_t>(Int3::VT_Y, y, 0); in add_y()
521 fbb_.AddElement<int32_t>(Int3::VT_Z, z, 0); in add_z()
527 flatbuffers::Offset<Int3> Finish() { in Finish()
529 auto o = flatbuffers::Offset<Int3>(end); in Finish()
534 inline flatbuffers::Offset<Int3> CreateInt3(
2134 const tflite::gpu::data::Int3 *work_group_size() const { in work_group_size()
[all …]
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
Dp3.cpp121 using Int3 = int[3]; in referenced_type() typedef
122 using Int3 = decltype(b2); in referenced_type() typedef
123 using Int3 = decltype(br2); in referenced_type() typedef
124 using Int3 = decltype(brr2); in referenced_type() typedef
/external/llvm-project/clang-tools-extra/test/clang-move/Inputs/
Dtype_alias.h10 typedef int Int3; typedef
/external/clang/test/CodeGenObjCXX/
Dencode.mm43 class Int3 { int x, y, z; };
47 - (void) foo: (int (Int3::*)) member; argument
50 - (void) foo: (int (Int3::*)) member { argument
/external/llvm-project/llvm/test/TableGen/
Dcompare.td64 // CHECK: def Int3
69 def Int3 : IntCompare<108, 42>;
/external/llvm-project/clang/test/CodeGenObjCXX/
Dencode.mm44 class Int3 { int x, y, z; };
48 - (void) foo: (int (Int3::*)) member; argument
51 - (void) foo: (int (Int3::*)) member { argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DOther.cpp38 TEST_F(AssemblerX8664LowLevelTest, Int3) { in TEST_F() argument
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DOther.cpp38 TEST_F(AssemblerX8632LowLevelTest, Int3) { in TEST_F() argument
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp646 ConstantInt *Int3 = ConstantInt::get(Int8Ty, kInt3Code); in createJumpTableEntry() local
649 Jmp, OffsetedDisp, Int3, Int3, Int3, in createJumpTableEntry()
/external/skia/tests/
DSkSLDSLTest.cpp281 EXPECT_EQUAL(Int3(0), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
283 EXPECT_EQUAL(Int3(Int2(0, 1), -2), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
285 EXPECT_EQUAL(Int3(0, 1, 2), in DEF_GPUTEST_FOR_MOCK_CONTEXT()
305 Int4(Int3(1)).release(); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
/external/skia/src/sksl/
DSkSLCompiler.cpp143 TYPE( Int), TYPE( Int2), TYPE( Int3), TYPE( Int4), in Compiler()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc323 flatbuffers::Offset<data::Int3> Encode( in Encode()
/external/skqp/src/sksl/
DSkSLCompiler.cpp90 ADD_TYPE(Int3); in Compiler()
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h110 Int3, enumerator
2699 return InstX86Base::isClassof(Instr, InstX86Base::Int3); in classof()
3292 using Int3 = typename InstImpl<TraitsType>::InstX86Int3; member
DIceTargetLoweringX86Base.h687 void _int3() { Context.insert<typename Traits::Insts::Int3>(); } in _int3()
DIceInstX86BaseImpl.h274 : InstX86Base(Func, InstX86Base::Int3, 0, nullptr) {} in InstX86Int3()