/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 15 void foo5() { } // expected-note {{previous definition is here}} in foo5() function in B 24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} in foo5() function in B 46 template <class T> void foo5() {} //expected-note {{previous definition is here}} in foo5() function 47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} in foo5() function
|
D | asm.cpp | 7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
|
/external/clang/test/Sema/ |
D | attr-sentinel.c | 8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been expl… 19 foo5(1, NULL, 2); // OK in test1() 20 foo5(1,2,NULL, 1); // OK in test1() 21 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}} in test1()
|
D | dllimport-dllexport.c | 11 void __attribute__((dllexport)) foo5(); 12 void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute ignored}}
|
D | deref.c | 32 void *foo5 (void) in foo5() function
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | crash.ll | 19 %call58 = call fastcc i8* @foo3(i1 (i8*)* @foo5) 30 %call = call zeroext i1 @foo5(i8* %O) ; <i1> [#uses=0] 34 define internal i1 @foo5(i8* %O) nounwind {
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 10 - (void) foo5 : (int)x, ... __attribute__ ((__sentinel__(1))); // expected-note {{method has been e… 32 [p foo5:1, NULL, 2]; // OK 33 [p foo5:1, 2, NULL, 1]; // OK 34 [p foo5:1, NULL, 2, 1]; // expected-warning {{missing sentinel in method dispatch}}
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 29 tail call void(...)* @foo5() 47 tail call void(...)* @foo5() 59 declare void @foo5(...)
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-12-19-IntelSyntax.ll | 44 call void (...)* @foo5( ) 68 call void (...)* @foo5( ) 86 declare void @foo5(...)
|
D | codemodel.ll | 59 define i32 @foo5() nounwind readonly { 61 ; CHECK-SMALL-LABEL: foo5: 63 ; CHECK-KERNEL-LABEL: foo5:
|
/external/clang/test/CodeGen/ |
D | mangle.c | 39 extern int foo5 __asm__("var2"); 42 foo5 = 1; in test3()
|
D | stdcall-fastcall.c | 89 void __attribute__((fastcall)) foo5(struct S2 y); 93 foo5(y); in bar5()
|
D | 2008-03-05-syncPtr.c | 29 int* foo5(int** a, int* b) { in foo5() function
|
D | mips64-padding-arg.c | 41 S0 foo5(long double a0) { in foo5() function
|
/external/llvm/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|
D | tls.s | 9 .long foo5@TLSLD
|
D | tls-i386.s | 9 movl foo5@TPOFF(%eax), %eax
|
/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 56 var foo5 = { variable 75 assertEquals(7, foo5[13]);
|
/external/chromium_org/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 58 var foo5 = { variable 85 assertEquals(7, foo5[13]);
|
/external/clang/test/CodeGenCXX/ |
D | stmtexpr.cpp | 69 int* foo5() { in foo5() function 78 int foo5(bool b) { in foo5() function
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-vec-uniform.ll | 55 ; CHECK-LABEL: @foo5( 58 define double @foo5() {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | unaligned.ll | 48 define void @foo5(double* %p, double* %r) nounwind { 54 ; CHECK: @foo5
|
/external/clang/test/Driver/ |
D | at_file.c | 25 foo5
|
/external/llvm/test/CodeGen/NVPTX/ |
D | vector-loads.ll | 49 define void @foo5(<4 x i32>* %a) { 50 ; CHECK: .func foo5
|
/external/llvm/test/MC/ARM/ |
D | elf-reloc-03.ll | 23 …...)* bitcast (i32 ()* @foo4 to i32 (...)*), i32 (...)* bitcast (i32 ()* @foo5 to i32 (...)*), i32… 54 define internal i32 @foo5() nounwind readnone {
|