Searched defs:foo3 (Results 1 - 25 of 39) sorted by relevance

12

/external/clang/test/Preprocessor/
H A Dc90.c10 #define foo3$bar /* expected-error {{'$' in identifier}} */
/external/clang/test/CodeGen/
H A Dwhilestmt.c41 int foo3() { function
H A D2008-03-05-syncPtr.c15 int* foo3(int** a, int b) { function
18 // CHECK-LABEL: define i32* @foo3
H A Dasm-variable.c62 void foo3() { function
H A Dmips64-class-return.cpp38 void foo3(D2 a0) { 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
H A Dswitch.c33 int foo3(int i) { function
/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 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 Darm-interrupt-attr.c8 __attribute__((interrupt("IRQ"))) void foo3() {} function
H A Dmips-interrupt-attr.c10 __attribute__((interrupt("eic"))) void foo3() {} function
/external/v8/test/mjsunit/asm/
H A Duint32-less-than-shift.js30 function foo3(i1) {
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
48 assertEquals(1, m.foo3(i));
54 assertEquals(0, m.foo3(i));
60 assertEquals(0, m.foo3(i));
/external/clang/test/Parser/
H A Dcxx1z-nested-namespace-definition.cpp7 namespace foo1::foo2::foo3 { namespace in class:foo1::foo2
25 return foo1::foo2::foo3::foo(x);
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
H A DTestDefaults.java16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
H A DTest.java17 public void foo3(String foo) { method in class:Test
21 foo3(foo);
/external/llvm/test/MC/ELF/
H A Dalias.s9 foo3: label
11 bar3 = foo3
92 // CHECK-NEXT: Name: foo3
/external/clang/test/CodeGenCXX/
H A Dms-integer-static-data-members.cpp21 const int *foo3() { function
/external/clang/test/OpenMP/
H A Dfunction-attr.cpp43 float foo3(int n, float *a, float *b) { function
/external/libunwind/tests/
H A DGtest-nomalloc.c82 foo3 (void) function
90 foo3 ();
H A DLtest-nocalloc.c93 foo3 (void) function
101 foo3 ();
/external/clang/test/Index/
H A Dindex-refs.cpp54 void foo3() { function
110 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo3
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp29 void foo3() { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp71 void foo3() { function

Completed in 323 milliseconds

12