Searched refs:foo5 (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/Driver/
H A Dat_file.c25 foo5
H A Dat_file_win.c23 foo5
/external/clang/test/Parser/
H A Dasm.cpp7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
H A DDelayedTemplateParsing.cpp15 void foo5() { } // expected-note {{previous definition is here}} function in class:B
24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} function in class:B
46 template <class T> void foo5() {} //expected-note {{previous definition is here}} function
47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} function
/external/autotest/client/deps/fakegudev/src/
H A 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/
H A Dattr-sentinel.c8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been explicitly marked sentinel here}}
19 foo5(1, NULL, 2); // OK
20 foo5(1,2,NULL, 1); // OK
21 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}}
H A Dderef.c32 void *foo5 (void) function
H A Darm-interrupt-attr.c10 __attribute__((interrupt("SWI"))) void foo5() {} function
H A Dattr-x86-interrupt.c24 __attribute__((interrupt)) void foo5(void *a, float b) {} function
H A Dmips-interrupt-attr.c12 __attribute__((interrupt("vector=hw0"))) void foo5() {} function
/external/llvm/test/MC/ELF/
H A Dtls.s9 .long foo5@TLSLD
62 // CHECK-NEXT: Name: foo5
H A Dtls-i386.s9 movl foo5@TPOFF(%eax), %eax
57 // CHECK-NEXT: Name: foo5
H A Dweakref.s20 .weakref foo5, bar5
22 .long foo5
/external/clang/test/CodeGen/
H A Dmangle.c39 extern int foo5 __asm__("var2");
42 foo5 = 1;
H A D2008-03-05-syncPtr.c29 int* foo5(int** a, int* b) { function
32 // CHECK-LABEL: define i32* @foo5
H A Dmips64-padding-arg.c36 // N64-LABEL: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
42 S0 foo5(long double a0) { function
H A Dswitch.c74 // CHECK-LABEL: define void @foo5()
77 void foo5(){ function
H A Dstdcall-fastcall.c89 void __attribute__((fastcall)) foo5(struct S2 y);
92 // CHECK: call x86_fastcallcc void @foo5(%struct.S2* byval align 4 %
93 foo5(y);
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dtls-i386.s9 movl foo5@TPOFF(%eax), %eax
49 // CHECK-NEXT: (('st_name', 0x00000015) # 'foo5'
H A Dweakref.s20 .weakref foo5, bar5
22 .long foo5
/external/clang/test/CodeGenCXX/
H A Dstmtexpr.cpp69 int* foo5() {
78 int foo5(bool b) {
/external/clang/test/Index/
H A Dindex-refs.cpp68 void foo5() { function
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp44 void foo5() function
H A Dattr-x86-interrupt.cpp26 __attribute__((interrupt)) void foo5(void *a, float b) {} function
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { method in class:Test

Completed in 1289 milliseconds

12