Searched defs:test3_b (Results 1 - 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
H A DVec3.java28 public static int createVec3(FlatBufferBuilder builder, float x, float y, float z, double test1, byte test2, short test3_a, byte test3_b) { argument
33 builder.putByte(test3_b);
/external/clang/test/Analysis/
H A Ddead-stores.cpp72 void test3_b(int &x) { function
/external/clang/test/SemaCXX/
H A Duninit-variables.cpp44 unsigned test3_b() { function
H A Dextern-c.cpp24 extern int test3_b; // expected-note {{previous declaration is here}}
28 float test3_b; // expected-error {{redefinition of 'test3_b' with a different type: 'float' vs 'int'}} variable
/external/clang/test/Sema/
H A Dconversion.c127 int test3_b(long long ll) { function

Completed in 2191 milliseconds