/external/clang/test/CodeGenCXX/ |
D | default-arguments.cpp | 68 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/ |
D | bitfield-2.c | 198 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()
|
D | init.c | 29 static const int g4 = 12; in f4() local 30 return g4; in f4()
|
D | packed-arrays.c | 152 extern double g4[5] __attribute__((aligned(16))); 154 return g4[1]; in f4()
|
/external/clang/test/Sema/ |
D | align-x86.c | 21 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];
|
D | private-extern.c | 15 extern int g4; // expected-note{{previous definition}} 16 static int g4; // expected-error{{static declaration of 'g4' follows non-static declaration}} variable
|
D | constant-builtins.c | 9 double g4 = __builtin_inff(); variable
|
D | attr-weak.c | 7 int __attribute__((weak_import)) g4(void);
|
D | constant-builtins-2.c | 10 float g4 = __builtin_inff(); variable
|
/external/sonivox/arm-wt-22k/vectors/ |
D | abba.imy | 9 …g4*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/ |
D | current-instantiation.cpp | 51 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/ |
D | p5-cxx0x-no-extra-copy.cpp | 43 void g4(const X4<int>&); 49 g4(X4<int>()); in test()
|
D | p5-cxx03-extra-copy.cpp | 52 void g4(const X4<int>&); 59 g4(X4<int>()); in test()
|
/external/llvm/test/Transforms/InstCombine/ |
D | odr-linkage.ll | 6 @g4 = internal constant i32 4 12 %D = load i32* @g4
|
/external/clang/test/CXX/except/except.spec/ |
D | p5-virtual.cpp | 51 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/ |
D | scavenging.ll | 7 @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/ |
D | i64_fp.ll | 16 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \ 18 ; RUN: llc < %s -march=ppc32 -mcpu=g4 | \
|
/external/llvm/test/Analysis/BranchProbabilityInfo/ |
D | loop.ll | 7 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/ |
D | p5.cpp | 17 constexpr int g4() { return N::h(); } in g4() function 27 static_assert(g4() == 5, "");
|
/external/v8/test/mjsunit/compiler/ |
D | assignment-deopt.js | 166 var g4 = { valueOf: function() { o.y = "bar"; return 42; }}; variable 178 o[0] = g4;
|
D | count-deopt.js | 179 var g4 = [42]; variable 180 assertEquals(42, g3.f(g4));
|
D | simple-global-access.js | 36 function f3() { this.x = g4; }
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p13.cpp | 8 void g4(int = ([=]{ return 0; })()); in f2()
|
/external/chromium/chrome/browser/resources/shared/js/ |
D | media_common.js | 6 …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/ |
D | media_common.js | 6 …return /\.(3gp|asf|avi|di?vx|f4v|fbr|mov|mp4|m4v|mpe?g4?|ogm|ogv|ogx|webm|wmv?|xvid)$/i.test(path);
|