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

1 2 3 4

  /external/clang/test/CodeGen/
const-arithmetic.c 4 // CHECK: @g2 = global [2 x i8*] [i8* getelementptr (i8* getelementptr inbounds ([0 x %struct.anon]* @g0, i32 0, i32 0, i32 0), i64 -2), i8* getelementptr (i8* getelementptr inbounds ([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 15 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 47 if (!x || !g2()) {
53 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);
assignment-deopt.js 132 var g2 = {y:0, x:42};
143 assertEquals(43, assign10(g2));
144 assertEquals(43, g2.x);
  /external/v8/test/mjsunit/
getter-in-prototype.js 55 function g2() { class
58 assertThrows("g2()");
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';
  /sdk/draw9patch/src/com/android/draw9patch/ui/
GradientPanel.java 37 Graphics2D g2 = (Graphics2D) g; local
38 Rectangle clip = g2.getClipBounds();
39 Paint paint = g2.getPaint();
41 g2.setPaint(new GradientPaint(0.0f, getHeight() * 0.22f, new Color(DARK_BLUE),
43 g2.fillRect(clip.x, clip.y, clip.width, clip.height);
45 g2.setPaint(paint);
  /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 22 int g2() { function
  /external/clang/test/Sema/
attr-weak.c 5 int g2 __attribute__((weak)); variable