/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | tls-symbols.s | 13 lui $1, %tprel_lo(foo5) 20 .hidden foo5 27 # CHECK: 5: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND 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/swiftshader/third_party/llvm-7.0/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/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/swiftshader/third_party/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/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 29 tail call void(...) @foo5() 47 tail call void(...) @foo5() 59 declare void @foo5(...)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 27 tail call void(...)* @foo5() 45 tail call void(...)* @foo5() 57 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(...)
|
/external/swiftshader/third_party/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: foo5: 63 ; CHECK-KERNEL: foo5:
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | sdag-dangling-dbgvalue.ll | 39 ; struct SS* foo5 = &S; 40 ; foo5 = 0; 41 ; return (int)foo5 + (int)bar5; 54 ; CHECK: ![[FOO5:.*]] = !DILocalVariable(name: "foo5" 116 ; Verify that we do not get a DBG_VALUE that maps foo5 to @S here. 117 ; TODO: foo5 is set to null, and it is not really used. Just like in test1 it 118 ; can be discussed if there should be a DBG_VALUE for foo5 here. 192 !50 = !DILocalVariable(name: "foo5", scope: !47, file: !3, line: 33, type: !21)
|
/external/clang/test/CodeGen/ |
D | mangle.c | 39 extern int foo5 __asm__("var2"); 42 foo5 = 1; in test3()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 38 tail call void(...) @foo5() 56 tail call void(...) @foo5() 68 declare void @foo5(...)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 14 declare void @foo5() 36 ; CHECK: call foo5@FUNCTION{{$}} 89 tail call void @foo5() 116 ; CHECK: call foo5@FUNCTION{{$}} 169 tail call void @foo5()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 14 declare void @foo5() 36 ; CHECK: call foo5@FUNCTION{{$}} 89 tail call void @foo5() 116 ; CHECK: call foo5@FUNCTION{{$}} 169 tail call void @foo5()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|
/external/llvm/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|