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

1 2

  /ndk/tests/build/cpp-extensions/jni/
foo6.CPP 3 extern int foo5(int);
6 return foo5(x) + 6;
foo5.C 5 int foo5(int x) { function in namespace:cpp
Android.mk 14 foo5.C \
  /external/clang/test/Driver/
at_file.c 25 foo5
  /external/clang/test/Parser/
asm.cpp 7 int foo5 asm (U"bar5"); // expected-error {{cannot use unicode string literal in 'asm'}}
DelayedTemplateParsing.cpp 15 void foo5() { } // expected-note {{previous definition is here}} function in class:B
24 void B<T>::foo5() { // expected-error {{redefinition of 'foo5'}} function in class:B
46 template <class T> void foo5() {} //expected-note {{previous definition is here}} function
47 template <class T> void foo5() {} // expected-error {{redefinition of 'foo5'}} function
  /external/clang/test/Sema/
attr-sentinel.c 8 void foo5 (int x, ...) __attribute__ ((__sentinel__(1))); // expected-note {{function has been explicitly marked sentinel here}}
19 foo5(1, NULL, 2); // OK
20 foo5(1,2,NULL, 1); // OK
21 foo5(1, NULL, 2, 1); // expected-warning {{missing sentinel in function call}}
deref.c 32 void *foo5 (void) function
dllimport-dllexport.c 11 void __attribute__((dllexport)) foo5();
12 void __attribute__((dllimport)) foo5(); // expected-warning{{dllimport attribute ignored}}
block-return.c 90 bptr foo5(int j) {
  /external/llvm/test/MC/ELF/
tls.s 9 .long foo5@TLSLD
62 // CHECK-NEXT: Name: foo5 (21)
tls-i386.s 9 movl foo5@TPOFF(%eax), %eax
57 // CHECK-NEXT: Name: foo5 (21)
weakref.s 20 .weakref foo5, bar5
22 .long foo5
  /external/clang/test/CodeGen/
mangle.c 39 extern int foo5 __asm__("var2");
42 foo5 = 1;
2008-03-05-syncPtr.c 29 int* foo5(int** a, int* b) { function
32 // CHECK: define i32* @foo5
mips64-padding-arg.c 35 // N64: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
41 S0 foo5(long double a0) { function
switch.c 74 // CHECK: define void @foo5()
77 void foo5(){ function
stdcall-fastcall.c 89 void __attribute__((fastcall)) foo5(struct S2 y);
92 // CHECK: call x86_fastcallcc void @foo5(%struct.S2* byval align 4 %
93 foo5(y);
arm-aapcs-zerolength-bitfield.c 223 short foo5: 1; member in struct:t21
arm-apcs-zerolength-bitfield.c 227 short foo5: 1; member in struct:t21
  /external/clang/test/CodeGenCXX/
stmtexpr.cpp 69 int* foo5() {
78 int foo5(bool b) {
  /external/clang/test/Index/
index-refs.cpp 68 void foo5() { function
  /external/clang/test/SemaCXX/
dcl_ambig_res.cpp 44 void foo5() function
  /external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
Test.java 24 public void foo5(@SlashedClassName(when=When.MAYBE) String foo) { method in class:Test
  /external/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 58 var foo5 = {
85 assertEquals(7, foo5[13]);

Completed in 841 milliseconds

1 2