Home
last modified time | relevance | path

Searched defs:g0 (Results 1 – 25 of 153) sorted by relevance

1234567

/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp179 struct brw_reg g0 = brw_vec8_grf(0, 0); in gen_ADD_GRF_GRF_GRF() local
189 struct brw_reg g0 = brw_vec8_grf(0, 0); in gen_ADD_GRF_GRF_IMM() local
198 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); in gen_ADD_GRF_GRF_IMM_d() local
207 struct brw_reg g0 = brw_vec8_grf(0, 0); in gen_MOV_GRF_GRF() local
226 struct brw_reg g0 = brw_vec1_grf(0, 0); in gen_ADD_vec1_GRF_GRF_GRF() local
246 struct brw_reg g0 = brw_vec8_grf(0, 0); in gen_f0_0_MOV_GRF_GRF() local
262 struct brw_reg g0 = brw_vec8_grf(0, 0); in gen_f0_1_MOV_GRF_GRF() local
/external/llvm-project/clang/test/CodeGen/
DPR3613-static-decl.c8 static struct s0 g0; variable
14 static struct s0 g0 = {3}; variable
D2008-07-21-mixed-var-fn-decl.c3 int g0, f0(); variable
Dprivate-extern.c6 __private_extern__ const int g0; variable
Ddarwin-string-literals.c8 const char *g0 = "string0"; variable
Dlinkage-redecl.c14 void g0() { in g0() function
/external/clang/test/CodeGen/
DPR3613-static-decl.c8 static struct s0 g0; variable
14 static struct s0 g0 = {3}; variable
D2008-07-21-mixed-var-fn-decl.c3 int g0, f0(); variable
Ddarwin-string-literals.c16 const char *g0 = "string0"; variable
Dprivate-extern.c6 __private_extern__ const int g0; variable
Dlinkage-redecl.c14 void g0() { in g0() function
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDelegates.java304 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegate() local
365 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegateArrays() local
386 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegateComments() local
411 JsonGenerator g0 = JSON_F.createGenerator(sw); in testDelegateCopyMethods() local
455 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorWithCodec() local
/external/clang/test/Sema/
Dmerge-decls.c27 Vf2 g0; // expected-note {{previous definition is here}} variable
28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
Dattr-notail.c12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only app… variable
Dprivate-extern.c4 static int g0; // expected-note{{previous definition}} variable
5 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
Dattr-disable-tail-calls.c11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute on… variable
/external/llvm-project/clang/test/Sema/
Dmerge-decls.c27 Vf2 g0; // expected-note {{previous definition is here}} variable
28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
Dattr-notail.c12 int g0 __attribute__((not_tail_called)); // expected-warning {{'not_tail_called' attribute only app… variable
Dprivate-extern.c4 static int g0; // expected-note{{previous definition}} variable
5 int g0; // expected-error{{non-static declaration of 'g0' follows static declaration}} variable
Dattr-disable-tail-calls.c11 int g0 __attribute__((disable_tail_calls)); // expected-warning {{'disable_tail_calls' attribute on… variable
/external/llvm-project/clang/test/Frontend/
Dast-codegen.c9 int g0; variable
/external/clang/test/Frontend/
Dast-codegen.c9 int g0; variable
/external/clang/test/PCH/
Dcxx1z-init-statement.cpp8 void g0(void) { in g0() function
/external/llvm-project/clang/test/PCH/
Dcxx1z-init-statement.cpp8 void g0(void) { in g0() function
/external/clang/test/CodeGenObjC/
Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0; variable

1234567