HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 1 - 25 of 1231) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/tests/prebuilt-library/jni/foo/
foo.c 1 #include "foo.h"
3 int foo(void) function
  /external/clang/test/Analysis/
redefined_system.c 15 int foo () { function
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; } function
2002-09-08-PointerShifts.c 4 int foo(int *A, unsigned X) { function
2004-03-07-ExternalConstant.c 5 int foo () { function
2004-03-16-AsmRegisterCrash.c 4 int foo() { function
2004-05-07-VarArrays.c 3 int foo(int len, char arr[][len], int X) { function
2005-02-20-AggregateSAVEEXPR.c 3 int foo(__complex float c) { function
2005-03-11-Prefetch.c 3 void foo(int *P) { function
2005-07-20-SqrtNoErrno.c 5 float foo(float X) { function
6 // CHECK: foo
2007-01-24-InlineAsmCModifier.c 5 void foo() { function
2007-02-16-VoidPtrDiff.c 3 void foo(void *ptr, int test) { function
2007-03-01-VarSizeArrayIdx.c 4 float foo(int w, float A[][w], int g, int h) { function
2007-04-14-FNoBuiltin.c 5 void foo(const char *msg) { function
2007-07-29-RestrictPtrArg.c 3 void foo(int * __restrict myptr1, int * myptr2) { function
2007-09-14-NegatePointer.c 4 int foo(unsigned char *test) { function
2007-10-02-VolatileArray.c 4 void foo(volatile int *p) function
2009-03-01-MallocNoAlias.c 3 void * __attribute__ ((malloc)) foo (void) { return 0; } function
2009-03-13-dbg.c 2 void foo() {} function
2009-09-24-SqrtErrno.c 6 float foo(float X) { function
7 // CHECK: foo
annotations-loc.c 7 int __attribute((annotate("foo"))) foo(void) { return 0; } function
asm-reg-var-local.c 4 int foo() { function
atomic_ops.c 3 void foo(int x) function
attribute_constructor.c 3 void foo() __attribute__((constructor));
4 void foo() { function
builtin-rename.c 6 int foo(void) { function

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>