/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | pretty-print.h | 173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff argument 176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule argument 179 #define pp_wrapping_mode(PP) (PP)->wrapping argument 188 #define pp_format_decoder(PP) (PP)->format_decoder argument 202 #define pp_needs_newline(PP) (PP)->need_newline argument 205 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument 208 #define pp_indentation(PP) (PP)->indent_skip argument 212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers argument 215 #define pp_show_color(PP) (PP)->show_color argument 289 #define pp_space(PP) pp_character (PP, ' ') argument [all …]
|
H A D | tree-pretty-print.h | 27 #define pp_unsupported_tree(PP, T) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pretty-print.h | 173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff argument 176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule argument 179 #define pp_wrapping_mode(PP) (PP)->wrapping argument 188 #define pp_format_decoder(PP) (PP)->format_decoder argument 202 #define pp_needs_newline(PP) (PP)->need_newline argument 205 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument 208 #define pp_indentation(PP) (PP)->indent_skip argument 212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers argument 215 #define pp_show_color(PP) (PP)->show_color argument 289 #define pp_space(PP) pp_character (PP, ' ') argument [all …]
|
H A D | tree-pretty-print.h | 27 #define pp_unsupported_tree(PP, T) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 63 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument 65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument 68 #define pp_cxx_whitespace(PP) pp_c_whitespace (PP) argument 69 #define pp_cxx_left_paren(PP) pp_c_left_paren (PP) argument 70 #define pp_cxx_right_paren(PP) pp_c_right_paren (PP) argument 71 #define pp_cxx_left_brace(PP) pp_c_left_brace (PP) argument 72 #define pp_cxx_right_brace(PP) pp_c_right_brace (PP) argument 73 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (PP) argument 74 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (PP) argument 75 #define pp_cxx_dot(PP) pp_c_dot (PP) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 63 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument 65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument 68 #define pp_cxx_whitespace(PP) pp_c_whitespace (PP) argument 69 #define pp_cxx_left_paren(PP) pp_c_left_paren (PP) argument 70 #define pp_cxx_right_paren(PP) pp_c_right_paren (PP) argument 71 #define pp_cxx_left_brace(PP) pp_c_left_brace (PP) argument 72 #define pp_cxx_right_brace(PP) pp_c_right_brace (PP) argument 73 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (PP) argument 74 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (PP) argument 75 #define pp_cxx_dot(PP) pp_c_dot (PP) argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | filesystem.bench.cpp | 13 path PP; in BM_PathConstructString() local 31 path PP; in BM_PathConstructCStr() local 49 path PP; in BM_PathConstructIter() local 81 path PP; in BM_PathIterateMultipleTimes() local 101 path PP; in BM_PathIterateOnce() local 121 path PP; in BM_PathIterateOnceBackwards() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | MacroArgs.cpp | 26 bool VarargsElided, Preprocessor &PP) { in create() 78 void MacroArgs::destroy(Preprocessor &PP) { in destroy() 137 Preprocessor &PP) { in invokedWithVariadicArgument() 162 Preprocessor &PP) { in getPreExpArgument() 209 Preprocessor &PP, bool Charify, in StringifyArgument()
|
H A D | PPMacroExpansion.cpp | 328 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 404 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 665 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens() 1078 Preprocessor &PP) { in ComputeDATE_TIME() 1111 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() 1128 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension() 1158 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1248 Preprocessor &PP) { in EvaluateHasInclude() 1255 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() 1290 Preprocessor &PP, in EvaluateFeatureLikeBuiltinMacro() [all …]
|
H A D | PPExpressions.cpp | 103 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 230 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 555 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS, in diagnoseUnexpectedOperator() 574 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 99 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument 100 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument 101 #define pp_parameter_list(PP, T) (PP)->parameter_list (PP, T) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.h | 99 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument 100 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument 101 #define pp_parameter_list(PP, T) (PP)->parameter_list (PP, T) argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 1730 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1791 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1906 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1949 void PragmaClangSectionHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2001 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 2081 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2087 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2094 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2176 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2237 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
H A D | ParseAST.cpp | 70 const Preprocessor &PP = P.getPreprocessor(); in print() local 99 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingAction.cpp | 85 std::shared_ptr<Preprocessor> PP; member in __anon76f6f7400111::IndexASTConsumer 91 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer() 154 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer() 162 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer() 213 static void indexPreprocessorMacros(Preprocessor &PP, in indexPreprocessorMacros() 223 static void indexPreprocessorModuleMacros(Preprocessor &PP, in indexPreprocessorModuleMacros() 254 void index::indexTopLevelDecls(ASTContext &Ctx, Preprocessor &PP, in indexTopLevelDecls()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 150 Preprocessor &PP, in isExpandedFromConfigurationMacro() 189 Preprocessor &PP, in isConfigurationValue() 272 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() 295 Preprocessor &PP) { in shouldTreatSuccessorsAsReachable() 311 Preprocessor *PP, in scanFromBlock() 376 Preprocessor &PP, in scanMaybeReachableFromBlock() 390 Preprocessor &PP; member in __anonfe96f58a0111::DeadCodeScan 399 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan() 679 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
H A D | MacroExpansionContext.cpp | 20 const Preprocessor &PP; member in clang::detail::MacroExpansionRangeRecorder 26 const Preprocessor &PP, SourceManager &SM, in MacroExpansionRangeRecorder() 176 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { in dumpTokenInto()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 151 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | HTMLPrint.cpp | 34 Preprocessor &PP; member in __anone77670870111::HTMLPrinter 49 clang::CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, in CreateHTMLPrinter()
|
H A D | RewriteMacros.cpp | 61 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile() 89 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
|
H A D | RewriteTest.cpp | 18 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream *OS) { in DoRewriteTest()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 103 PathParser PP(P, PS_BeforeBegin); in CreateBegin() local 109 PathParser PP(P, PS_AtEnd); in CreateEnd() local 1466 auto PP = PathParser::CreateEnd(p.native()); in __weakly_canonical() local 1518 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local 1525 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local 1534 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local 1548 static bool ConsumeRootName(PathParser *PP) { in ConsumeRootName() 1557 static bool ConsumeRootDir(PathParser* PP) { in ConsumeRootDir() 1567 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local 1579 auto PP = PathParser::CreateBegin(__pn_); in __parent_path() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 29 const Preprocessor *PP; member in __anon11e6f1850111::DependencyGraphCallback 62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 45 const Preprocessor &PP; member in __anoncaddb7be0111::PlistDiagnostics 84 const Preprocessor &PP; member in __anoncaddb7be0211::PlistPrinter 90 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter() 526 const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &CTU, in PlistDiagnostics() 537 const std::string &OutputFile, const Preprocessor &PP, in createPlistDiagnosticConsumer() 554 const std::string &OutputFile, const Preprocessor &PP, in createPlistMultiFileDiagnosticConsumer()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | MacroExpansionContext.h | 116 Preprocessor *PP = nullptr; variable
|