Searched refs:foo3 (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/test/Preprocessor/
H A Dc90.c10 #define foo3$bar /* expected-error {{'$' in identifier}} */
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dalias.s9 foo3: label
11 bar3 = foo3
47 // CHECK-NEXT: (('st_name', 0x0000000e) # 'foo3'
H A Dtls.s7 leaq foo3@TLSLD(%rip), %rdi
41 // CHECK-NEXT: (('st_name', 0x0000000b) # 'foo3'
H A Dtls-i386.s7 movl foo3@TLSGD(%eax), %eax
31 // CHECK-NEXT: (('st_name', 0x0000000b) # 'foo3'
/external/clang/test/Driver/
H A Dat_file.c23 foo3
H A Dat_file_win.c21 foo3
/external/clang/test/Parser/
H A Dasm.cpp5 int foo3 asm (u8"bar3"); // expected-error {{cannot use unicode string literal in 'asm'}}
H A Dcxx1z-nested-namespace-definition.cpp7 namespace foo1::foo2::foo3 { namespace in class:foo1::foo2
25 return foo1::foo2::foo3::foo(x);
/external/clang/test/Sema/
H A Dattr-disable-tail-calls.c13 int foo3(int a) __attribute__((disable_tail_calls("abc"))); // expected-error {{'disable_tail_calls' attribute takes no arguments}}
H A Dnon-null-warning.c30 int * _Nullable foo3(int * _Nullable x); // expected-note {{previous declaration is here}}
32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}} function
H A Dconvertvector.c14 vector8float foo3(double x) { function
H A Dcrash-invalid-array.c21 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
H A Dderef.c18 void foo3 (void) function
H A Dms_abi-sysv_abi.c9 void __attribute__((ms_abi, sysv_abi)) foo3(void); // expected-error{{cdecl and ms_abi attributes are not compatible}}
/external/clang/test/SemaCXX/
H A Dattr-notail.cpp7 [[clang::not_tail_called]] int foo3();
/external/llvm/test/MC/ELF/
H A Dalias.s9 foo3: label
11 bar3 = foo3
92 // CHECK-NEXT: Name: foo3
H A Dtls.s7 leaq foo3@TLSLD(%rip), %rdi
44 // CHECK-NEXT: Name: foo3
/external/autotest/client/deps/fakegudev/src/
H A Dtest-fakesyscalls.sh14 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo3
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
31 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
32 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} /tmp/foo3 /tmp/foo3
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c40 union U3 foo3() { return u3; } function
46 // CHECK: define i32 @foo3()
54 union U3 x3 = foo3();
66 // CHECK: {{.+}} = call i32 @foo3()
H A Dmangle.c30 void foo3() __asm__("var");
33 foo3();
/external/clang/test/CodeGenCXX/
H A Dregparm.cpp23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b);
H A Dms-integer-static-data-members.cpp21 const int *foo3() { function
/external/toybox/tests/
H A Dgrep.test14 echo -e "this is foo3" > foo3
15 testing "-l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
16 rm foo foo2 foo3
30 echo -e "hi hello" > foo3
31 testing "-H" "grep -H is foo foo2 foo3" "foo:this is test\nfoo:this is test2\nfoo2:hello this is test\n" "" ""
32 rm foo foo2 foo3
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTest.java17 public void foo3(String foo) { method in class:Test
21 foo3(foo);
/external/libunwind/tests/
H A DGtest-nomalloc.c82 foo3 (void) function
90 foo3 ();

Completed in 1856 milliseconds

123