Home
last modified time | relevance | path

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

12345

/external/libcxx/src/experimental/filesystem/
Dpath.cpp48 PathParser PP(P, PS_BeforeBegin); in CreateBegin() local
54 PathParser PP(P, PS_AtEnd); in CreateEnd() local
123 auto PP = CreateBegin(Path); in decrement() local
308 auto PP = PathParser::CreateBegin(__pn_); in __root_name() local
316 auto PP = PathParser::CreateBegin(__pn_); in __root_directory() local
326 auto PP = PathParser::CreateBegin(__pn_); in __root_path_raw() local
342 auto PP = PathParser::CreateBegin(__pn_); in __relative_path() local
354 auto PP = PathParser::CreateEnd(__pn_); in __parent_path() local
381 auto PP = PathParser::CreateBegin(__pn_); in __compare() local
398 auto PP = PathParser::CreateBegin(__p.native()); in hash_value() local
[all …]
/external/libcxx/benchmarks/
Dfilesystem.bench.cpp16 path PP; in BM_PathConstructString() local
33 path PP; in BM_PathConstructCStr() local
51 path PP; in BM_PathConstructIter() local
82 path PP; in BM_PathIterateMultipleTimes() local
101 path PP; in BM_PathIterateOnce() local
120 path PP; in BM_PathIterateOnceBackwards() local
/external/clang/test/SemaObjC/
Darc-readonly-property-ivar.m5 @interface PP interface
11 @implementation PP { implementation
Darc-readonly-property-ivar-1.m6 @interface PP interface
12 @implementation PP { implementation
Dcheck-dup-objc-decls-1.m35 @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/Lex/
DMacroArgs.cpp27 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()
DPPMacroExpansion.cpp278 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 …]
DPPExpressions.cpp89 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()
DMacroInfo.cpp72 bool MacroInfo::isIdenticalTo(const MacroInfo &Other, Preprocessor &PP, in isIdenticalTo()
238 ModuleMacro *ModuleMacro::create(Preprocessor &PP, Module *OwningModule, in create()
/external/clang/lib/Parse/
DParsePragma.cpp907 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 …]
DParseAST.cpp69 const Preprocessor &PP = P.getPreprocessor(); in print() local
98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer, in ParseAST()
/external/clang/lib/Analysis/
DReachableCode.cpp127 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 __anon424d1f1e0111::DeadCodeScan
356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan()
637 void FindUnreachableCode(AnalysisDeclContext &AC, Preprocessor &PP, in FindUnreachableCode()
/external/clang/lib/Frontend/Rewrite/
DHTMLPrint.cpp36 Preprocessor &PP; member in __anon068f441b0111::HTMLPrinter
51 Preprocessor &PP, in CreateHTMLPrinter()
DRewriteMacros.cpp62 static void LexRawTokensFromMainFile(Preprocessor &PP, in LexRawTokensFromMainFile()
90 void clang::RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS) { in RewriteMacrosInInput()
DRewriteTest.cpp19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) { in DoRewriteTest()
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp37 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/clang/include/clang/Lex/
DTokenConcatenation.h32 Preprocessor &PP; variable
/external/clang/lib/Frontend/
DDependencyGraph.cpp30 const Preprocessor *PP; member in __anon1bcdd0190111::DependencyGraphCallback
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile, in AttachDependencyGraphGen()
DHeaderIncludeGen.cpp32 HeaderIncludesCallback(const Preprocessor *PP, bool ShowAllHeaders_, in HeaderIncludesCallback()
79 void clang::AttachHeaderIncludeGen(Preprocessor &PP, in AttachHeaderIncludeGen()
DPrintPreprocessedOutput.cpp36 Preprocessor &PP, raw_ostream &OS) { in PrintMacroDefinition()
81 Preprocessor &PP; member in __anon9b71fc550111::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()
DTextDiagnosticPrinter.cpp40 const Preprocessor *PP) { in BeginSourceFile()
/external/clang/lib/Serialization/
DGeneratePCH.cpp27 const Preprocessor &PP, StringRef OutputFile, in PCHGenerator()
/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h41 const Preprocessor *PP) override { in BeginSourceFile()
/external/clang/unittests/Basic/
DSourceManagerTest.cpp83 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/clang/include/clang/AST/
DCommentSema.h47 const Preprocessor *PP; variable

12345