HomeSort by relevance Sort by last modified time
    Searched refs:foo1 (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/clang/test/Sema/
implicit-cast-dump.c 3 void foo1(void*);
10 foo1(0);
attr-sentinel.c 7 void foo1 (int x, ...) ATTR; // expected-note 3 {{function has been explicitly marked sentinel here}}
14 #define FOOMACRO(...) foo1(__VA_ARGS__)
17 foo1(1, NULL); // OK
18 foo1(1, 0) ; // expected-warning {{missing sentinel in function call}}
33 foo1(3, &a, &b, &c); // expected-warning {{missing sentinel in function call}}
34 foo1(3, &a, &b, &c, (struct A*) 0);
convertvector.c 6 vector8float foo1(vector4double x) { function
crash-invalid-array.c 19 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
  /external/clang/test/CodeGen/
weak-incomplete.c 4 void __attribute__((weak)) foo1(struct S);
5 void (*foo2)(struct S) = foo1;
sret.c 11 struct abc foo1(void);
15 struct abc dummy1 = foo1();
mips-byval-arg.c 10 // O32-LABEL: define void @foo1(i32 %a0.coerce0, i32 %a0.coerce1, i32 %a0.coerce2)
11 // N64-LABEL: define void @foo1(i64 %a0.coerce0, i32 %a0.coerce1)
13 void foo1(S0 a0) { function
mips64-nontrivial-return.cpp 15 D foo1(void) { function
  /ndk/tests/build/cpp-extensions/jni/
foo1.cc 3 extern int foo1(int x) { function in namespace:cpp
foo2.cp 3 extern int foo1(int);
6 return foo1(x) + 2;
  /external/clang/test/CodeGenCXX/
fastcall.cpp 3 void __attribute__((fastcall)) foo1(int &y);
7 foo1(y);
  /external/clang/test/Driver/
at_file.c 21 foo1
  /external/clang/test/Parser/
asm.cpp 3 int foo1 asm ("bar1");
nested-namespaces-recovery.cpp 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}}
11 return foo1::foo2::foo3::foo(x);
  /external/chromium_org/ppapi/generators/test_gen_pnacl/
test_interfaces.idl 44 * return iface->foo1(a, *b);
49 int32_t foo1(int32_t a, [in] some_struct b);
57 * return iface->foo1(a, *b);
62 int32_t foo1(int32_t a, [in] some_union b);
68 int32_t foo1(int32_t a, [in] some_struct2 b);
77 * return iface->foo1(*a);
90 int32_t foo1([in] some_struct a);
95 int32_t foo1([in] some_struct[] a);
101 int32_t foo1([in] some_struct2 a);
110 * ((int32_t (*)(struct some_struct* a))iface->foo1);
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p9.cpp 8 void foo1(T) { } function
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function
  /external/llvm/test/Object/Inputs/
elfver.S 17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
  /external/llvm/test/MC/Mips/
elf-relsym.s 31 .globl foo1
33 .type foo1,@function
35 .ent foo1
36 foo1: # @foo1 label
71 .end foo1
73 .size foo1, ($tmp0)-foo1
  /external/lldb/test/expression_command/formatters/
main.cpp 34 foo foo1(12);
41 *(foo1.a_ptr) = 9999;
42 foo1.b.i = 9999;
  /external/clang/test/SemaCXX/
builtin-ptrtomember-overload-1.cpp 37 void foo1(C1 c1, int A::* pmf) { function
42 void foo1(C1 c1, int E::* pmf) { function
attr-print.cpp 17 // CHECK: void foo1() __attribute__((pure)) __attribute__((noinline));
18 void foo1() __attribute__((noinline, pure));
  /external/compiler-rt/test/tsan/
simple_stack2.cc 8 void __attribute__((noinline)) foo1() { function
16 foo1();
47 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:9{{(:3)?}} ({{.*}})
  /external/clang/test/FixIt/
fixit-pmem.cpp 21 void foo1(int (S::*ps)(), S s, S* p) function
  /external/clang/test/Index/skip-parsed-bodies/
t.h 18 static inline int foo1() { function

Completed in 1097 milliseconds

1 2 3 4