Home
last modified time | relevance | path

Searched refs:test3_b (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-cycle.ll129 ; test3_a <---> test3_b
140 ; test3_a <---> test3_b
144 ; But test3_a, test3_b, test3_c and test3_d still belong to the same SCC.
148 ; {test3_a, test3_b}, immediately after the newly added ref edge
158 ; CHECK: tail call void @test3_b()
171 tail call void @test3_b()
180 define void @test3_b() #0 {
203 tail call void @test3_b()
/external/flatbuffers/tests/MyGame/Example/
DVec3.php79 …tic function createVec3(FlatBufferBuilder $builder, $x, $y, $z, $test1, $test2, $test3_a, $test3_b) argument
85 $builder->putSbyte($test3_b);
DVec3.lua37 function Vec3.CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b)
42 builder:PrependInt8(test3_b)
DVec3.java28 …Builder builder, float x, float y, float z, double test1, int test2, short test3_a, byte test3_b) { in createVec3() argument
33 builder.putByte(test3_b); in createVec3()
DVec3.kt33 …, x: Float, y: Float, z: Float, test1: Double, test2: UByte, test3_a: Short, test3_b: Byte) : Int { in mutateX()
38 builder.putByte(test3_b) in mutateX()
DVec3.py32 def CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b): argument
37 builder.PrependInt8(test3_b)
DVec3.go94 …loat32, y float32, z float32, test1 float64, test2 Color, test3_a int16, test3_b int8) flatbuffers…
99 builder.PrependInt8(test3_b)
/external/llvm/test/Verifier/
Dalias.ll30 @test3_b = weak alias i32, i32* @test3_a
31 @test3_c = alias i32, i32* @test3_b
/external/llvm-project/llvm/test/Verifier/
Dalias.ll30 @test3_b = weak alias i32, i32* @test3_a
31 @test3_c = alias i32, i32* @test3_b
/external/clang/test/SemaCXX/
Dextern-c.cpp24 extern int test3_b; // expected-note {{previous declaration is here}} in test3_f()
28 …float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'in… variable
Duninit-variables.cpp44 unsigned test3_b() { in test3_b() function
/external/llvm-project/clang/test/SemaCXX/
Dextern-c.cpp24 extern int test3_b; // expected-note {{previous declaration is here}} in test3_f()
28 …float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'in… variable
Duninit-variables.cpp44 unsigned test3_b() { in test3_b() function
/external/clang/test/Analysis/
Ddead-stores.cpp72 void test3_b(int &x) { in test3_b() function
/external/llvm-project/clang/test/Analysis/
Ddead-stores.cpp89 void test3_b(int &x) { in test3_b() function
/external/clang/test/Sema/
Dconversion.c127 int test3_b(long long ll) { in test3_b() function
/external/llvm-project/clang/test/Sema/
Dconversion.c127 int test3_b(long long ll) { in test3_b() function
/external/flatbuffers/tests/
Dmonster_test_generated.lobster139 …latbuffers_builder, x:float, y:float, z:float, test1:float, test2:Color, test3_a:int, test3_b:int):
144 b_.PrependInt8(test3_b)
Dmonster_test_generated.ts507 … z: number, test1: number, test2: MyGame.Example.Color, test3_a: number, test3_b: number):flatbuff…
512 builder.writeInt8(test3_b);
Dmonster_test_generated.js629 MyGame.Example.Vec3.createVec3 = function(builder, x, y, z, test1, test2, test3_a, test3_b) { argument
634 builder.writeInt8(test3_b);