/external/clang/test/Sema/ |
D | merge-decls.c | 30 _Complex int g1; // expected-note {{previous definition is here}} variable 31 _Complex float g1; // expected-error {{redefinition of 'g1'}} variable
|
D | constant-builtins.c | 6 double g1 = __builtin_huge_valf(); variable
|
D | attr-deprecated-message.c | 23 int g1; variable
|
D | constant-builtins-2.c | 6 float g1 = __builtin_huge_valf(); variable
|
/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 …StringsAndGlyphs(KerningPairVector& kerningPairs, const String& u1, const String& g1, const String… in kerningForPairOfStringsAndGlyphs() 160 float SVGFontElement::horizontalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1… in horizontalKerningForPairOfStringsAndGlyphs() argument 168 float SVGFontElement::verticalKerningForPairOfStringsAndGlyphs(const String& u1, const String& g1, … in verticalKerningForPairOfStringsAndGlyphs() argument
|
D | SVGVKernElement.cpp | 69 String g1 = getAttribute(g1Attr); in buildVerticalKerningPair() local
|
D | SVGHKernElement.cpp | 71 String g1 = getAttribute(g1Attr); in buildHorizontalKerningPair() local
|
/external/llvm/test/MC/ELF/ |
D | comdat.s | 76 g1: label
|
/external/clang/test/CodeGen/ |
D | 2008-07-21-mixed-var-fn-decl.c | 4 int f1(), g1; variable
|
D | private-extern.c | 6 __private_extern__ const int g1 = 1; variable
|
D | darwin-string-literals.c | 14 const void *g1 = __builtin___CFStringMakeConstantString("string1"); variable
|
D | const-arithmetic.c | 7 void *g1[] = {g0 + -1, g0 + -23 }; variable
|
D | PR3613-static-decl.c | 16 void *g1 = f0; variable
|
/external/clang/test/SemaCUDA/ |
D | qualifiers.cu | 5 __global__ void g1(int x) {} in g1() function
|
D | kernel-call.cu | 5 __global__ void g1(int x) {} in g1() function
|
/external/clang/test/SemaCXX/ |
D | typeid.cpp | 19 void g1(X &x) { in g1() function
|
/external/v8/test/mjsunit/compiler/ |
D | regress-or.js | 37 function g1() { try { return 1; } finally {} } function
|
D | control-flow-1.js | 50 function g1(x, y) { function
|
D | simple-global-access.js | 29 var g1 = 42; variable
|
/external/clang/test/SemaTemplate/ |
D | default-arguments-cxx0x.cpp | 23 void g1() { in g1() function
|
/external/llvm/test/FrontendC/ |
D | 2010-02-16-DbgVarScope.c | 9 int g1 = 1; variable
|
/external/clang/test/PCH/ |
D | stmts.c | 9 int g1(int x) { return f1(x); } in g1() function
|
/external/clang/test/CodeGenObjCXX/ |
D | blocks.mm | 18 void g1() { function
|
/external/clang/test/CodeGenCXX/ |
D | member-function-pointer-calls.cpp | 14 int g1() { in g1() function
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p16.cpp | 13 template<class T> template<class X1> void A<T>::g1(T, X1) { } in g1() function in A
|