HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 26 - 50 of 6781) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
mcount.c 15 void foo(void) { function
  /external/clang/test/Driver/
redzone.c 6 int foo() { return 42; } function
  /external/clang/test/Lexer/
newline-eof-c++98-compat.cpp 5 void foo() {} // expected-warning{{C++98 requires newline at end of file} function
newline-eof.c 15 void foo() {} // expected-warning{{no newline at end of file} function
  /external/clang/test/PCH/
modified-header-crash.h 1 int foo; variable
cxx0x-delegating-ctors.cpp 10 struct foo { struct
11 foo(int) : foo() { } function in struct:foo
12 foo();
13 foo(bool) : foo('c') { } function in struct:foo
14 foo(char) : foo(true) { } function in struct:foo
17 foo::foo() : foo(1) { } // expected-error{{creates a delegation cycle}} function in class:foo
    [all...]
  /external/clang/test/Parser/
argument_scope.c 2 typedef struct foo foo; typedef in typeref:struct:foo
4 void blah(int foo) {
5 foo = 1;
  /external/clang/test/Profile/
c-unreachable-after-switch.c 5 // CHECK-LABEL: @foo()
7 void foo() { function
  /external/clang/test/Sema/
block-return-3.c 3 void foo() { function
text-diag.c 2 unsigned char *foo = "texto\ variable
  /external/mesa3d/src/glsl/glcpp/tests/
009-undef.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
010-undef-re-define.c 1 #define foo 1 macro
2 foo
3 #undef foo macro
4 foo
5 #define foo 2 macro
6 foo
  /prebuilts/go/darwin-x86/misc/cgo/test/issue8828/
issue8828.c 5 void foo() function
  /prebuilts/go/linux-x86/misc/cgo/test/issue8828/
issue8828.c 5 void foo() function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
indirect1b.c 2 foo (void) function
6 asm (".symver foo,foo@FOO");
pr9679-1.c 2 foo (void) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers25a.c 1 void foo () {} function
vers26a.c 2 foo () function
vers27a.c 1 void foo () {} function
vers28a.c 1 void foo () {} function
vers32a.c 1 void foo(void) {} function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
lto-16a.c 1 void foo (void) { } function
pr13183a.c 1 int foo(void) function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
cross2.c 2 foo () function
  /external/clang/test/Misc/
error-limit-multiple-notes.cpp 4 void foo(int);
5 void foo(double);
6 void foo(int, int);
7 void foo(int, int, int, int);
11 foo(1, 2, 3);
18 // CHECK: 11:5: error: no matching function for call to 'foo'

Completed in 699 milliseconds

12 3 4 5 6 7 8 91011>>