Searched defs:foo3 (Results 1 - 25 of 35) 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 Darm-interrupt-attr.c8 __attribute__((interrupt("IRQ"))) void foo3() {} function
H A Dself-comparison.c11 void foo3(short s, short t) { function
/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/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);
H A Dcxx-template-argument.cpp64 template<class T1, typename T2> struct foo3 : struct in namespace:pr16225add
/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/libunwind/tests/
H A DGtest-nomalloc.c82 foo3 (void) function
90 foo3 ();
H A DLtest-nocalloc.c93 foo3 (void) function
101 foo3 ();
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js44 function foo3(x, y, z) { function
53 var foob3 = foo3.bind({}, 1);
/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
/external/clang/test/Analysis/
H A Dnullptr.cpp20 void foo3(void) { function

Completed in 490 milliseconds

12