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

1 2 3

  /ndk/tests/build/cpp-extensions/jni/
foo4.cpp 3 extern int foo3(int);
6 return foo3(x) + 4;
foo3.cxx 5 int foo3(int x) { function in namespace:cpp
Android.mk 12 foo3.cxx \
  /external/clang/test/Preprocessor/
c90.c 10 #define foo3$bar /* expected-error {{'$' in identifier}} */
  /external/clang/test/CodeGen/
dllimport-dllexport.c 9 __declspec(dllimport) void foo3();
10 __declspec(dllexport) void foo3(){}
11 // CHECK: define dllexport void @foo3
mangle.c 30 void foo3() __asm__("var");
33 foo3();
2008-03-05-syncPtr.c 15 int* foo3(int** a, int b) { function
18 // CHECK: define i32* @foo3
mips64-class-return.cpp 38 void foo3(D2 a0) { function
whilestmt.c 41 int foo3() { function
mips64-padding-arg.c 23 // N64: define void @foo3(i32 %a0, i64, fp128 %a1)
29 void foo3(int a0, long double a1) { function
arm-aapcs-zerolength-bitfield.c 138 short foo3 : 16; member in struct:t14
193 long foo3 : 32; member in struct:t19
219 char foo3 : 8; member in struct:t21
  /external/llvm/test/MC/ELF/
alias.s 9 foo3: label
11 bar3 = foo3
58 // CHECK-NEXT: Name: foo3
tls.s 7 leaq foo3@TLSLD(%rip), %rdi
44 // CHECK-NEXT: Name: foo3 (11)
tls-i386.s 7 movl foo3@TLSGD(%eax), %eax
39 // CHECK-NEXT: Name: foo3 (11)
weakref.s 13 .weakref foo3, bar3
14 .long foo3
  /external/clang/test/Driver/
at_file.c 23 foo3
  /external/clang/test/Parser/
asm.cpp 5 int foo3 asm (u8"bar3"); // expected-error {{cannot use unicode string literal in 'asm'}}
nested-namespaces-recovery.cpp 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}} namespace in class:foo1::foo2
11 return foo1::foo2::foo3::foo(x);
DelayedTemplateParsing.cpp 17 friend void foo3() { function in class:B
34 void foo3() { function
  /external/clang/test/CodeGenCXX/
regparm.cpp 23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
26 foo3(a, b);
stmtexpr.cpp 40 void foo3()
62 foo3();
  /external/clang/test/Sema/
crash-invalid-array.c 23 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
deref.c 18 void foo3 (void) function
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 17 public void foo3(String foo) { method in class:Test
21 foo3(foo);
TestDefaults.java 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults

Completed in 711 milliseconds

1 2 3