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

1 2 3

  /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/autotest/client/deps/fakegudev/src/
test-fakesyscalls.sh 16 FILE_REDIRECTIONS_PRELOAD=${FILE_REDIRECTIONS_PRELOAD}:/tmp/foo5=/tmp/foo6
19 rm -f /tmp/foo1 /tmp/foo2 /tmp/foo3 /tmp/foo4 /tmp/foo5 /tmp/foo6 /tmp/foo99
58 echo LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} foo5 foo5
59 LD_PRELOAD=${FAKE_SYSCALLS_LIB} ${TEST_EXE} foo5 foo5
  /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
arm-interrupt-attr.c 10 __attribute__((interrupt("SWI"))) void foo5() {} function
  /external/llvm/test/MC/ELF/
tls.s 9 .long foo5@TLSLD
62 // CHECK-NEXT: Name: foo5
tls-i386.s 9 movl foo5@TPOFF(%eax), %eax
57 // CHECK-NEXT: Name: foo5
weakref.s 20 .weakref foo5, bar5
22 .long foo5
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
tlspie1.s 25 leal foo5@TLSGD(,%ebx,1), %eax
59 .globl foo5
61 .type foo5, @object
62 .size foo5, 4
63 foo5: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlspie1.s 19 leaq foo5@TLSGD(%rip), %rdi
53 .globl foo5
55 .type foo5, @object
56 .size foo5, 4
57 foo5: label
  /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-LABEL: define i32* @foo5
mips64-padding-arg.c 36 // N64-LABEL: define void @foo5(%struct.S0* noalias sret %agg.result, i64, fp128 %a0)
42 S0 foo5(long double a0) { function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-ref-1.s 38 .globl foo5
39 .csect foo5[pr]
40 foo5: label
  /external/clang/test/CodeGenCXX/
stmtexpr.cpp 69 int* foo5() {
78 int foo5(bool b) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
macro-vararg.d 10 0+10[ ]+[a-zA-Z0-9_]+[ ]+foo5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
vararg.d 14 0+10[ ]+[a-zA-Z0-9_]+[ ]+foo5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
datal-1.s 18 .long DATALABEL foo5 + 56
37 foo5: label
datal-2.s 26 .long DataLabel foo5 + 56
44 foo5: label
datal-3.s 15 .long DATALABEL foo5 + 56
35 foo5: label

Completed in 857 milliseconds

1 2 3