/external/clang/test/Driver/ |
ast.c | 7 // EMIT-AST-PHASES: 1: preprocessor, {0}, cpp-output
|
lto.c | 10 // RUN: grep '1: preprocessor, {0}, cpp-output' %t.log
|
/external/clang/utils/ |
builtin-defines.c | 2 This is a clang style test case for checking that preprocessor
|
/external/eigen/Eigen/ |
SuperLUSupport | 17 // slu_util.h defines a preprocessor token named EMPTY which is really polluting,
|
/external/eigen/doc/ |
TopicMultithreading.dox | 22 You can disable Eigen's multi threading at compile time by defining the EIGEN_DONT_PARALLELIZE preprocessor token.
|
/external/protobuf/gtest/scripts/test/ |
Makefile | 23 # Flags passed to the preprocessor.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
react-to-vsprops-changes.py | 29 # to pick up changes to preprocessor macros (e.g., ENABLE_*).
|
/external/clang/include/clang/AST/ |
CommentSema.h | 28 class Preprocessor; 47 const Preprocessor *PP; 78 const Preprocessor *PP);
|
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 14 let Component = "Lex", CategoryName = "Lexical or Preprocessor Issue" in { 211 "cannot be used in preprocessor constant expression">; 232 // Preprocessor Diagnostics 281 "integer overflow in preprocessor expression">; 288 InGroup<DiagGroup<"import-preprocessor-directive-pedantic">>; 363 def err_pp_expected_rparen : Error<"expected ')' in preprocessor expression">; 365 "expected end of line in preprocessor expression">; 372 "division by zero in preprocessor expression">; 374 "remainder by zero in preprocessor expression">; 376 "token is not a valid binary operator in a preprocessor subexpression"> [all...] |
/external/clang/include/clang/Lex/ |
PTHManager.h | 65 /// PP - The Preprocessor object that will use this PTHManager to create 67 Preprocessor* PP; 123 void setPreprocessor(Preprocessor *pp) { PP = pp; }
|
PreprocessorOptions.h | 30 class Preprocessor; 43 /// used in preprocessor initialization to InitializePreprocessor(). 50 /// \brief Initialize the preprocessor with the compiler and target specific
|
/external/clang/lib/Parse/ |
ParsePragma.cpp | 15 #include "clang/Lex/Preprocessor.h" 157 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, 216 void PragmaPackHandler::HandlePragma(Preprocessor &PP, 332 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, 376 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, 443 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, 449 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, 456 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, 538 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, 599 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, [all...] |
/external/clang/lib/Rewrite/Core/ |
HTMLRewrite.cpp | 17 #include "clang/Lex/Preprocessor.h" 358 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) { 366 // Inform the preprocessor that we want to retain comments as tokens, so we 417 // If this is a preprocessor directive, all tokens to end of line are too. 447 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) { 463 // preprocessor directives. 489 // FIXME: This is a huge hack; we reuse the input preprocessor because we want 491 // construct a copy of the preprocessor. 492 Preprocessor &TmpPP = const_cast<Preprocessor&>(PP) [all...] |
/external/llvm/utils/emacs/ |
llvm-mode.el | 23 '("\\b[-]?[0-9]+\\b" . font-lock-preprocessor-face) 25 '("\\b[-+]?[0-9]+\.[0-9]*\([eE][-+]?[0-9]+\)?\\b" . font-lock-preprocessor-face) 27 '("\\b0x[0-9A-Fa-f]+\\b" . font-lock-preprocessor-face)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
cppinternals.info | 9 This file documents the internals of the GNU C Preprocessor. 30 The GNU C Preprocessor Internals 33 1 Cpplib--the GNU C Preprocessor 36 The GNU C preprocessor is implemented as a library, "cpplib", so it can 37 be easily shared between a stand-alone preprocessor, and a preprocessor 46 preprocessor in previous versions of GCC would operate on text strings 172 `parsing_args' is nonzero when the preprocessor is collecting the 191 correct in the preprocessor; there are plenty of tests in the testsuite 282 When the preprocessor was changed to return pointers to tokens, on [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cppinternals.info | 9 This file documents the internals of the GNU C Preprocessor. 30 The GNU C Preprocessor Internals 33 1 Cpplib--the GNU C Preprocessor 36 The GNU C preprocessor is implemented as a library, "cpplib", so it can 37 be easily shared between a stand-alone preprocessor, and a preprocessor 46 preprocessor in previous versions of GCC would operate on text strings 172 `parsing_args' is nonzero when the preprocessor is collecting the 191 correct in the preprocessor; there are plenty of tests in the testsuite 282 When the preprocessor was changed to return pointers to tokens, on [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
cppinternals.info | 9 This file documents the internals of the GNU C Preprocessor. 30 The GNU C Preprocessor Internals 33 1 Cpplib--the GNU C Preprocessor 36 The GNU C preprocessor is implemented as a library, "cpplib", so it can 37 be easily shared between a stand-alone preprocessor, and a preprocessor 46 preprocessor in previous versions of GCC would operate on text strings 172 `parsing_args' is nonzero when the preprocessor is collecting the 191 correct in the preprocessor; there are plenty of tests in the testsuite 282 When the preprocessor was changed to return pointers to tokens, on [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
cppinternals.info | 9 This file documents the internals of the GNU C Preprocessor. 30 The GNU C Preprocessor Internals 33 1 Cpplib--the GNU C Preprocessor 36 The GNU C preprocessor is implemented as a library, "cpplib", so it can 37 be easily shared between a stand-alone preprocessor, and a preprocessor 46 preprocessor in previous versions of GCC would operate on text strings 172 `parsing_args' is nonzero when the preprocessor is collecting the 191 correct in the preprocessor; there are plenty of tests in the testsuite 282 When the preprocessor was changed to return pointers to tokens, on [all...] |
/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 75 build a preprocessor, you take the Basic and Lexer libraries. If you want an 88 family must be correctly supported (trigraphs, preprocessor arcana, K&R-style 105 useful for timing the preprocessor. 171 Preprocessor: 176 Traditional Preprocessor:
|
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 20 #include "clang/Lex/Preprocessor.h" 61 /// \brief Hook into the preprocessor and update the list of parsed 62 /// files when the preprocessor indicates a new file is entered. 76 const Preprocessor *PP) { 83 const_cast<Preprocessor*>(PP)->addCommentHandler(this); 87 const_cast<Preprocessor*>(PP)->addPPCallbacks(V); 92 assert((!PP || CurrentPreprocessor == PP) && "Preprocessor changed!"); 103 const_cast<Preprocessor*>(CurrentPreprocessor)->removeCommentHandler(this); 452 /// HandleComment - Hook into the preprocessor and extract comments containing 454 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP [all...] |
FrontendAction.cpp | 22 #include "clang/Lex/Preprocessor.h" 178 "Attempt to pass AST file to preprocessor only action!"); 267 // Set up the preprocessor. 279 // Create the AST context and consumer unless this is a preprocessor only 329 Preprocessor &PP = CI.getPreprocessor(); 419 // Inform the preprocessor we are done. 478 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
|
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 11 // preprocessor. 15 #include "clang/Lex/Preprocessor.h" 36 Preprocessor::getMacroDirectiveHistory(const IdentifierInfo *II) const { 46 Preprocessor::setMacroDirective(IdentifierInfo *II, MacroInfo *MI, 61 void Preprocessor::addLoadedMacroInfo(IdentifierInfo *II, MacroDirective *MD, 130 void Preprocessor::makeLoadedMacroInfoVisible(IdentifierInfo *II, 159 void Preprocessor::clearMacroInfo(IdentifierInfo *II) { 169 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ 183 void Preprocessor::RegisterBuiltinMacros() { 230 Preprocessor &PP) [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
cpp.c | 54 #include "compiler/preprocessor/slglobals.h" 195 CPPErrorToInfoLog("unexpected end of input in #define preprocessor directive - expected a newline"); 276 CPPErrorToInfoLog("unexpected end of input in #else preprocessor directive - expected a newline"); 304 CPPWarningToInfoLog("unexpected tokens following #else preprocessor directive - expected a newline"); 308 CPPErrorToInfoLog("unexpected end of input following #else preprocessor directive - expected a newline"); 463 CPPErrorToInfoLog("incorrect preprocessor directive"); 482 CPPWarningToInfoLog("unexpected tokens following #if preprocessor directive - expected a newline"); 486 CPPErrorToInfoLog("unexpected end of input in #if preprocessor directive - expected a newline"); 514 CPPWarningToInfoLog("unexpected tokens following #ifdef preprocessor directive - expected a newline"); 518 CPPErrorToInfoLog("unexpected end of input in #ifdef preprocessor directive - expected a newline") [all...] |
/external/webkit/Source/ThirdParty/ANGLE/ |
ChangeLog | 26 * src/compiler/preprocessor/scanner.c: 311 * src/compiler/preprocessor/compile.h: 312 * src/compiler/preprocessor/cpp.c: 320 * src/compiler/preprocessor/preprocess.h: 321 * src/compiler/preprocessor/scanner.c: 329 * src/compiler/preprocessor/scanner.h: 330 * src/compiler/preprocessor/tokens.c: 794 * src/compiler/preprocessor/atom.c: 796 * src/compiler/preprocessor/atom.h: 797 * src/compiler/preprocessor/compile.h [all...] |
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 29 class Preprocessor; 190 explicit IdentifierResolver(Preprocessor &PP); 195 Preprocessor &PP;
|