Home
last modified time | relevance | path

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

12345

/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/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
Dasm.cpp7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
/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/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/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/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/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(...)
Dcodemodel.ll59 define i32 @foo5() nounwind readonly {
61 ; CHECK-SMALL-LABEL: foo5:
63 ; CHECK-KERNEL-LABEL: foo5:
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbb.ll29 tail call void(...) @foo5()
47 tail call void(...) @foo5()
59 declare void @foo5(...)
/external/clang/test/CodeGen/
Dmangle.c39 extern int foo5 __asm__("var2");
42 foo5 = 1; in test3()
Dstdcall-fastcall.c89 void __attribute__((fastcall)) foo5(struct S2 y);
93 foo5(y); in bar5()
/external/swiftshader/third_party/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/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/clang/test/CodeGenCXX/
Dstmtexpr.cpp69 int* foo5() { in foo5() function
78 int foo5(bool b) { in foo5() function
/external/llvm/test/CodeGen/PowerPC/
Dunaligned.ll66 define void @foo5(double* %p, double* %r) nounwind {
72 ; CHECK: @foo5
76 ; CHECK-VSX: @foo5
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll55 ; CHECK: @foo5
58 define double @foo5() {
/external/llvm/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll55 ; CHECK-LABEL: @foo5(
58 define double @foo5() {
/external/clang/test/SemaCXX/
Dwarn-unused-local-typedef.cpp37 typedef int* foo5; in f() typedef
38 typedef foo5* foo6; // no diag in f()
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dnested_loop_with_branches.ll32 %v5 = call i1 @foo5(i32 %j)
56 declare i1 @foo5(i32)
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D11-BSwap.ll33 define zeroext i32 @foo5(i32* %b) {
34 ; CHECK: foo5:

12345