Home
last modified time | relevance | path

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

123

/external/clang/test/CodeGen/
Ddarwin-string-literals.c15 const void *g2 = __builtin___CFStringMakeConstantString("hello \u2192 \u2603 \u2190 world"); variable
Dconst-arithmetic.c8 void *g2[] = {g0 - 1, g0 - 23 }; variable
Dextern-inline.c18 int g2(void) {return f2(0,1);} in g2() function
Dcomplex.c22 _Complex double g1, g2; variable
/external/clang/test/SemaCUDA/
Dqualifiers.cu6 __global__ int g2(int x) { // expected-error {{must have void return type}} in g2() function
/external/v8/test/mjsunit/compiler/
Dregress-or.js53 function g2() { try { return 0; } finally {} } function
Dsimple-global-access.js30 var g2 = 43; variable
/external/v8/test/mjsunit/
Dgetter-in-prototype.js55 function g2() { function
Ddebug-stepin-call-function-stub.js74 function g2() { function
/external/clang/test/Sema/
Dattr-weak.c5 int g2 __attribute__((weak)); variable
Dconstant-builtins.c7 long double g2 = __builtin_huge_vall(); variable
Dprivate-extern.c9 static int g2; variable
10 __private_extern__ int g2; variable
Dattr-deprecated-message.c24 int g2 __attribute__ ((deprecated("Please avoid g2"))); variable
Dconstant-builtins-2.c7 long double g2 = __builtin_huge_vall(); variable
Dwarn-missing-prototypes.c13 int g2(int x) { return x; } in g2() function
Dalign-x86.c8 long long g2; variable
/external/llvm/test/FrontendC/
D2010-02-16-DbgVarScope.c10 int g2 = 2; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp9.cpp23 void g2() { in g2() function
/external/clang/test/CodeGenCXX/
Dmember-function-pointer-calls.cpp22 int g2() { in g2() function
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp11.cpp20 void g2() { in g2() function
/external/webkit/Source/WebCore/svg/
DSVGFontElement.cpp135 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()
DSVGVKernElement.cpp71 String g2 = getAttribute(g2Attr); in buildVerticalKerningPair() local
DSVGHKernElement.cpp73 String g2 = getAttribute(g2Attr); in buildHorizontalKerningPair() local
/external/dropbear/libtomcrypt/src/ciphers/
Dskipjack.c114 unsigned char g1,g2; in g_func() local
126 unsigned char g1,g2; in ig_func() local
/external/clang/test/SemaCXX/
Dborland-extensions.cpp12 template<typename T> T g2(T (__pascal * const )(int, int)) { return 0; } in g2() function

123