Home
last modified time | relevance | path

Searched refs:g4 (Results 1 – 25 of 71) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Ddefault-arguments.cpp68 void g4(int a, int b = 7); in f4()
70 void g4(int a, int b = 5); in f4()
72 void g4(int a = 5, int b); in f4()
75 g4(); in f4()
/external/clang/test/CodeGen/
Dbitfield-2.c198 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; variable
214 struct s4 g4 = { 0xdeadbeef, 0xdeadbeef }; in test_4() local
216 res ^= g4.f0 ^ g4.f1; in test_4()
217 res ^= f4_load(&g4) ^ f4_store(&g4) ^ f4_reload(&g4); in test_4()
218 res ^= g4.f0 ^ g4.f1; in test_4()
Dinit.c29 static const int g4 = 12; in f4() local
30 return g4; in f4()
Dpacked-arrays.c152 extern double g4[5] __attribute__((aligned(16)));
154 return g4[1]; in f4()
/external/clang/test/Sema/
Dalign-x86.c21 struct __attribute__((packed)) {unsigned int a;} g4; variable
22 short chk1[__alignof__(g4) == 1 ? 1 : -1];
23 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
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
Dconstant-builtins.c9 double g4 = __builtin_inff(); variable
Dattr-weak.c7 int __attribute__((weak_import)) g4(void);
Dconstant-builtins-2.c10 float g4 = __builtin_inff(); variable
/external/sonivox/arm-wt-22k/vectors/
Dabba.imy9g4*5#g3*5#f4*5#f1*5#c1*4b2*5d1*5#c4*4b3*4a4*4b3.*5#c3*5#c2*4b2*4a1.r2*5#c2*4b3*4b1r4r5*5#c2*4b3*4b…
/external/clang/test/SemaTemplate/
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.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp43 void g4(const X4<int>&);
49 g4(X4<int>()); in test()
Dp5-cxx03-extra-copy.cpp52 void g4(const X4<int>&);
59 g4(X4<int>()); in test()
/external/llvm/test/Transforms/InstCombine/
Dodr-linkage.ll6 @g4 = internal constant i32 4
12 %D = load i32* @g4
/external/clang/test/CXX/except/except.spec/
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 …
/external/llvm/test/CodeGen/XCore/
Dscavenging.ll7 @g4 = external global i32 ; <i32*> [#uses=2]
25 %6 = load volatile i32* @g4, align 4 ; <i32> [#uses=1]
42 store volatile i32 %6, i32* @g4, align 4
/external/llvm/test/CodeGen/PowerPC/
Di64_fp.ll16 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
18 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dloop.ll7 declare void @g4()
38 call void @g4()
79 call void @g4()
115 call void @g4()
151 call void @g4()
195 call void @g4()
239 call void @g4()
295 call void @g4()
363 call void @g4()
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp5.cpp17 constexpr int g4() { return N::h(); } in g4() function
27 static_assert(g4() == 5, "");
/external/v8/test/mjsunit/compiler/
Dassignment-deopt.js166 var g4 = { valueOf: function() { o.y = "bar"; return 42; }}; variable
178 o[0] = g4;
Dcount-deopt.js179 var g4 = [42]; variable
180 assertEquals(42, g3.f(g4));
Dsimple-global-access.js36 function f3() { this.x = g4; }
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp13.cpp8 void g4(int = ([=]{ return 0; })()); in f2()
/external/chromium/chrome/browser/resources/shared/js/
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/
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);

123