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

1 2

  /ndk/tests/build/cpp-extensions/jni/
foo5.C 3 extern int foo4(int);
6 return foo4(x) + 5;
foo4.cpp 5 int foo4(int x) { function in namespace:cpp
Android.mk 13 foo4.cpp \
  /external/llvm/test/MC/ELF/
alias.s 14 // Test that bar4 and bar 5 are also functions and have the same value as foo4.
16 .type foo4,@function
17 foo4: label
18 bar4 = foo4
79 // CHECK-NEXT: Name: foo4
tls.s 8 .long foo4@GOTTPOFF
53 // CHECK-NEXT: Name: foo4
tls-i386.s 8 movl foo4@TLSLDM(%eax), %eax
48 // CHECK-NEXT: Name: foo4
weakref.s 16 .weakref foo4, bar4
17 .long foo4
  /external/clang/test/Driver/
at_file.c 24 foo4
  /external/clang/test/Parser/
asm.cpp 6 int foo4 asm (u"bar4"); // expected-error {{cannot use unicode string literal in 'asm'}}
  /external/clang/test/Sema/
ms_abi-sysv_abi.c 10 void __attribute__((ms_abi)) foo4(); // expected-note{{previous declaration is here}}
11 void __attribute__((sysv_abi)) foo4(void); // expected-error{{function declared 'cdecl' here was previously declared 'ms_abi'}}
crash-invalid-array.c 22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 26 const void *foo4 (void) function
stdcall-fastcall-x64.c 9 void __attribute__((stdcall)) foo4(); // expected-warning{{calling convention 'stdcall' ignored for this target}}
10 void __attribute__((fastcall)) foo4(void); // expected-warning {{calling convention 'fastcall' ignored for this target}}
stdcall-fastcall.c 9 void __attribute__((stdcall)) foo4(); // expected-note{{previous declaration is here}}
10 void __attribute__((fastcall)) foo4(void); // expected-error{{function declared 'fastcall' here was previously declared 'stdcall'}}
arm-interrupt-attr.c 9 __attribute__((interrupt("FIQ"))) void foo4() {} function
  /external/clang/test/CodeGen/
switch.c 49 static int foo4(int i) { function
71 return foo4(111) + foo4(99) + foo4(222) + foo4(601);
mips64-padding-arg.c 25 // N64: tail call void @foo4(i32 1, i32 2, i32 %a0, i64 undef, fp128 %a1)
26 // N64: declare void @foo4(i32, i32, i32, i64, fp128)
28 extern void foo4(int, int, int, long double);
31 foo4(1, 2, a0, a1);
2008-03-05-syncPtr.c 22 int* foo4(int** a, int b) { function
25 // CHECK-LABEL: define i32* @foo4
mips64-class-return.cpp 43 void foo4(D0 a0) { function
whilestmt.c 53 int foo4() { function
mangle.c 35 int foo4 __asm__("var") = 4;
  /external/clang/test/CodeGenCXX/
regparm.cpp 34 __attribute((regparm(2))) void foo4(S3 a, int b);
37 foo4(a, b);
stmtexpr.cpp 47 void foo4()
63 foo4();
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 64 short bar5 (struct foo4 {} bar2); // expected-error{{'foo4' cannot be defined in a parameter type}}
65 long foo5 (float foo6 = foo4); // expected-error{{use of undeclared identifier 'foo4'}}
  /external/clang/test/Analysis/
nullptr.cpp 33 void foo4(void) { function

Completed in 328 milliseconds

1 2