HomeSort by relevance Sort by last modified time
    Searched defs:g2 (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Modules/
declare-use1.cpp 9 const int g2 = g1 + e + f + aux_i + sub; variable
declare-use3.cpp 4 const int g2 = g1 + e + f + aux_i; variable
strict-decluse.cpp 9 const int g2 = g1 + e + f + aux_i; variable
declare-use4.cpp 8 const int g2 = j; variable
  /external/clang/test/CodeGen/
const-arithmetic.c 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8, i8* getelementptr inbounds ([0 x %struct.anon], [0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -46)], align 16
8 void *g2[] = {g0 - 1, g0 - 23 }; variable
darwin-string-literals.c 18 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
extern-inline.c 18 int g2(void) {return f2(0,1);} function
  /external/v8/test/mjsunit/compiler/
regress-or.js 50 if (!x || !g2()) {
56 function g2() { try { return 0; } finally {} } function
count-deopt.js 163 var g2 = {y:0, x:42}
173 assertEquals(42, inc10(g2));
174 assertEquals(43, g2.x);
  /external/v8/test/mjsunit/
getter-in-prototype.js 68 function g2() { class
77 assertDoesNotThrow(g2);
debug-evaluate-locals-optimized-double.js 145 case 2: assertEquals(g2, frame.func().value()); break;
200 function g2(i) { function
214 new g2(i - 1, a3, b3);
debug-evaluate-locals-optimized.js 136 case 2: assertEquals(g2, frame.func().value()); break;
187 function g2(i) { function
197 new g2(i - 1, a3, b3);
debug-stepin-call-function-stub.js 74 function g2() { function
79 var f = g2;
98 // of call. Use different pair of functions so that g2 is compiled lazily.
103 expected_function_name = 'g2';
  /external/clang/test/CXX/expr/
p10-0x.cpp 6 } g2; variable in typeref:struct:S
20 g2.a;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
p9.cpp 23 void g2() { function in namespace:PR6707
  /external/clang/test/CodeGenCXX/
member-function-pointer-calls.cpp 25 int g2() { function
  /external/libcxx/test/std/experimental/string.view/string.view.hash/
string_view.pass.cpp 36 // std::string g2 = "1234567891";
39 char_type g2 [ 10 ]; local
41 g1[i] = g2[9-i] = '0' + i;
43 T s2(g2, 10);
  /external/libcxx/test/std/strings/basic.string.hash/
strings.pass.cpp 34 std::string g2 = "1234567891"; local
36 T s2(g2.begin(), g2.end());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.hash/
strings.pass.cpp 34 std::string g2 = "1234567891"; local
36 T s2(g2.begin(), g2.end());
  /external/clang/test/Sema/
attr-weak.c 5 int g2 __attribute__((weak)); variable
align-x86.c 9 long long g2; variable
10 short chk1[__alignof__(g2) == 8 ? 1 : -1];
attr-deprecated-message.c 24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' has been explicitly marked deprecated here}} variable
30 return g1 + g2; // expected-warning {{'g2' is deprecated: Please avoid g2}}
constant-builtins.c 8 long double g2 = __builtin_huge_vall(); variable
warn-missing-prototypes.c 12 static int g2();
14 int g2(int x) { return x; } function
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 20 void g2() { function

Completed in 389 milliseconds

1 2 3 4 5 6 7