HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 151 - 175 of 2133) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CodeGen/
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
emit-all-decls.c 2 // RUN: not grep "@foo" %t
4 // RUN: grep "@foo" %t
6 static void foo() { function
func-aligned.c 4 void foo() __attribute__((aligned (64)));
5 void foo() { function
6 // CHECK: define void @foo() {{.*}} align 64
hidden-alias-to-internal-function.c 3 static void foo(void) {} function
4 void bar(void) __attribute__((alias("foo")))
7 // CHECK: @bar = hidden alias void ()* @foo
8 // CHECK: define internal void @foo()
imaginary.c 4 double _Imaginary foo; // expected-error {{imaginary types are not supported}} variable
mcount.c 5 void foo(void) { function
nomathbuiltin.c 8 double foo(double a, double b) { function
nvptx-cc.c 6 void foo(float* a, function
nvptx-cpus.c 8 void foo(float* a, function
  /external/clang/test/CodeGenCXX/
2007-04-14-FNoBuiltin.cpp 5 void foo(const char *msg) { function
2007-07-29-RestrictPtrArg.cpp 3 void foo(int * __restrict myptr1, int * myptr2) { function
2007-07-29-RestrictRefArg.cpp 3 void foo(int & __restrict myptr1, int & myptr2) { function
debug-info-nullptr.cpp 3 void foo() { function
debug-info-rvalue-ref.cpp 6 void foo (int &&i) function
  /external/clang/test/Driver/
asan.c 7 int foo(int *a) { return *a; } function
debug-main-file.S 7 foo: label
redzone.c 6 int foo() { return 42; } function
tsan.c 8 int foo(int *a) { return *a; } function
  /external/clang/test/Index/Inputs/
remap-load-to.c 1 int foo(int parm1, float parm2) { function
  /external/clang/test/Index/
index-many-logical-ops.c 7 // CHECK: [indexDeclaration]: kind: function | name: foo
8 int foo(int x) { function
preamble-reparse-cmd-define.c 7 int foo() { function
  /external/clang/test/Index/reparse-with-remaps/
reparse.c 6 void foo() { function

Completed in 165 milliseconds

1 2 3 4 5 67 8 91011>>