Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 25 of 144) sorted by relevance

123456

/external/clang/test/SemaCXX/
Dfunction-pointer-arguments.cpp11 int(*g2)(const int, int) = f1; in good() local
23 const int (*g2)(int, int) = f1; in bad() local
/external/clang/test/Modules/
Ddeclare-use3.cpp4 const int g2 = g1 + e + f + aux_i; variable
Ddeclare-use1.cpp8 const int g2 = g1 + e + f + aux_i; variable
Dstrict-decluse.cpp9 const int g2 = g1 + e + f + aux_i; variable
Ddeclare-use4.cpp8 const int g2 = j; variable
/external/clang/test/SemaCUDA/
Dqualifiers.cu6 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2() function
/external/clang/test/CodeGen/
Ddarwin-string-literals.c18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
Dconst-arithmetic.c8 void *g2[] = {g0 - 1, g0 - 23 }; variable
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp65 char g1, g2, g3, p1, p3; in main() local
73 wchar_t g1, g2, g3, p1, p3; in main() local
Dswap.pass.cpp75 char g1, g2, g3, p1, p3; in main() local
83 wchar_t g1, g2, g3, p1, p3; in main() local
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp62 char g1, g2, g3, p1, p3; in main() local
69 wchar_t g1, g2, g3, p1, p3; in main() local
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-or.js56 function g2() { try { return 0; } finally {} } function
Dsimple-global-access.js30 var g2 = 43; variable
/external/libcxx/test/strings/basic.string.hash/
Dstrings.pass.cpp34 std::string g2 = "1234567891"; in test() local
/external/clang/test/Sema/
Dprivate-extern.c10 static int g2; variable
11 __private_extern__ int g2; variable
Dattr-weak.c5 int g2 __attribute__((weak)); variable
Dconstant-builtins.c8 long double g2 = __builtin_huge_vall(); variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp9.cpp23 void g2() { in g2() function
/external/clang/test/PCH/
Dchain-staticvar-instantiation.cpp33 int g2 = NS::TS<int, 2>::value; variable
/external/clang/test/CXX/expr/
Dp10-0x.cpp6 } g2; variable
/external/chromium_org/v8/test/mjsunit/
Dgetter-in-prototype.js68 function g2() { function
Ddebug-stepin-call-function-stub.js74 function g2() { function
/external/clang/test/CodeGenCXX/
Dmember-function-pointer-calls.cpp25 int g2() { in g2() function
/external/nanopb-c/examples/using_double_on_avr/
Dtest_conversions.c34 uint64_t g2 = got_double; in main() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp11.cpp20 void g2() { in g2() function

123456