| /openbsd/src/gnu/gcc/gcc/ |
| D | pretty-print.h | 123 #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 …]
|
| D | c-pretty-print.h | 97 #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 …]
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cxx-pretty-print.h | 28 #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 …]
|
| D | cxx-pretty-print.c | 60 #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
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp.c | 37 PP(pp_stub) in PP() function 48 PP(pp_padcv) in PP() function 56 PP(pp_introcv) in PP() function 63 PP(pp_clonecv) in PP() function 190 PP(pp_rv2gv) in PP() function 260 PP(pp_rv2sv) in PP() function 301 PP(pp_av2arylen) in PP() function 346 PP(pp_pos) in PP() function 377 PP(pp_rv2cv) in PP() function 403 PP(pp_prototype) in PP() function [all …]
|
| D | pp_hot.c | 225 PP(pp_const) in PP() function 231 PP(pp_nextstate) in PP() function 241 PP(pp_gvsv) in PP() function 254 PP(pp_null) in PP() function 261 PP(pp_pushmark) in PP() function 267 PP(pp_stringify) in PP() function 276 PP(pp_gv) in PP() function 288 PP(pp_and) in PP() function 311 PP(pp_padsv_store) in PP() function 347 PP(pp_aelemfastlex_store) in PP() function [all …]
|
| D | pp_ctl.c | 45 PP(pp_wantarray) in PP() function 83 PP(pp_regcreset) in PP() function 89 PP(pp_regcomp) in PP() function 214 PP(pp_substcont) in PP() function 1014 PP(pp_grepstart) in PP() function 1062 PP(pp_mapwhile) in PP() function 1311 PP(pp_range) in PP() function 2097 PP(pp_xor) in PP() function 2361 PP(pp_dbstate) in PP() function 2447 PP(pp_enter) in PP() function [all …]
|
| D | pp_sys.c | 283 PP(pp_backtick) in PP() function 371 PP(pp_glob) in PP() function 532 PP(pp_rcatline) in PP() function 1661 PP(pp_enterwrite) in PP() function 1708 PP(pp_leavewrite) in PP() function 1835 PP(pp_prtf) in PP() function 3390 PP(pp_ftrread) in PP() function 3514 PP(pp_ftis) in PP() function 3570 PP(pp_ftrowned) in PP() function 3653 PP(pp_ftlink) in PP() function [all …]
|
| /openbsd/src/gnu/llvm/libcxx/benchmarks/ |
| 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
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| 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()
|
| D | PPExpressions.cpp | 103 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 232 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 574 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS, in diagnoseUnexpectedOperator() 593 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
| D | PPMacroExpansion.cpp | 326 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 409 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 672 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens() 1089 Preprocessor &PP) { in ComputeDATE_TIME() 1135 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() 1152 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension() 1182 Preprocessor &PP, in EvaluateHasIncludeCommon() 1284 Preprocessor &PP, bool ExpandArgs, in EvaluateFeatureLikeBuiltinMacro() 1393 Preprocessor &PP, in ExpectFeatureIdentifierInfo()
|
| /openbsd/src/gnu/llvm/clang/lib/Parse/ |
| D | ParsePragma.cpp | 1956 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2017 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2132 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2175 void PragmaClangSectionHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2227 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 2307 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2313 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2320 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2402 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 2463 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ReachableCode.cpp | 149 Preprocessor &PP, in isExpandedFromConfigurationMacro() 188 Preprocessor &PP, in isConfigurationValue() 272 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() 295 Preprocessor &PP) { in shouldTreatSuccessorsAsReachable() 317 Preprocessor *PP, in scanFromBlock() 382 Preprocessor &PP, in scanMaybeReachableFromBlock() 396 Preprocessor &PP; member in __anon89e3279b0111::DeadCodeScan 405 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP, ASTContext &C) in DeadCodeScan() 684 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
| D | MacroExpansionContext.cpp | 21 const Preprocessor &PP; member in clang::detail::MacroExpansionRangeRecorder 27 const Preprocessor &PP, SourceManager &SM, in MacroExpansionRangeRecorder() 177 static void dumpTokenInto(const Preprocessor &PP, raw_ostream &OS, Token Tok) { in dumpTokenInto()
|
| /openbsd/src/gnu/llvm/clang/lib/Index/ |
| D | IndexingAction.cpp | 104 std::shared_ptr<Preprocessor> PP; member in __anonf6bd71110111::IndexASTConsumer 110 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer() 173 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer() 181 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer() 232 static void indexPreprocessorMacros(Preprocessor &PP, in indexPreprocessorMacros() 242 static void indexPreprocessorModuleMacros(Preprocessor &PP, in indexPreprocessorModuleMacros() 273 void index::indexTopLevelDecls(ASTContext &Ctx, Preprocessor &PP, in indexTopLevelDecls()
|
| /openbsd/src/gnu/llvm/libcxx/src/filesystem/ |
| D | operations.cpp | 106 PathParser PP(P, PS_BeforeBegin); in CreateBegin() local 112 PathParser PP(P, PS_AtEnd); in CreateEnd() local 1579 auto PP = PathParser::CreateEnd(p.native()); in __weakly_canonical() local 1631 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local 1638 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local 1647 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local 1661 static bool ConsumeRootName(PathParser *PP) { in ConsumeRootName() 1670 static bool ConsumeRootDir(PathParser* PP) { in ConsumeRootDir() 1680 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local 1692 auto PP = PathParser::CreateBegin(__pn_); in __parent_path() local [all …]
|
| /openbsd/src/lib/libm/src/ |
| D | polevll.c | 72 __polevll(long double x, void *PP, int n) in __polevll() 91 __p1evll(long double x, void *PP, int n) in __p1evll()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 151 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| D | HTMLPrint.cpp | 34 Preprocessor &PP; member in __anonc2bf43180111::HTMLPrinter 49 clang::CreateHTMLPrinter(std::unique_ptr<raw_ostream> OS, Preprocessor &PP, in CreateHTMLPrinter()
|
| D | RewriteMacros.cpp | 61 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile() 89 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | PlistDiagnostics.cpp | 46 const Preprocessor &PP; member in __anonf657b38f0111::PlistDiagnostics 85 const Preprocessor &PP; member in __anonf657b38f0211::PlistPrinter 91 PlistPrinter(const FIDMap &FM, const Preprocessor &PP, in PlistPrinter() 527 const Preprocessor &PP, const cross_tu::CrossTranslationUnitContext &CTU, in PlistDiagnostics() 538 const std::string &OutputFile, const Preprocessor &PP, in createPlistDiagnosticConsumer() 555 const std::string &OutputFile, const Preprocessor &PP, in createPlistMultiFileDiagnosticConsumer()
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | HeaderIncludeGen.cpp | 32 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback() 71 HeaderIncludesJSONCallback(const Preprocessor *PP, raw_ostream *OutputFile_, in HeaderIncludesJSONCallback() 119 void clang::AttachHeaderIncludeGen(Preprocessor &PP, in AttachHeaderIncludeGen()
|
| D | DependencyGraph.cpp | 29 const Preprocessor *PP; member in __anona107ebd60111::DependencyGraphCallback 62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
|
| D | FrontendActions.cpp | 72 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 802 Preprocessor &PP = CI.getPreprocessor(); in ExecuteAction() local 911 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 929 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 941 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 1064 const Preprocessor &PP = CI.getPreprocessor(); in ExecuteAction() local 1122 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() local 1137 Preprocessor &PP = CI.getPreprocessor(); in ExecuteAction() local
|