HomeSort by relevance Sort by last modified time
    Searched defs:PP (Results 1 - 25 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21770.go 11 type PP **struct{ f int }
18 var p2 PP
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21770.go 11 type PP **struct{ f int }
18 var p2 PP
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
complexnums.go 6 const PP = 1 + 1i
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
complexnums.go 6 const PP = 1 + 1i
  /external/clang/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /external/clang/include/clang/AST/
CommentSema.h 47 const Preprocessor *PP;
75 const Preprocessor *PP);
  /external/clang/lib/Frontend/
DependencyGraph.cpp 30 const Preprocessor *PP;
47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
62 void clang::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
64 PP.addPPCallbacks(llvm::make_unique<DependencyGraphCallback>(&PP, OutputFile,
80 SourceManager &SM = PP->getSourceManager();
103 PP->getDiagnostics().Report(diag::err_fe_error_opening) << OutputFile
  /external/clang/lib/Frontend/Rewrite/
HTMLPrint.cpp 36 Preprocessor &PP;
40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp,
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
51 Preprocessor &PP,
54 return llvm::make_unique<HTMLPrinter>(OS, PP, SyntaxHighlight,
63 if (PP.getDiagnostics().hasErrorOccurred())
85 if (SyntaxHighlight) html::SyntaxHighlight(R, FID, PP);
86 if (HighlightMacros) html::HighlightMacros(R, FID, PP);
  /external/clang/lib/Parse/
ParseAST.cpp 69 const Preprocessor &PP = P.getPreprocessor();
70 Tok.getLocation().print(OS, PP.getSourceManager());
74 // Do the equivalent of PP.getSpelling(Tok) except for the parts that would
98 void clang::ParseAST(Preprocessor &PP, ASTConsumer *Consumer,
105 new Sema(PP, Ctx, *Consumer, TUKind, CompletionConsumer));
  /external/libcxx/benchmarks/
filesystem.bench.cpp 16 path PP;
18 PP /= Part;
19 benchmark::DoNotOptimize(PP.native().data());
21 const path P(PP.native());
33 path PP;
35 PP /= Part;
36 benchmark::DoNotOptimize(PP.native().data());
38 const path P(PP.native().c_str());
51 path PP;
53 PP /= Part
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentSema.h 47 const Preprocessor *PP;
75 const Preprocessor *PP);

Completed in 674 milliseconds

1 2 3 4 5 6 7 8 91011