Searched defs:gv2 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Sema/
H A Ddeclspec.c14 int gv2; typedef
/external/clang/test/CodeGen/
H A Dconst-init.c62 // CHECK: @gv2 = global %struct.anon.0 <{ i8 1, i8* null }>, align 1
66 } __attribute__((__packed__)) gv2 = { 1, (void*)0 }; variable in typeref:struct:__anon1794
/external/valgrind/perf/
H A Dtinycc.c5417 void gv2(int rc1, int rc2);
5574 sorted from more general to more precise (see gv2() code which does
6183 gv2(RC_INT, RC_INT);
6215 gv2(RC_INT, RC_INT);
6243 gv2(RC_INT, RC_ECX);
6258 gv2(RC_EAX, RC_ECX);
6506 gv2(RC_EAX, RC_EDX);
10561 void gv2(int rc1, int rc2)
10638 gv2(RC_INT, RC_INT);
10559 void gv2(int rc1, int rc2) function

Completed in 567 milliseconds