OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo
(Results
1 - 25
of
1512
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Driver/
arc.c
8
#
foo
redzone.c
6
int
foo
() { return 42; }
function
/external/clang/test/Index/
annotate-tokens-include.h
1
int
foo
();
/external/clang/test/Preprocessor/
traditional-cpp.c
10
/* CHECK:
foo
// bar
12
foo
// bar
/external/clang/test/SemaCXX/
PR8012.cpp
3
void
foo
(int operator+); // expected-error{{cannot be the name of a parameter}}
default-arg-special-member.cpp
4
class
foo
{
class
5
foo
(
foo
&, int); // expected-note {{was not a special member function}}
6
foo
(int); // expected-note {{was not a special member function}}
7
foo
(const
foo
&); // expected-note {{was a copy constructor}}
10
foo
::
foo
(
foo
&, int = 0) { } // expected-warning {{makes this constructor a copy constructor}}
function in class:foo
11
foo
::foo(int = 0) { } // expected-warning {{makes this constructor a default constructor}
function in class:foo
12
foo
::
foo
(const
foo
& = 0) { } \/\/expected-warning {{makes this constructor a default constructor}}
function in class:foo
[
all
...]
/external/mesa3d/src/glsl/glcpp/tests/
001-define.c
1
#define
foo
1
macro
2
foo
008-define-empty.c
1
#define
foo
macro
2
foo
011-define-func-empty.c
1
#define
foo
()
macro
2
foo
()
009-undef.c
1
#define
foo
1
macro
2
foo
3
#undef
foo
macro
4
foo
/external/mesa3d/src/glsl/tests/
void-01.glsl
2
void
foo
;
/external/clang/test/CodeGenCXX/
virt-dtor-key.cpp
3
class
foo
{
class
4
foo
();
5
virtual ~
foo
();
8
foo
::~
foo
() {
/development/ndk/tests/prebuilt-library/jni/foo/
foo.c
1
#include "
foo
.h"
3
int
foo
(void)
function
/external/clang/test/CodeGen/
2002-07-17-StringConstant.c
4
char *
foo
() { return "\\begin{"; }
function
2009-03-13-dbg.c
2
void
foo
() {}
function
emit-all-decls.c
2
// RUN: not grep "@
foo
" %t
4
// RUN: grep "@
foo
" %t
6
static void
foo
() {
function
mcount.c
2
void
foo
(void) {
function
/external/clang/test/Lexer/
newline-eof.c
5
void
foo
() {} // expected-warning{{No newline at end of file}
function
/external/clang/test/PCH/
modified-header-crash.h
1
int
foo
;
variable
/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;
parser_overflow.c
3
void
foo
(void) {
function
[
all
...]
/external/clang/test/Sema/
block-return-3.c
3
void
foo
() {
function
text-diag.c
2
unsigned char *
foo
= "texto\
variable
/external/elfutils/libcpu/
i386_dis.c
1
int
foo
;
variable
/frameworks/compile/libbcc/tests/data/src/
error.c
1
void
foo
;
variable
Completed in 309 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>