/external/autotest/client/deps/fakegudev/src/ |
D | test-fakesyscalls.sh | 16 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo5=/tmp/foo6 19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99 58 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} foo5 foo5 59 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} foo5 foo5
|
/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()
|
/external/llvm-project/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()
|
/external/llvm-project/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
|
/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
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.overload.frag | 18 void foo5(int b) {} 101 foo5(b); 102 foo5(d); 103 foo5(u); 104 foo5(i); 105 foo5(f);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.overload.frag | 18 void foo5(int b) {} 101 foo5(b); 102 foo5(d); 103 foo5(u); 104 foo5(i); 105 foo5(f);
|
/external/one-true-awk/testdir/ |
D | T.-f-f | 23 $awk -f foo2 -f foo3 -f foo4 /etc/passwd >foo5 24 diff foo1 foo5 || echo 'BAD: T.-f-f 3 files' 34 $awk -f foo2 -f foo3 -f foo4 /etc/passwd >foo5 2>foo6
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | weak-undef.ll | 42 declare extern_weak hidden i32 @foo5() 44 ret i32()* @foo5 47 ; CHECK: movq foo5@GOTPCREL(%rip), %rax 49 ; I386: movl foo5@GOT(%eax), %eax
|
D | 2006-12-19-IntelSyntax.ll | 44 call void (...) @foo5( ) 68 call void (...) @foo5( ) 86 declare void @foo5(...)
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | tls-symbols.s | 12 lui $1, %tprel_lo(foo5) 19 .hidden foo5 26 # CHECK: 5: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo5
|
/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/llvm-project/llvm/test/LTO/X86/ |
D | symver-asm3.ll | 27 module asm ".symver foo5, foo@@@VER5" 41 declare void @foo5() 42 ; CHECK-DAG: U foo5
|
/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-project/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/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | ClassWithMethods.java.txt | 12 public void foo5(String a) { } 13 public void foo5(A a) { }
|
/external/llvm/test/CodeGen/X86/ |
D | 2006-12-19-IntelSyntax.ll | 44 call void (...) @foo5( ) 68 call void (...) @foo5( ) 86 declare void @foo5(...)
|
/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-project/clang/test/SemaCXX/ |
D | attr-non-x86-no_caller_saved_registers.cpp | 18 typedef void (*foo5)(int *); typedef 27 …foo5 __attribute__((no_caller_saved_registers)) func2 = foo2; // expected-warning {{unknown attrib… in main()
|
D | attr-x86-no_caller_saved_registers.cpp | 20 typedef void (*foo5)(int *); typedef 31 foo5 __attribute__((no_caller_saved_registers)) func2 = foo2; in main()
|
/external/clang/test/CodeGen/ |
D | mangle.c | 39 extern int foo5 __asm__("var2"); 42 foo5 = 1; in test3()
|
/external/llvm-project/clang/test/CodeGen/ |
D | mangle.c | 43 extern int foo5 __asm__("var2"); 46 foo5 = 1; in test3()
|
/external/llvm-project/llvm/test/FileCheck/ |
D | dump-input-context.txt | 20 ; RUN: echo foo5 >> %t.in 30 ; RUN: echo foo5 >> %t.in 35 ; RUN: echo foo5 >> %t.in 45 ; RUN: echo foo5 >> %t.in 64 ; C5-NEXT: 4: foo5 77 ; C5-NEXT: 14: foo5 85 ; C5-NEXT: 19: foo5 97 ; C5-NEXT: 29: foo5 131 ; W5-NEXT: 14: foo5 144 ; W5-NEXT: 19: foo5
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 38 tail call void(...) @foo5() 56 tail call void(...) @foo5() 68 declare void @foo5(...)
|
/external/llvm-project/llvm/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|