HomeSort by relevance Sort by last modified time
    Searched refs:PP (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
138 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
142 #define pp_needs_newline(PP) pp_base (PP)->need_newlin
    [all...]
tree-pretty-print.h 27 #define pp_tree_identifier(PP, T) \
28 pp_base_tree_identifier (pp_base (PP), T)
30 #define pp_unsupported_tree(PP, T) \
31 pp_verbatim (pp_base (PP), "#%qs not supported by %s#", \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cxx-pretty-print.h 27 #define pp_c_base(PP) (&(PP)->c_base)
43 #define pp_cxx_cv_qualifier_seq(PP, T) \
44 pp_c_type_qualifier_list (pp_c_base (PP), T)
46 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP))
47 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP))
48 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP))
    [all...]
  /external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp 153 #define ARM_MATH_IMPORTS(PP) \
154 PP(__aeabi_d2f) \
155 PP(__aeabi_d2iz) \
156 PP(__aeabi_d2lz) \
157 PP(__aeabi_d2uiz) \
158 PP(__aeabi_d2ulz) \
159 PP(__aeabi_dadd) \
160 PP(__aeabi_dcmpeq) \
161 PP(__aeabi_dcmpge) \
162 PP(__aeabi_dcmpgt)
    [all...]
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 55 void PragmaRecorder::HandlePragma(clang::Preprocessor &PP,
64 const clang::Token* NextToken = &PP.LookAhead(0);
67 PP.LexUnexpandedToken(CurrentToken);
71 NextToken = &PP.LookAhead(0);
73 PP.Lex(CurrentToken);
75 PP.LexUnexpandedToken(CurrentToken);
76 PP.Diag(NextToken->getLocation(),
77 PP.getDiagnostics().getCustomDiagID(
84 NextToken = &PP.LookAhead(0);
86 PP.LexUnexpandedToken(CurrentToken)
    [all...]
slang_rs_pragma_handler.cpp 46 void HandlePragma(clang::Preprocessor &PP,
49 this->handleItemListPragma(PP, FirstToken);
58 void HandlePragma(clang::Preprocessor &PP,
87 PP.LexUnexpandedToken(PragmaToken);
95 PP.LexUnexpandedToken(PragmaToken);
98 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid);
107 const clang::Token &NextTok = PP.LookAhead(0);
113 PP.LexUnexpandedToken(PragmaToken);
133 void HandlePragma(clang::Preprocessor &PP,
136 this->handleOptionalStringLiteralParamPragma(PP, FirstToken)
    [all...]
slang_rs_pragma_handler.h 47 virtual void handleInt(clang::Preprocessor &PP, clang::Token &Tok,
51 void handleItemListPragma(clang::Preprocessor &PP,
55 void handleNonParamPragma(clang::Preprocessor &PP,
59 void handleOptionalStringLiteralParamPragma(clang::Preprocessor &PP,
63 void handleIntegerParamPragma(clang::Preprocessor &PP,
67 virtual void HandlePragma(clang::Preprocessor &PP,
74 void AddPragmaHandlers(clang::Preprocessor &PP, RSContext *RsContext);
  /external/clang/include/clang/Rewrite/Frontend/
Rewriters.h 24 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
27 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
30 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
  /external/clang/lib/Parse/
ParsePragma.cpp 27 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
33 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
39 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
45 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
51 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
57 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
63 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
69 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
75 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
82 void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)
23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
26 if (pp)
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
44 PP->Lex(FilenameTok);
51 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
57 return PP->getSourceManager().getFileEntryForID(getFileID());
MacroArgs.cpp 27 bool VarargsElided, Preprocessor &PP) {
35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry;
73 void MacroArgs::destroy(Preprocessor &PP) {
82 ArgCache = PP.MacroArgCache;
83 PP.MacroArgCache = this;
132 Preprocessor &PP) const {
137 if (II->hasMacroDefinition() && PP.getMacroInfo(II)->isEnabled())
149 Preprocessor &PP) {
159 SaveAndRestore<bool> PreExpandingMacroArgs(PP.InMacroArgPreExpansion, true);
168 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/
    [all...]
Pragma.cpp 42 void EmptyPragmaHandler::HandlePragma(Preprocessor &PP,
79 void PragmaNamespace::HandlePragma(Preprocessor &PP,
84 PP.LexUnexpandedToken(Tok);
92 PP.Diag(Tok, diag::warn_pragma_ignored);
97 Handler->HandlePragma(PP, Introducer, Tok);
129 Preprocessor &PP;
136 LexingFor_PragmaRAII(Preprocessor &PP, bool InMacroArgPreExpansion,
138 : PP(PP), InMacroArgPreExpansion(InMacroArgPreExpansion),
142 PP.EnableBacktrackAtThisPos()
    [all...]
PPExpressions.cpp 59 Preprocessor &PP);
83 bool ValueLive, Preprocessor &PP) {
88 PP.LexUnexpandedNonComment(PeekTok);
90 // Two options, it can either be a pp-identifier or a (.
95 PP.LexUnexpandedNonComment(PeekTok);
99 if (PP.getCodeCompletionHandler())
100 PP.getCodeCompletionHandler()->CodeCompleteMacroName(false);
101 PP.setCodeCompletionReached();
102 PP.LexUnexpandedNonComment(PeekTok);
105 // If we don't have a pp-identifier now, this is an error
    [all...]
TokenConcatenation.cpp 49 const LangOptions &LangOpts = PP.getLangOpts();
54 SourceManager &SM = PP.getSourceManager();
63 unsigned length = PP.getSpelling(Tok, TokPtr);
67 return IsStringPrefix(StringRef(PP.getSpelling(Tok)), LangOpts.CPlusPlus11);
70 TokenConcatenation::TokenConcatenation(Preprocessor &pp) : PP(pp) {
90 if (PP.getLangOpts().CPlusPlus11) {
121 static char GetFirstChar(Preprocessor &PP, const Token &Tok) {
129 SourceManager &SM = PP.getSourceManager()
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) {
20 SourceManager &SM = PP.getSourceManager();
21 const LangOptions &LangOpts = PP.getLangOpts();
38 *OS << PP.getSpelling(*I);
RewriteMacros.cpp 62 static void LexRawTokensFromMainFile(Preprocessor &PP,
64 SourceManager &SM = PP.getSourceManager();
69 Lexer RawLex(SM.getMainFileID(), FromFile, SM, PP.getLangOpts());
82 PP.LookUpIdentifierInfo(RawTok);
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) {
91 SourceManager &SM = PP.getSourceManager();
94 Rewrite.setSourceMgr(SM, PP.getLangOpts());
98 LexRawTokensFromMainFile(PP, RawTokens);
104 PP.EnterMainSourceFile();
106 PP.Lex(PPTok)
    [all...]
HTMLPrint.cpp 36 Preprocessor &PP;
40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp,
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
51 Preprocessor &PP,
54 return new HTMLPrinter(OS, PP, SyntaxHighlight, HighlightMacros);
62 if (PP.getDiagnostics().hasErrorOccurred())
84 if (SyntaxHighlight) html::SyntaxHighlight(R, FID, PP);
85 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
  /external/clang/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
MacroArgs.h 65 bool VarargsElided, Preprocessor &PP);
69 void destroy(Preprocessor &PP);
73 bool ArgNeedsPreexpansion(const Token *ArgTok, Preprocessor &PP) const;
88 getPreExpArgument(unsigned Arg, const MacroInfo *MI, Preprocessor &PP);
92 const Token &getStringifiedArgument(unsigned ArgNo, Preprocessor &PP,
114 Preprocessor &PP, bool Charify,
  /external/clang/lib/Serialization/
GeneratePCH.cpp 27 PCHGenerator::PCHGenerator(const Preprocessor &PP,
32 : PP(PP), OutputFile(OutputFile), Module(Module),
44 if (PP.getModuleLoader().HadFatalFailure)
47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h 97 #define pp_base(PP) (&pp_c_base (PP)->base)
107 #define pp_abstract_declarator(PP, D) \
108 pp_c_base (PP)->abstract_declarator (pp_c_base (PP), D)
115 #define pp_direct_abstract_declarator(PP, D) \
116 pp_c_base (PP)->direct_abstract_declarator (pp_c_base (PP), D)
117 #define pp_ptr_operator(PP, D) \
118 pp_c_base (PP)->ptr_operator (pp_c_base (PP), D
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 31 CommentHandlerVisitor() : base(), PP(nullptr), Verified(false) {}
37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) {
38 assert(&PP == this->PP && "Preprocessor changed!");
41 SourceManager &SM = PP.getSourceManager();
64 Preprocessor *PP;
77 V->PP = &CI.getPreprocessor();
78 V->PP->addCommentHandler(V);
85 V->PP->removeCommentHandler(V);
93 Preprocessor *PP;
    [all...]
  /external/clang/lib/AST/
ASTTypeTraits.cpp 66 const PrintingPolicy &PP) const {
68 TA->print(PP, OS);
70 NNS->print(OS, PP);
72 NNSL->getNestedNameSpecifier()->print(OS, PP);
74 QT->print(OS, PP);
76 TL->getType().print(OS, PP);
78 D->print(OS, PP);
80 S->printPretty(OS, nullptr, PP);
82 QualType(T, 0).print(OS, PP);
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 36 const Preprocessor *PP) override {
37 Primary->BeginSourceFile(LO, PP);
38 Secondary->BeginSourceFile(LO, PP);
  /external/clang/test/PCH/
objc_exprs.h 20 @interface PP
24 static inline id getPseudoObject(PP *p) {

Completed in 257 milliseconds

1 2 3 4 5 6 7