Home
last modified time | relevance | path

Searched defs:PP (Results 1 – 25 of 89) sorted by relevance

1234

/trueos/contrib/gcc/
HDpretty-print.h123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff argument
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule argument
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping argument
139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder argument
143 #define pp_needs_newline(PP) pp_base (PP)->need_newline argument
146 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument
149 #define pp_indentation(PP) pp_base (PP)->indent_skip argument
192 #define pp_set_line_maximum_length(PP, L) \ argument
194 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P) argument
195 #define pp_destroy_prefix(PP) pp_base_destroy_prefix (pp_base (PP)) argument
[all …]
HDc-pretty-print.h97 #define pp_base(PP) (&pp_c_base (PP)->base) argument
107 #define pp_abstract_declarator(PP, D) \ argument
115 #define pp_direct_abstract_declarator(PP, D) \ argument
117 #define pp_ptr_operator(PP, D) \ argument
123 #define pp_simple_type_specifier(PP, T) \ argument
125 #define pp_function_specifier(PP, D) \ argument
127 #define pp_storage_class_specifier(PP, D) \ argument
133 #define pp_constant(PP, E) \ argument
135 #define pp_id_expression(PP, E) \ argument
151 #define pp_expression(PP, E) \ argument
[all …]
/trueos/contrib/gcc/cp/
HDcxx-pretty-print.h28 #define pp_c_base(PP) (&(PP)->c_base) argument
44 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP)) argument
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP)) argument
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP)) argument
50 #define pp_cxx_left_brace(PP) pp_c_left_brace (pp_c_base (PP)) argument
51 #define pp_cxx_right_brace(PP) pp_c_right_brace (pp_c_base (PP)) argument
52 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (pp_c_base (PP)) argument
53 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (pp_c_base (PP)) argument
54 #define pp_cxx_dot(PP) pp_c_dot (pp_c_base (PP)) argument
[all …]
HDcxx-pretty-print.c60 #define pp_cxx_storage_class_specifier(PP, T) \ argument
62 #define pp_cxx_expression_list(PP, T) \ argument
64 #define pp_cxx_space_for_pointer_operator(PP, T) \ argument
66 #define pp_cxx_init_declarator(PP, T) \ argument
68 #define pp_cxx_call_argument_list(PP, T) \ argument
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParsePragma.cpp188 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
247 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
363 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
407 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma()
474 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
480 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
487 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
569 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
630 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
676 PragmaFPContractHandler::HandlePragma(Preprocessor &PP, in HandlePragma()
[all …]
HDParseAST.cpp56 const Preprocessor &PP = P.getPreprocessor(); in print() local
85 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDMacroArgs.cpp27 bool VarargsElided, Preprocessor &PP) { in create()
73 void MacroArgs::destroy(Preprocessor &PP) { in destroy()
149 Preprocessor &PP) { in getPreExpArgument()
196 Preprocessor &PP, bool Charify, in StringifyArgument()
298 Preprocessor &PP, in getStringifiedArgument()
HDPPMacroExpansion.cpp73 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro()
134 Preprocessor &PP) { in isTrivialSingleTokenExpansion()
409 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens()
821 Preprocessor &PP) { in ComputeDATE_TIME()
855 static bool HasFeature(const Preprocessor &PP, const IdentifierInfo *II) { in HasFeature()
1001 static bool HasExtension(const Preprocessor &PP, const IdentifierInfo *II) { in HasExtension()
1064 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon()
1170 Preprocessor &PP) { in EvaluateHasInclude()
1177 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext()
1198 IdentifierInfo *II, Preprocessor &PP) { in EvaluateBuildingModule()
HDPPExpressions.cpp83 bool ValueLive, Preprocessor &PP) { in EvaluateDefined()
171 bool ValueLive, Preprocessor &PP) { in EvaluateValue()
459 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
/trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
HDHTMLPrint.cpp36 Preprocessor &PP; member in __anon04d08a9f0111::HTMLPrinter
51 Preprocessor &PP, in CreateHTMLPrinter()
HDRewriteMacros.cpp62 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile()
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
HDRewriteTest.cpp19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { in DoRewriteTest()
HDInclusionRewriter.cpp40 Preprocessor &PP; ///< Used to find inclusion directives. member in __anon98aa64850111::InclusionRewriter
94 InclusionRewriter::InclusionRewriter(Preprocessor &PP, raw_ostream &OS, in InclusionRewriter()
519 void clang::RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, in RewriteIncludesInInput()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDHeaderIncludeGen.cpp30 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback()
49 void clang::AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, in AttachHeaderIncludeGen()
HDDependencyGraph.cpp30 const Preprocessor *PP; member in __anon23d2b97d0111::DependencyGraphCallback
66 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
HDPrintPreprocessedOutput.cpp36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition()
82 Preprocessor &PP; member in __anon2aec09b90111::PrintPPOutputPPCallbacks
626 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, in PrintPreprocessedTokens()
703 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { in DoPrintMacros()
735 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput()
HDDependencyFile.cpp34 const Preprocessor *PP; member in __anonc65e1a4b0111::DependencyFileCallback
75 void clang::AttachDependencyFileGen(Preprocessor &PP, in AttachDependencyFileGen()
HDTextDiagnosticPrinter.cpp40 const Preprocessor *PP) { in BeginSourceFile()
HDChainedIncludesSource.cpp33 Preprocessor &PP = CI.getPreprocessor(); in createASTReader() local
122 Preprocessor &PP = Clang->getPreprocessor(); in create() local
/trueos/sys/netgraph/atm/
HDngatmbase.h53 #define uni_msg_unpack_mbuf(M, PP) \ argument
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDTokenConcatenation.h32 Preprocessor &PP; variable
HDPTHManager.h67 Preprocessor* PP; variable
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDGeneratePCH.cpp27 PCHGenerator::PCHGenerator(const Preprocessor &PP, in PCHGenerator()
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDChainedDiagnosticConsumer.h36 const Preprocessor *PP) { in BeginSourceFile()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCommentSema.h47 const Preprocessor *PP; variable

1234