Home
last modified time | relevance | path

Searched refs:foo5 (Results 1 – 25 of 201) sorted by relevance

123456789

/external/autotest/client/deps/fakegudev/src/
Dtest-fakesyscalls.sh16 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/
Dattr-sentinel.c8 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/
Dattr-sentinel.c8 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/
DDelayedTemplateParsing.cpp15 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/
DDelayedTemplateParsing.cpp15 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/
Dhlsl.overload.frag18 void foo5(int b) {}
101 foo5(b);
102 foo5(d);
103 foo5(u);
104 foo5(i);
105 foo5(f);
/external/deqp-deps/glslang/Test/
Dhlsl.overload.frag18 void foo5(int b) {}
101 foo5(b);
102 foo5(d);
103 foo5(u);
104 foo5(i);
105 foo5(f);
/external/one-true-awk/testdir/
DT.-f-f23 $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/
Dweak-undef.ll42 declare extern_weak hidden i32 @foo5()
44 ret i32()* @foo5
47 ; CHECK: movq foo5@GOTPCREL(%rip), %rax
49 ; I386: movl foo5@GOT(%eax), %eax
D2006-12-19-IntelSyntax.ll44 call void (...) @foo5( )
68 call void (...) @foo5( )
86 declare void @foo5(...)
/external/llvm-project/llvm/test/MC/Mips/
Dtls-symbols.s12 lui $1, %tprel_lo(foo5)
19 .hidden foo5
26 # CHECK: 5: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND foo5
/external/llvm/test/Transforms/ArgumentPromotion/
Dcrash.ll19 %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/
Dsymver-asm3.ll27 module asm ".symver foo5, foo@@@VER5"
41 declare void @foo5()
42 ; CHECK-DAG: U foo5
/external/clang/test/SemaObjC/
Dmethod-sentinel-attr.m10 - (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/
Dmethod-sentinel-attr.m10 - (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/
DClassWithMethods.java.txt12 public void foo5(String a) { }
13 public void foo5(A a) { }
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll44 call void (...) @foo5( )
68 call void (...) @foo5( )
86 declare void @foo5(...)
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll29 tail call void(...) @foo5()
47 tail call void(...) @foo5()
59 declare void @foo5(...)
/external/llvm-project/clang/test/SemaCXX/
Dattr-non-x86-no_caller_saved_registers.cpp18 typedef void (*foo5)(int *); typedef
27foo5 __attribute__((no_caller_saved_registers)) func2 = foo2; // expected-warning {{unknown attrib… in main()
Dattr-x86-no_caller_saved_registers.cpp20 typedef void (*foo5)(int *); typedef
31 foo5 __attribute__((no_caller_saved_registers)) func2 = foo2; in main()
/external/clang/test/CodeGen/
Dmangle.c39 extern int foo5 __asm__("var2");
42 foo5 = 1; in test3()
/external/llvm-project/clang/test/CodeGen/
Dmangle.c43 extern int foo5 __asm__("var2");
46 foo5 = 1; in test3()
/external/llvm-project/llvm/test/FileCheck/
Ddump-input-context.txt20 ; 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/
Dthumb2-tbb.ll38 tail call void(...) @foo5()
56 tail call void(...) @foo5()
68 declare void @foo5(...)
/external/llvm-project/llvm/test/MC/ELF/
Dweakref.s20 .weakref foo5, bar5
22 .long foo5

123456789