/external/clang/test/CodeGen/ |
D | darwin-string-literals.c | 15 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
|
D | const-arithmetic.c | 8 void *g2[] = {g0 - 1, g0 - 23 }; variable
|
D | extern-inline.c | 18 int g2(void) {return f2(0,1);} in g2() function
|
D | complex.c | 22 _Complex double g1, g2; variable
|
/external/clang/test/SemaCUDA/ |
D | qualifiers.cu | 6 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2() function
|
/external/v8/test/mjsunit/compiler/ |
D | regress-or.js | 53 function g2() { try { return 0; } finally {} } function
|
D | simple-global-access.js | 30 var g2 = 43; variable
|
/external/v8/test/mjsunit/ |
D | getter-in-prototype.js | 55 function g2() { function
|
D | debug-stepin-call-function-stub.js | 74 function g2() { function
|
/external/clang/test/Sema/ |
D | attr-weak.c | 5 int g2 __attribute__((weak)); variable
|
D | constant-builtins.c | 7 long double g2 = __builtin_huge_vall(); variable
|
D | private-extern.c | 9 static int g2; variable 10 __private_extern__ int g2; variable
|
D | attr-deprecated-message.c | 24 int g2 __attribute__ ((deprecated("Please avoid g2"))); variable
|
D | constant-builtins-2.c | 7 long double g2 = __builtin_huge_vall(); variable
|
D | warn-missing-prototypes.c | 13 int g2(int x) { return x; } in g2() function
|
D | align-x86.c | 8 long long g2; variable
|
/external/llvm/test/FrontendC/ |
D | 2010-02-16-DbgVarScope.c | 10 int g2 = 2; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | p9.cpp | 23 void g2() { in g2() function
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointer-calls.cpp | 22 int g2() { in g2() function
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
D | p11.cpp | 20 void g2() { in g2() function
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFontElement.cpp | 135 static bool matches(const String& u1, const String& g1, const String& u2, const String& g2, const S… in matches() 148 …ngPairVector& kerningPairs, const String& u1, const String& g1, const String& u2, const String& g2) in kerningForPairOfStringsAndGlyphs()
|
D | SVGVKernElement.cpp | 71 String g2 = getAttribute(g2Attr); in buildVerticalKerningPair() local
|
D | SVGHKernElement.cpp | 73 String g2 = getAttribute(g2Attr); in buildHorizontalKerningPair() local
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | skipjack.c | 114 unsigned char g1,g2; in g_func() local 126 unsigned char g1,g2; in ig_func() local
|
/external/clang/test/SemaCXX/ |
D | borland-extensions.cpp | 12 template<typename T> T g2(T (__pascal * const )(int, int)) { return 0; } in g2() function
|