Home
last modified time | relevance | path

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

123

/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()
Dderef.c32 void *foo5 (void) 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
Dasm.cpp7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
/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/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/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:
Dwin64_eh.ll143 define void @foo5() uwtable {
149 ; WIN64-LABEL: foo5:
150 ; WIN64: .seh_proc foo5
Dsibcall.ll190 ; 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/
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/llvm/test/MC/ELF/
Dweakref.s20 .weakref foo5, bar5
22 .long foo5
Dtls.s9 .long foo5@TLSLD
/external/v8/test/mjsunit/
Dobject-literal-overwrite.js58 var foo5 = { variable
85 assertEquals(7, foo5[13]);
/external/llvm/test/CodeGen/WebAssembly/
Dswitch.ll14 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/
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/llvm/test/Transforms/InstCombine/
Dbitcast-vec-uniform.ll55 ; CHECK-LABEL: @foo5(
58 define double @foo5() {
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dnested_loop_with_branches.ll31 %v5 = call i1 @foo5(i32 %j)
55 declare i1 @foo5(i32)
/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/CodeGen/NVPTX/
Dvector-loads.ll49 define void @foo5(<4 x i32>* %a) {
50 ; CHECK: .func foo5
/external/clang/test/Driver/
Dat_file.c25 foo5

123