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
375
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mesa3d/src/glsl/glcpp/tests/
082-invalid-paste.c.expected
2
Pasting "<" and ">" does not give a valid
preprocessing
token.
/external/clang/test/Preprocessor/
pp-record.c
1
// RUN: %clang_cc1 -fsyntax-only -detailed-
preprocessing
-record %s
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}}
/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/base/media/libeffects/preprocessing/
Android.mk
3
# audio
preprocessing
wrapper
11
PreProcessing
.cpp
/frameworks/media/libvideoeditor/vss/common/inc/
M4VPP_API.h
19
* @brief Video
preprocessing
API public functions prototypes.
41
* Public type of the Video
Preprocessing
execution context
68
* @brief Prototype of the main video
preprocessing
function
83
* @brief This function allocates a new execution context for the Video
Preprocessing
component.
104
* @return M4ERR_STATE: Video
Preprocessing
is not in an appropriate state for this function
114
* @brief This method frees the execution context for the Video
Preprocessing
component.
127
* @brief This method apply the video
preprocessing
to the input plane. Result is put into the
/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/
arc.c
11
// CHECK-NOT: invalid
preprocessing
directive
14
// NOTOBJC: invalid
preprocessing
directive
/external/clang/test/Index/
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
35
// CHECK: Punctuation: "#" [2:1 - 2:2]
preprocessing
directive=
36
// CHECK: Identifier: "define" [2:2 - 2:8]
preprocessing
directive=
44
// CHECK: Punctuation: "#" [3:1 - 3:2]
preprocessing
directive=
45
// CHECK: Identifier: "define" [3:2 - 3:8]
preprocessing
directive=
48
// CHECK: Punctuation: "#" [4:1 - 4:2]
preprocessing
directive=
49
// CHECK: Identifier: "define" [4:2 - 4:8]
preprocessing
directive=
80
// CHECK: Punctuation: "#" [8:1 - 8:2]
preprocessing
directive=
81
// CHECK: Identifier: "undef" [8:2 - 8:7]
preprocessing
directive=
82
// CHECK: Identifier: "BAR" [8:8 - 8:11]
preprocessing
directive=
83
// CHECK: Punctuation: "#" [10:1 - 10:2]
preprocessing
directive
[
all
...]
annotate-macro-args.m
6
// RUN: c-index-test -write-pch %t.pch -x objective-c-header %S/annotate-macro-args.h -Xclang -detailed-
preprocessing
-record
getcursor-pp-pch.c
22
// RUN: c-index-test -write-pch %t.h.pch %s.h -Xclang -detailed-
preprocessing
-record
/external/clang/include/clang/Lex/
PreprocessingRecord.h
1
//===--- PreprocessingRecord.h - Record of
Preprocessing
--------*- C++ -*-===//
11
// of what occurred during
preprocessing
.
29
/// \brief Allocates memory within a Clang
preprocessing
record.
33
/// \brief Frees memory allocated in a Clang
preprocessing
record.
53
/// \defgroup
Preprocessing
directives
257
/// of
preprocessing
record entries.
274
/// \brief A record of the steps taken while
preprocessing
a source file,
275
/// including the various
preprocessing
directives processed, macros
281
/// the
preprocessing
record.
284
/// \brief Allocator used to store
preprocessing
objects
[
all
...]
/external/clang/www/
performance-2009-03-02.html
32
test of the front-end's performance on lexing,
preprocessing
,
69
<li><tt>+ cpp</tt>: Add
preprocessing
of source files (this time is
74
gcc, this includes
preprocessing
and parsing as well).</li>
90
analysis (and
preprocessing
/parsing, in the case of gcc).</p>
performance.html
32
test of the front-end's performance on lexing,
preprocessing
,
68
<li><tt>+ syntax</tt>: Add
preprocessing
, parsing, and semantic checking of
83
accurate measure of only the time to perform
preprocessing
, parsing, and
/external/hyphenation/
README.hyphen
10
is a
preprocessing
step, however. If you don't do the
preprocessing
18
Then, do the
preprocessing
- "perl substrings.pl hyphen.us". The
90
Perl
preprocessing
script, but could probably be done in C just about
README.compound
52
(But don't forget the
preprocessing
steps by substrings.pl before
/external/mesa3d/src/glsl/glcpp/
README
3
This is a simple preprocessor designed to provide the
preprocessing
/external/svox/pico/lib/
picoctrl.h
44
/* temporarily increased for
preprocessing
picokpr.h
19
* knowledge handling for text
preprocessing
31
* <b> Knowledge handling for text
preprocessing
</b>\n
/external/jpeg/
jcinit.c
35
/*
Preprocessing
*/
/external/webp/src/enc/
config.c
42
config->
preprocessing
= 0;
105
if (config->
preprocessing
< 0 || config->
preprocessing
> 1)
/external/clang/lib/Lex/
PreprocessorLexer.cpp
33
"Must be in a
preprocessing
directive!");
/external/icu4c/config/
mh-hpux-acc
24
# 823 Redundant
preprocessing
concatenation operation results in two valid
25
#
preprocessing
tokens. This comes from INT64_C in <inttypes.h>
Completed in 6392 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>