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
138
) sorted by null
1
2
3
4
5
6
/external/clang/test/Preprocessor/
unterminated.c
3
#ifdef
FOO
// expected-error {{unterminated conditional directive}}
expr_define_expansion.c
4
#define
FOO
&& 1
5
#if defined
FOO
FOO
comment_save_if.c
6
#endif /*
foo
*/
8
#if /*
foo
*/ defined /*
foo
*/
FOO
/*
foo
*/
9
#if /*
foo
*/ defined /*
foo
*/ ( /*
foo
*/
FOO
/*
foo
*/ ) /*foo*
[
all
...]
comment_save_macro.c
11
#define
FOO
bork // blah
12
boo
FOO
bar // zot
macro_expandloc.c
2
#define
FOO
1
7
#include
FOO
builtin_line.c
2
#define
FOO
__LINE__
4
FOO
comment_save.c
3
//
foo
4
// CHECK: //
foo
9
#if
FOO
macro_arg_empty.c
3
#define
FOO
(x) x
6
[
FOO
()] [
FOO
()] [
FOO
() ] [BAR()] [ BAR()] [BAR() ] BAZ()
macro_space.c
12
#define TEST(
FOO
,x)
FOO
<
FOO
()> <
FOO
()> <
FOO
()> <
FOO
( )> <
FOO
() > <
FOO
()x> <
FOO
() x> <
FOO
()x
[
all
...]
/external/clang/test/Index/
file-macro-refs.c
1
#define
FOO
3
FOO
4
FOO
9
// CHECK: macro expansion=
FOO
:1:9
10
// CHECK-NEXT: macro definition=
FOO
=[1:9 - 1:12]
11
// CHECK-NEXT: macro expansion=
FOO
:1:9 =[3:1 - 3:4]
12
// CHECK-NEXT: macro expansion=
FOO
:1:9 =[4:1 - 4:4]
/external/clang/test/Lexer/
rdar-8914293.c
6
/* expected-warning {{missing terminating}} */ #define
FOO
"
foo
/external/clang/test/Lexer/Inputs/
different-define.h
2
#define
FOO
5
/external/mesa3d/src/glsl/glcpp/tests/
064-version.c
2
#define
FOO
078-elif-without-if.c
1
#elif defined
FOO
/external/clang/test/Driver/
crash report spaces.c
14
FOO
15
// CHECKSRC:
FOO
crash-report.c
19
FOO
20
// CHECKSRC:
FOO
25
// CHECKSH: "-D" "
FOO
=BAR"
/external/clang/test/CoverageMapping/
switchmacro.c
3
#define
FOO
(x) (void)x
5
// CHECK:
foo
6
int
foo
(int i) { // CHECK-NEXT: File 0, [[@LINE]]:16 -> {{[0-9]+}}:2 = #0
function
13
FOO
(1);
19
FOO
(1);
26
foo
(3);
/development/ndk/samples/module-exports/jni/bar/
bar.h
4
/*
FOO
should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
5
#ifndef
FOO
6
#error
FOO
should be defined here !
9
#if
FOO
!= 1
10
#error
FOO
is not correctly defined here !
/external/clang/test/PCH/
fuzzy-pch.c
6
// RUN: FileCheck -check-prefix=CHECK-
FOO
%s < %t.err
15
#ifndef
FOO
16
# error
FOO
was not defined
19
#if
FOO
!= 1
20
# error
FOO
has the wrong definition
27
// CHECK-
FOO
: definition of macro '
FOO
' differs between the precompiled header ('1') and the command line ('blah')
28
// CHECK-NOFOO: macro '
FOO
' was defined in the precompiled header but undef'd on the command line
pch-dir.c
2
// RUN: %clang -x c-header %S/pch-dir.h -DFOO=
foo
-o %t.h.gch/c.gch
5
// RUN: %clang -include %t.h -DFOO=
foo
-fsyntax-only %s -Xclang -print-stats 2> %t.clog
16
int
FOO
;
preamble.c
20
return
FOO
(x);
/external/clang/test/CodeGen/
2002-02-13-TypeVarNameCollision.c
7
typedef struct
foo
{
struct
9
}
FOO
;
11
static
FOO
foo
[100];
variable
14
return
foo
[4].Y;
2002-02-18-StaticData.c
4
double
FOO
= 17;
12
void *Data[] = { &
FOO
, &BAR, &XX };
2007-11-28-GlobalInitializer.c
3
typedef struct
foo
{ int x; char *p; }
FOO
;
struct
4
extern
FOO
yy[];
/external/clang/test/Modules/
explicit-build-flags.cpp
36
#if
FOO
!= 1
37
#error bad
FOO
from command line and module
40
#if
FOO
!= 2
41
#error bad
FOO
from command line overriding module
44
#ifdef
FOO
45
#error
FOO
leaked from module
Completed in 591 milliseconds
1
2
3
4
5
6