OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foo
(Results
126 - 150
of
3019
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
first-line-indent.c
0
foo
5
// CHECK: {{^ }}
foo
macro_paste_identifier_error.c
6
#define
foo
a ## b ## = 0
macro
7
int
foo
;
variable
mi_opt.h
1
#if !defined
foo
MACRO
2
#define
foo
macro
/external/clang/test/Sema/
2009-04-22-UnknownSize.c
3
static struct
foo
s; // expected-error { tentative definition has type 'struct
foo
' that is never completed }
4
struct
foo
*p = &s;
/external/llvm/test/MC/ELF/
local-reloc.s
6
movl
foo
, %r14d
7
foo
:
label
org.s
4
foo
:
label
6
.org
foo
+16
/external/mesa3d/src/glsl/glcpp/tests/
002-define-chain.c
1
#define
foo
1
macro
2
#define bar
foo
003-define-chain-reverse.c
1
#define bar
foo
2
#define
foo
1
macro
005-define-composite-chain.c
1
#define
foo
1
macro
2
#define bar a
foo
006-define-composite-chain-reverse.c
1
#define bar a
foo
2
#define
foo
1
macro
013-define-func-1-arg-unused.c
1
#define
foo
(x) 1
macro
2
foo
(bar)
015-define-object-with-parens.c
1
#define
foo
()1
macro
2
foo
()
016-define-func-1-arg.c
1
#define
foo
(x) ((x)+1)
macro
2
foo
(bar)
018-define-func-macro-as-parameter.c
2
#define
foo
(x) x
macro
3
foo
(1)
025-func-macro-as-non-macro.c
1
#define
foo
(bar) bar
macro
2
foo
bar
026-define-func-extra-newlines.c
1
#define
foo
(a) bar
macro
3
foo
027-define-chain-obj-to-func.c
2
#define
foo
failure()
macro
3
foo
028-define-chain-obj-to-non-func.c
2
#define
foo
success
macro
3
foo
055-define-chain-obj-to-func-parens-in-text.c
2
#define
foo
failure
macro
3
foo
()
060-left-paren-in-macro-right-paren-in-text.c
2
#define
foo
double(
macro
3
foo
5)
/ndk/tests/build/prebuilt-copy/jni/
main.c
1
extern int
foo
(int);
5
return
foo
(bar(10));
/ndk/tests/device/exceptions-crash/jni/
main.cpp
6
extern void
foo
();
10
foo
();
/external/clang/test/SemaCXX/
defaulted-ctor-loop.cpp
5
struct
foo
;
7
bar(
foo
&);
9
struct
foo
{
struct
11
foo
()
function in struct:foo
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
062-if-0-skips-garbage.c
1
#define
foo
(a,b)
macro
3
foo
(bar)
4
foo
(
/external/clang/test/CodeGen/
2002-04-07-SwitchStmt.c
4
int
foo
();
7
while (
foo
()) {
8
switch (
foo
()) {
Completed in 386 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>