| /external/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
|
| /external/cronet/buildtools/third_party/libc++/trunk/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
|
| /external/clang/lib/Parse/ |
| 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 …]
|
| D | ParseAST.cpp | 69 const Preprocessor &PP = P.getPreprocessor(); in print() local 98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
|
| /external/clang/lib/Lex/ |
| 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()
|
| 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 …]
|
| 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()
|
| D | MacroInfo.cpp | 72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo() 238 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
|
| /external/clang/test/SemaObjC/ |
| D | arc-readonly-property-ivar.m | 5 @interface PP interface 11 @implementation PP { implementation
|
| D | arc-readonly-property-ivar-1.m | 6 @interface PP interface 12 @implementation PP { implementation
|
| D | check-dup-objc-decls-1.m | 35 @protocol PP<P> @end // expected-note {{previous definition is here}} protocol 36 @protocol PP<Q> @end // expected-warning {{duplicate protocol definition of 'PP'}} protocol
|
| /external/clang/lib/Analysis/ |
| 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 __anonc71cf2e60111::DeadCodeScan 356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan() 637 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
|
| /external/libcxx/src/filesystem/ |
| 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 …]
|
| /external/clang/lib/Frontend/Rewrite/ |
| D | HTMLPrint.cpp | 36 Preprocessor &PP; member in __anon5333bbe30111::HTMLPrinter 51 Preprocessor &PP, in CreateHTMLPrinter()
|
| D | RewriteMacros.cpp | 62 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile() 90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
|
| D | RewriteTest.cpp | 19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { in DoRewriteTest()
|
| /external/clang/unittests/Tooling/ |
| 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()
|
| /external/cronet/buildtools/third_party/libc++/trunk/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 …]
|
| /external/clang/lib/Frontend/ |
| D | DependencyGraph.cpp | 30 const Preprocessor *PP; member in __anon13e1b5e10111::DependencyGraphCallback 62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
|
| D | PrintPreprocessedOutput.cpp | 36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition() 81 Preprocessor &PP; member in __anon48d32a1d0111::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()
|
| D | HeaderIncludeGen.cpp | 32 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback() 79 void clang::AttachHeaderIncludeGen(Preprocessor &PP, in AttachHeaderIncludeGen()
|
| /external/skia/gm/ |
| D | mandoline.cpp | 72 SkPoint P[3] = {fLastPt, p1, p2}, PP[5]; in sliceQuadratic() local 92 SkPoint P[4] = {fLastPt, p1, p2, p3}, PP[7]; in sliceCubic() local
|
| /external/clang/include/clang/Lex/ |
| D | TokenConcatenation.h | 32 Preprocessor &PP; variable
|
| /external/clang/unittests/Basic/ |
| D | SourceManagerTest.cpp | 83 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local 203 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local 303 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, SourceMgr, in TEST_F() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangle.h | 79 uint8_t *PP = (uint8_t *)AlignedP; in allocArray() local 98 uint8_t *PP = (uint8_t *)AlignedP; in alloc() local
|