/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()
|
D | deref.c | 32 void *foo5 (void) 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
|
D | asm.cpp | 7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
|
/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/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/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:
|
D | win64_eh.ll | 143 define void @foo5() uwtable { 149 ; WIN64-LABEL: foo5: 150 ; WIN64: .seh_proc foo5
|
D | sibcall.ll | 190 ; 32: jmp {{_?}}foo5 195 ; 64: jmp {{_?}}foo5 200 ; X32ABI: jmp {{_?}}foo5 206 %1 = tail call i32 @foo5(i32 %x, i32 %y, i32 %z.0, i32 %z.1, i32 %z.2) nounwind 213 declare i32 @foo5(i32, i32, i32, i32, i32)
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-tbb.ll | 29 tail call void(...) @foo5() 47 tail call void(...) @foo5() 59 declare void @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()
|
/external/llvm/test/MC/ELF/ |
D | weakref.s | 20 .weakref foo5, bar5 22 .long foo5
|
D | tls.s | 9 .long foo5@TLSLD
|
/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 58 var foo5 = { variable 85 assertEquals(7, foo5[13]);
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | switch.ll | 14 declare void @foo5() 36 ; CHECK: call foo5 89 tail call void @foo5() 116 ; CHECK: call foo5 169 tail call void @foo5()
|
/external/clang/test/CodeGenCXX/ |
D | stmtexpr.cpp | 69 int* foo5() { in foo5() function 78 int foo5(bool b) { in foo5() function
|
/external/llvm/test/CodeGen/PowerPC/ |
D | unaligned.ll | 66 define void @foo5(double* %p, double* %r) nounwind { 72 ; CHECK: @foo5 76 ; CHECK-VSX: @foo5
|
/external/llvm/test/Transforms/InstCombine/ |
D | bitcast-vec-uniform.ll | 55 ; CHECK-LABEL: @foo5( 58 define double @foo5() {
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | nested_loop_with_branches.ll | 31 %v5 = call i1 @foo5(i32 %j) 55 declare i1 @foo5(i32)
|
/external/clang/test/SemaCXX/ |
D | warn-unused-local-typedef.cpp | 37 typedef int* foo5; in f() typedef 38 typedef foo5* foo6; // no diag in f()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | vector-loads.ll | 49 define void @foo5(<4 x i32>* %a) { 50 ; CHECK: .func foo5
|
/external/clang/test/Driver/ |
D | at_file.c | 25 foo5
|