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

123

/external/clang/test/Preprocessor/
H A Dc90.c10 #define foo3$bar /* expected-error {{'$' in identifier}} */
/external/clang/test/Driver/
H A Dat_file.c23 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/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke_no_variadics.pass.cpp24 int foo3(int, int, int) { return 42; } function
41 std::function<int(int, int, int)> f(&foo3);
57 std::function<void(int, int, int)> f(&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
H A Dtls-i386.s7 movl foo3@TLSGD(%eax), %eax
39 // CHECK-NEXT: Name: foo3
/external/toybox/tests/
H A Dgrep.test14 echo -e "this is foo3" > foo3
15 testing "grep -l" "grep -l test foo foo2 foo3" "foo\nfoo2\n" "" ""
16 rm foo foo2 foo3
30 echo -e "hi hello" > foo3
31 testing "grep -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/clang/test/CodeGenCXX/
H A Dregparm.cpp23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b);
H A Dstmtexpr.cpp40 void foo3()
62 foo3();
/external/clang/test/Sema/
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}}
H A Darm-interrupt-attr.c8 __attribute__((interrupt("IRQ"))) void foo3() {} function
/external/clang/test/CodeGen/
H A Dmangle.c30 void foo3() __asm__("var");
33 foo3();
H A D2008-03-05-syncPtr.c15 int* foo3(int** a, int b) { function
18 // CHECK-LABEL: define i32* @foo3
H A Dmips64-class-return.cpp38 void foo3(D2 a0) { function
H A Dwhilestmt.c41 int foo3() { function
H A Dmips64-padding-arg.c24 // N64-LABEL: define void @foo3(i32 signext %a0, i64, fp128 %a1)
30 void foo3(int a0, long double a1) { function
/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);
H A DTestDefaults.java16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
/external/libunwind/tests/
H A DGtest-nomalloc.c82 foo3 (void) function
90 foo3 ();
H A DLtest-nocalloc.c93 foo3 (void) function
101 foo3 ();

Completed in 537 milliseconds

123