Searched refs:g4 (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A Ddefault-arguments.cpp68 void g4(int a, int b = 7);
70 void g4(int a, int b = 5);
72 void g4(int a = 5, int b);
75 g4();
H A Dcxx11-exception-spec.cpp94 void (*g4)() = &S<double>::g;
H A Dpr12251.cpp38 e4 g4(e4 *x) { function
/external/clang/test/Sema/
H A Dconstant-builtins.c9 double g4 = __builtin_inff(); variable
H A Dalign-x86.c21 struct __attribute__((packed)) {unsigned int a;} g4; variable in typeref:struct:__anon3986
22 short chk1[__alignof__(g4) == 1 ? 1 : -1];
23 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
H A Dattr-weak.c7 int __attribute__((weak_import)) g4(void);
H A Dprivate-extern.c15 extern int g4; // expected-note{{previous definition}}
16 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
H A Dconstant-builtins-2.c10 float g4 = __builtin_inff(); variable
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp13.cpp8 void g4(int = ([=]{ return 0; })());
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp52 void g4(const X4<int>&);
59 g4(X4<int>());
H A Dp5-cxx0x-no-extra-copy.cpp43 void g4(const X4<int>&);
49 g4(X4<int>());
/external/clang/test/CodeGen/
H A Dbitfield-2.c198 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; variable in typeref:struct:s4
214 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; local
216 res ^= g4.f0 ^ g4.f1;
217 res ^= f4_load(&g4) ^ f4_store(&g4) ^ f4_reload(&g4);
218 res ^= g4.f0 ^ g4.f1;
H A Dinit.c26 // CHECK: @f4.g4 = internal constant i32 12
29 static const int g4 = 12; local
30 return g4;
H A Dpacked-arrays.c152 extern double g4[5] __attribute__((aligned(16)));
154 return g4[1];
H A Dconst-init.c39 // CHECK: @g4 = global { double, double } { double 1.000000e+00{{[0]*}}, double 1.000000e+0{{[0]*}}1 }
40 _Complex double g4 = 1.0 + 10.0i; variable
/external/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js32 this.__defineGetter__("g4", function () { return 45; });
36 function f3() { this.x = g4; }
H A Dassignment-deopt.js166 var g4 = { valueOf: function() { o.y = "bar"; return 42; }};
178 o[0] = g4;
H A Dcount-deopt.js179 var g4 = [42]; variable
180 assertEquals(42, g3.f(g4));
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp51 virtual void g4() throw(B1); // expected-note {{overridden virtual function is here}}
87 virtual void g4() throw(A); // expected-error {{exception specification of overriding function is more lax}}
/external/chromium/chrome/browser/resources/shared/js/
H A Dmedia_common.js6 return /\.(3gp|asf|avi|di?vx|f4v|fbr|mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm|wmv?|xvid)$/i.test(path);
/external/chromium-trace/src/shared/js/
H A Dmedia_common.js6 return /\.(3gp|asf|avi|di?vx|f4v|fbr|mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm|wmv?|xvid)$/i.test(path);
/external/clang/test/SemaTemplate/
H A Dcurrent-instantiation.cpp51 void g4(T&); // expected-note{{previous}}
52 void g4(typename X0::U_type&);
53 void g4(typename X1::my_T_type&); // expected-error{{redecl}}
124 void g4(T&); // expected-note{{previous}}
125 void g4(typename X0::U_type&);
126 void g4(typename X2::my_T_type&); // expected-error{{redecl}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp17 constexpr int g4() { return N::h(); } function in namespace:StdExample
27 static_assert(g4() == 5, "");
H A Dp6.cpp67 constexpr T3<VirtBase> g4() { return {}; } // expected-error {{not a literal type}} function in namespace:TemplateVBase
/external/clang/test/Parser/
H A Dattributes.c34 void g4(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}

Completed in 418 milliseconds

12