/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
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 138 #define pp_format_decoder(PP) pp_base (PP)->format_decoder argument 142 #define pp_needs_newline(PP) pp_base (PP)->need_newline argument 145 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument 148 #define pp_indentation(PP) pp_base (PP)->indent_skip argument 152 #define pp_translate_identifiers(PP) pp_base (PP)->translate_identifiers argument 199 #define pp_set_line_maximum_length(PP, L) \ argument 201 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P) argument [all …]
|
D | tree-pretty-print.h | 27 #define pp_tree_identifier(PP, T) \ argument 30 #define pp_unsupported_tree(PP, T) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
D | cxx-pretty-print.h | 27 #define pp_c_base(PP) (&(PP)->c_base) argument 43 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument 46 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP)) argument 47 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP)) argument 48 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP)) argument 49 #define pp_cxx_left_brace(PP) pp_c_left_brace (pp_c_base (PP)) argument 50 #define pp_cxx_right_brace(PP) pp_c_right_brace (pp_c_base (PP)) argument 51 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (pp_c_base (PP)) argument 52 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (pp_c_base (PP)) argument 53 #define pp_cxx_dot(PP) pp_c_dot (pp_c_base (PP)) argument [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | path.cpp | 47 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local 54 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local 63 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local 77 static bool ConsumeRootName(PathParser* PP) { in ConsumeRootName() 84 static bool ConsumeRootDir(PathParser* PP) { in ConsumeRootDir() 93 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local 105 auto PP = PathParser::CreateBegin(__pn_); in __parent_path() local 112 auto PP = PathParser::CreateEnd(__pn_); in __parent_path() local 125 PathParser PP = PathParser::CreateBegin(__pn_); in __filename() local 182 for (auto PP = PathParser::CreateBegin(__pn_); PP; ++PP) { in lexically_normal() local [all …]
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_pragma_handler.cpp | 51 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 63 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 132 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) { in MarkUsed() 272 bool ProcessKeywordAndValue(clang::Preprocessor &PP, in ProcessKeywordAndValue() 354 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 363 void handleInt(clang::Preprocessor &PP, in handleInt() 384 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 399 void HandlePragma(clang::Preprocessor &PP, in HandlePragma() 433 void RSPragmaHandler::handleItemListPragma(clang::Preprocessor &PP, in handleItemListPragma() [all …]
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 907 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 967 void PragmaPackHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1078 void PragmaMSStructHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1121 static void ParseAlignPragma(Preprocessor &PP, Token &FirstTok, in ParseAlignPragma() 1187 void PragmaAlignHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1193 void PragmaOptionsHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1200 void PragmaUnusedHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1281 void PragmaWeakHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1340 void PragmaRedefineExtnameHandler::HandlePragma(Preprocessor &PP, in HandlePragma() 1385 PragmaFPContractHandler::HandlePragma(Preprocessor &PP, in HandlePragma() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
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 …]
|
/aosp_15_r20/external/libcxx/src/filesystem/ |
H A D | operations.cpp | 89 PathParser PP(P, PS_BeforeBegin); in CreateBegin() local 95 PathParser PP(P, PS_AtEnd); in CreateEnd() local 1227 auto PP = PathParser::CreateEnd(p.native()); in __weakly_canonical() local 1279 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local 1286 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local 1295 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local 1309 static bool ConsumeRootName(PathParser *PP) { in ConsumeRootName() 1318 static bool ConsumeRootDir(PathParser* PP) { in ConsumeRootDir() 1328 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local 1340 auto PP = PathParser::CreateBegin(__pn_); in __parent_path() local [all …]
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 127 Preprocessor &PP, in isExpandedFromConfigurationMacro() 160 Preprocessor &PP, in isConfigurationValue() 230 static bool isConfigurationValue(const ValueDecl *D, Preprocessor &PP) { in isConfigurationValue() 253 Preprocessor &PP) { in shouldTreatSuccessorsAsReachable() 269 Preprocessor *PP, in scanFromBlock() 334 Preprocessor &PP, in scanMaybeReachableFromBlock() 348 Preprocessor &PP; member in __anonfe6257370111::DeadCodeScan 356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan() 637 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/ |
H A D | filesystem.bench.cpp | 15 path PP; in BM_PathConstructString() local 31 path PP; in BM_PathConstructCStr() local 47 path PP; in BM_PathConstructIter() local 80 path PP; in BM_PathIterateMultipleTimes() local 100 path PP; in BM_PathIterateOnce() local 119 path PP; in BM_PathIterateOnceBackwards() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 278 static IdentifierInfo *RegisterBuiltinMacro(Preprocessor &PP, const char *Name){ in RegisterBuiltinMacro() 344 Preprocessor &PP) { in isTrivialSingleTokenExpansion() 610 static bool GenerateNewArgTokens(Preprocessor &PP, in GenerateNewArgTokens() 1015 Preprocessor &PP) { in ComputeDATE_TIME() 1049 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() 1228 static bool HasExtension(const Preprocessor &PP, StringRef Extension) { in HasExtension() 1278 IdentifierInfo *II, Preprocessor &PP, in EvaluateHasIncludeCommon() 1388 Preprocessor &PP) { in EvaluateHasInclude() 1395 IdentifierInfo *II, Preprocessor &PP) { in EvaluateHasIncludeNext() 1426 Preprocessor &PP, in EvaluateFeatureLikeBuiltinMacro() [all …]
|
H A D | MacroArgs.cpp | 27 bool VarargsElided, Preprocessor &PP) { in create() 73 void MacroArgs::destroy(Preprocessor &PP) { in destroy() 148 Preprocessor &PP) { in getPreExpArgument() 195 Preprocessor &PP, bool Charify, in StringifyArgument() 298 Preprocessor &PP, in getStringifiedArgument()
|
H A D | PPExpressions.cpp | 89 bool ValueLive, Preprocessor &PP) { in EvaluateDefined() 215 bool ValueLive, Preprocessor &PP) { in EvaluateValue() 508 static void diagnoseUnexpectedOperator(Preprocessor &PP, PPValue &LHS, in diagnoseUnexpectedOperator() 526 Preprocessor &PP) { in EvaluateDirectiveSubExpr()
|
H A D | PPDirectives.cpp | 123 static MacroDiag shouldWarnOnMacroDef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroDef() 135 static MacroDiag shouldWarnOnMacroUndef(Preprocessor &PP, IdentifierInfo *II) { in shouldWarnOnMacroUndef() 890 Preprocessor *PP; member in Preprocessor::ResetMacroExpansionHelper 1082 unsigned DiagID, Preprocessor &PP, in GetLineValue() 1207 Preprocessor &PP) { in ReadLineMarkerFlags() 1582 static void EnterAnnotationToken(Preprocessor &PP, in EnterAnnotationToken() 1599 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport()
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 37 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() 64 Preprocessor *PP; member in clang::CommentHandlerVisitor 93 Preprocessor *PP; member in clang::CommentVerifier 96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition() 81 Preprocessor &PP; member in __anon837ae7ae0111::PrintPPOutputPPCallbacks 628 static void PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, in PrintPreprocessedTokens() 707 static void DoPrintMacros(Preprocessor &PP, raw_ostream *OS) { in DoPrintMacros() 740 void clang::DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, in DoPrintPreprocessedInput()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 156 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 156 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 156 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | VariadicMacroSupport.h | 31 const Preprocessor &PP; variable 74 VAOptDefinitionContext(Preprocessor &PP) in VAOptDefinitionContext() 156 VAOptExpansionContext(Preprocessor &PP) in VAOptExpansionContext()
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-readonly-property-ivar.m | 5 @interface PP interface 11 @implementation PP { implementation
|
H A D | arc-readonly-property-ivar-1.m | 6 @interface PP interface 12 @implementation PP { implementation
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/InstallAPI/ |
D | Visitor.h | 32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor() 81 Preprocessor &PP; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/InstallAPI/ |
D | Visitor.h | 32 SourceManager &SrcMgr, Preprocessor &PP) in InstallAPIVisitor() 81 Preprocessor &PP; variable
|