OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preprocessing
(Results
1 - 25
of
781
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/compiler/glsl/glcpp/tests/
082-invalid-paste.c.expected
2
Pasting "<" and ">" does not give a valid
preprocessing
token.
4
Pasting "0" and "abc" does not give a valid
preprocessing
token.
6
Pasting "1" and "=" does not give a valid
preprocessing
token.
8
Pasting "2" and "~" does not give a valid
preprocessing
token.
10
Pasting "3" and "-" does not give a valid
preprocessing
token.
12
Pasting "4" and "+" does not give a valid
preprocessing
token.
124-preprocessing-numbers.c
10
/* The following are "
preprocessing
numbers" and should not trigger macro
15
/* These are also "
preprocessing
numbers", so no expansion */
28
* "
preprocessing
number" ends and we have an actual expression. So the
/external/clang/test/Preprocessor/
macro_paste_c_block_comment.c
5
COMM // expected-error {{pasting formed '/*', an invalid
preprocessing
token}}
7
// Demonstrate that an invalid
preprocessing
token
pp-record.c
1
// RUN: %clang_cc1 -fsyntax-only -detailed-
preprocessing
-record %s
bigoutput.c
6
// Make sure clang does not crash during
preprocessing
disabled-cond-diags2.c
14
#X // expected-error{{invalid
preprocessing
directive}}
macro_paste_msextensions.c
35
bar(q) // expected-warning {{type specifier missing}} expected-error {{invalid
preprocessing
token}} expected-error {{parameter list without types}}
42
collapse_spaces(1a, b2, 3c, d4) // expected-error 4 {{invalid
preprocessing
token}} expected-error {{expected function body}}
macro_paste_bad.c
2
// pasting ""x"" and ""+"" does not give a valid
preprocessing
token
4
XYZ // expected-error {{pasting formed 'x+', an invalid
preprocessing
token}}
6
XXYZ // expected-error {{pasting formed '.test', an invalid
preprocessing
token}}
has_include.c
96
__has_include_next("stdint.h") // expected-warning {{#include_next in primary source file}} expected-error {{__has_include_next must be used within a
preprocessing
directive}}
97
__has_include("stdint.h") // expected-error {{__has_include must be used within a
preprocessing
directive}}
100
MACRO1 // expected-error {{__has_include must be used within a
preprocessing
directive}}
103
MACRO1 // expected-error {{__has_include must be used within a
preprocessing
directive}}
108
MACRO1 // expected-error {{__has_include must be used within a
preprocessing
directive}}
151
// expected-error@+1 {{__has_include must be used within a
preprocessing
directive}}
/external/clang/test/PCH/
chain-macro-override.c
2
// RUN: %clang_cc1 -include %S/Inputs/chain-macro-override1.h -include %S/Inputs/chain-macro-override2.h -fsyntax-only -verify -detailed-
preprocessing
-record %s
5
// RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro-override1.h -detailed-
preprocessing
-record
6
// RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro-override2.h -include-pch %t1 -detailed-
preprocessing
-record
chain-macro.c
1
// RUN: %clang_cc1 -emit-pch -o %t1 -detailed-
preprocessing
-record %S/Inputs/chain-macro1.h
2
// RUN: %clang_cc1 -emit-pch -o %t2 -detailed-
preprocessing
-record %S/Inputs/chain-macro2.h -include-pch %t1
/frameworks/av/media/libeffects/preprocessing/
Android.mk
3
# audio
preprocessing
wrapper
13
PreProcessing
.cpp
/hardware/qcom/audio/voice_processing/
Android.mk
3
# audio
preprocessing
wrapper
/external/clang/test/Index/
pch-with-errors.m
26
// RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-
preprocessing
-record
27
// RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-
preprocessing
-record | FileCheck -check-prefix=CHECK-PARSE %s
28
// RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-
preprocessing
-record | FileCheck -check-prefix=CHECK-INDEX %s
pch-with-errors.c
30
// RUN: c-index-test -write-pch %t.h.pch %s -Xclang -detailed-
preprocessing
-record
31
// RUN: c-index-test -test-load-source local %s -include %t.h -Xclang -detailed-
preprocessing
-record | FileCheck -check-prefix=CHECK-PARSE %s
32
// RUN: c-index-test -index-file %s -include %t.h -Xclang -detailed-
preprocessing
-record | FileCheck -check-prefix=CHECK-INDEX %s
targeted-cursor.m
3
// RUN: c-index-test -write-pch %t.h.pch -target x86_64-apple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclang -detailed-
preprocessing
-record
get-cursor-includes.c
4
// RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-
preprocessing
-record %S/Inputs/get-cursor-includes-2.h
annotate-tokens-pp.c
47
// CHECK: Punctuation: "#" [2:1 - 2:2]
preprocessing
directive=
48
// CHECK: Identifier: "define" [2:2 - 2:8]
preprocessing
directive=
56
// CHECK: Punctuation: "#" [3:1 - 3:2]
preprocessing
directive=
57
// CHECK: Identifier: "define" [3:2 - 3:8]
preprocessing
directive=
60
// CHECK: Punctuation: "#" [4:1 - 4:2]
preprocessing
directive=
61
// CHECK: Identifier: "define" [4:2 - 4:8]
preprocessing
directive=
92
// CHECK: Punctuation: "#" [8:1 - 8:2]
preprocessing
directive=
93
// CHECK: Identifier: "undef" [8:2 - 8:7]
preprocessing
directive=
94
// CHECK: Identifier: "BAR" [8:8 - 8:11]
preprocessing
directive=
95
// CHECK: Punctuation: "#" [10:1 - 10:2]
preprocessing
directive
[
all
...]
/external/clang/test/CXX/lex/lex.pptoken/
p3-0x.cpp
11
int d = x; // expected-error {{pasting formed ':::', an invalid
preprocessing
token}} expected-error {{expected unqualified-id}}
/external/clang/test/Driver/
cuda-simple.cu
6
//
preprocessing
a CUDA file
arc.c
12
// CHECK-NOT: invalid
preprocessing
directive
15
// NOTOBJC: invalid
preprocessing
directive
/external/desugar/java/com/google/devtools/common/options/
ArgsPreProcessor.java
18
/** Defines a
preprocessing
service for the "args" string list that is executed before parsing. */
/external/trappy/trappy/nbexport/
__init__.py
17
* Custom
Preprocessing
/external/webp/src/enc/
config_enc.c
43
config->
preprocessing
= 0;
65
config->
preprocessing
&= ~2; // no dithering
71
config->
preprocessing
|= 2;
81
config->
preprocessing
&= ~2; // no dithering
86
config->
preprocessing
&= ~2; // no dithering
110
if (config->
preprocessing
< 0 || config->
preprocessing
> 7) return 0;
/external/clang/include/clang/Lex/
PreprocessingRecord.h
1
//===--- PreprocessingRecord.h - Record of
Preprocessing
--------*- C++ -*-===//
11
// of what occurred during
preprocessing
.
34
/// \brief Allocates memory within a Clang
preprocessing
record.
38
/// \brief Frees memory allocated in a Clang
preprocessing
record.
58
/// \defgroup
Preprocessing
directives
263
/// of
preprocessing
record entries.
287
/// \brief A record of the steps taken while
preprocessing
a source file,
288
/// including the various
preprocessing
directives processed, macros
293
/// \brief Allocator used to store
preprocessing
objects.
366
/// \brief Construct a new
preprocessing
record
[
all
...]
Completed in 419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>