Home
last modified time | relevance | path

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

1234567

/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dtls-symbols.s13 lui $1, %tprel_lo(foo5)
20 .hidden foo5
27 # CHECK: 5: {{.+}} {{.+}} TLS GLOBAL HIDDEN UND 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/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/
Dsymver-asm3.ll27 module asm ".symver foo5, foo@@@VER5"
41 declare void @foo5()
42 ; CHECK-DAG: U 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/swiftshader/third_party/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/test/CodeGen/Thumb2/
Dthumb2-tbb.ll29 tail call void(...) @foo5()
47 tail call void(...) @foo5()
59 declare void @foo5(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-tbb.ll27 tail call void(...)* @foo5()
45 tail call void(...)* @foo5()
57 declare void @foo5(...)
/external/llvm/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll44 call void (...) @foo5( )
68 call void (...) @foo5( )
86 declare void @foo5(...)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2006-12-19-IntelSyntax.ll44 call void (...)* @foo5( )
68 call void (...)* @foo5( )
86 declare void @foo5(...)
Dcodemodel.ll59 define i32 @foo5() nounwind readonly {
61 ; CHECK-SMALL: foo5:
63 ; CHECK-KERNEL: foo5:
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DClassWithMethods.java.txt12 public void foo5(String a) { }
13 public void foo5(A a) { }
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsdag-dangling-dbgvalue.ll39 ; 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/
Dmangle.c39 extern int foo5 __asm__("var2");
42 foo5 = 1; in test3()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll38 tail call void(...) @foo5()
56 tail call void(...) @foo5()
68 declare void @foo5(...)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dswitch.ll14 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/
Dswitch.ll14 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/
Dweakref.s20 .weakref foo5, bar5
22 .long foo5
/external/llvm/test/MC/ELF/
Dweakref.s20 .weakref foo5, bar5
22 .long foo5
/external/swiftshader/third_party/LLVM/test/MC/ELF/
Dweakref.s20 .weakref foo5, bar5
22 .long foo5

1234567