Home
last modified time | relevance | path

Searched refs:test3_a (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dlinkage2.ll10 @test3_a = common global i8 0
11 ; CHECK-DAG: @test3_a = common global i16 0
/external/llvm/test/Linker/
Dlinkage2.ll10 @test3_a = common global i8 0
11 ; CHECK-DAG: @test3_a = common global i16 0
/external/flatbuffers/tests/MyGame/Example/
DVec3.php79 …tic function createVec3(FlatBufferBuilder $builder, $x, $y, $z, $test1, $test2, $test3_a, $test3_b) argument
86 $builder->putShort($test3_a);
DVec3.lua37 function Vec3.CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b)
43 builder:PrependInt16(test3_a)
DVec3.java28 …uilder builder, float x, float y, float z, double test1, byte test2, short test3_a, byte test3_b) { in createVec3() argument
34 builder.putShort(test3_a); in createVec3()
DVec3.py30 def CreateVec3(builder, x, y, z, test1, test2, test3_a, test3_b): argument
36 builder.PrependInt16(test3_a)
DVec3.go65 …ers.Builder, x float32, y float32, z float32, test1 float64, test2 int8, test3_a int16, test3_b in…
71 builder.PrependInt16(test3_a)
/external/llvm/test/Verifier/
Dalias.ll29 @test3_a = global i32 42
30 @test3_b = weak alias i32, i32* @test3_a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Dalias.ll29 @test3_a = global i32 42
30 @test3_b = weak alias i32, i32* @test3_a
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcgscc-iterate-function-mutation.ll131 ; CHECK: define void @test3_a() {
132 define void @test3_a() {
176 call void @test3_a()
201 call void @test3_a()
226 call void @test3_a()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/
Dlinkage2.ll5 @test3_a = common global i16 0
/external/llvm/test/Linker/Inputs/
Dlinkage2.ll5 @test3_a = common global i16 0
/external/clang/test/Analysis/
Ddead-stores.cpp68 void test3_a(int x) { in test3_a() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
Dcomdats.ll76 @test3_a = linkonce_odr unnamed_addr alias void (), void ()* @test3_f
77 ; CHECK: @test3_a = linkonce_odr unnamed_addr alias
/external/flatbuffers/tests/
Dmonster_test_generated.lobster120 def CreateVec3(b_:flatbuffers_builder, x:float, y:float, z:float, test1:float, test2:int, test3_a:i…
126 b_.PrependInt16(test3_a)
Dmonster_test_generated.ts455 …umber, y: number, z: number, test1: number, test2: MyGame.Example.Color, test3_a: number, test3_b:…
461 builder.writeInt16(test3_a);
Dmonster_test_generated.js518 MyGame.Example.Vec3.createVec3 = function(builder, x, y, z, test1, test2, test3_a, test3_b) { argument
524 builder.writeInt16(test3_a);