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

1 2 3 4 5 6 7 8

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
140 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
144 #define pp_needs_newline(PP) pp_base (PP)->need_newlin
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
140 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
144 #define pp_needs_newline(PP) pp_base (PP)->need_newlin
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
pretty-print.h 124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
140 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
144 #define pp_needs_newline(PP) pp_base (PP)->need_newlin
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
pretty-print.h 124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
140 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
144 #define pp_needs_newline(PP) pp_base (PP)->need_newlin
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 28 #define pp_c_base(PP) (&(PP)->c_base)
44 #define pp_cxx_cv_qualifier_seq(PP, T) \
45 pp_c_type_qualifier_list (pp_c_base (PP), T)
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP))
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP))
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 28 #define pp_c_base(PP) (&(PP)->c_base)
44 #define pp_cxx_cv_qualifier_seq(PP, T) \
45 pp_c_type_qualifier_list (pp_c_base (PP), T)
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP))
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP))
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 28 #define pp_c_base(PP) (&(PP)->c_base)
44 #define pp_cxx_cv_qualifier_seq(PP, T) \
45 pp_c_type_qualifier_list (pp_c_base (PP), T)
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP))
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP))
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cxx-pretty-print.h 28 #define pp_c_base(PP) (&(PP)->c_base)
44 #define pp_cxx_cv_qualifier_seq(PP, T) \
45 pp_c_type_qualifier_list (pp_c_base (PP), T)
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP))
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP))
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP))
    [all...]
  /frameworks/compile/slang/
slang_pragma_recorder.cpp 56 void PragmaRecorder::HandlePragma(clang::Preprocessor &PP,
65 const clang::Token* NextToken = &PP.LookAhead(0);
68 PP.LexUnexpandedToken(CurrentToken);
72 NextToken = &PP.LookAhead(0);
74 PP.Lex(CurrentToken);
76 PP.LexUnexpandedToken(CurrentToken);
77 PP.Diag(NextToken->getLocation(),
78 PP.getDiagnostics().getCustomDiagID(
85 NextToken = &PP.LookAhead(0);
87 PP.LexUnexpandedToken(CurrentToken)
    [all...]
slang_rs_pragma_handler.cpp 46 void HandlePragma(clang::Preprocessor &PP,
49 this->handleItemListPragma(PP, FirstToken);
58 void HandlePragma(clang::Preprocessor &PP,
87 PP.LexUnexpandedToken(PragmaToken);
95 PP.LexUnexpandedToken(PragmaToken);
98 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid);
107 const clang::Token &NextTok = PP.LookAhead(0);
113 PP.LexUnexpandedToken(PragmaToken);
134 void HandlePragma(clang::Preprocessor &PP,
137 this->handleOptionalStringLiteralParamPragma(PP, FirstToken)
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
Rewriters.h 24 void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS);
27 void DoRewriteTest(Preprocessor &PP, raw_ostream *OS);
30 void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS,
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) {
20 SourceManager &SM = PP.getSourceManager();
21 const LangOptions &LangOpts = PP.getLangOpts();
38 *OS << PP.getSpelling(*I);
  /external/clang/lib/Parse/
ParsePragma.cpp 133 PP.Diag(Tok, diag::err_expected_lbrace);
178 PP.Diag(NameLoc, diag::warn_pragma_unknown_extension) << ename;
188 void PragmaGCCVisibilityHandler::HandlePragma(Preprocessor &PP,
194 PP.LexUnexpandedToken(Tok);
202 PP.LexUnexpandedToken(Tok);
204 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_lparen)
208 PP.LexUnexpandedToken(Tok);
211 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier)
215 PP.LexUnexpandedToken(Tok);
217 PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_rparen
    [all...]
ParsePragma.h 27 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
35 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
43 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
51 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
59 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
67 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
75 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
83 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
90 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer,
98 virtual void HandlePragma(Preprocessor &PP, PragmaIntroducerKind Introducer
    [all...]
  /external/clang/include/clang/Lex/
TokenConcatenation.h 32 Preprocessor &PP;
59 TokenConcatenation(Preprocessor &PP);
  /external/clang/lib/Serialization/
GeneratePCH.cpp 27 PCHGenerator::PCHGenerator(const Preprocessor &PP,
32 : PP(PP), OutputFile(OutputFile), Module(Module),
44 if (PP.getModuleLoader().HadFatalFailure)
47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 97 #define pp_base(PP) (&pp_c_base (PP)->base)
107 #define pp_abstract_declarator(PP, D) \
108 pp_c_base (PP)->abstract_declarator (pp_c_base (PP), D)
115 #define pp_direct_abstract_declarator(PP, D) \
116 pp_c_base (PP)->direct_abstract_declarator (pp_c_base (PP), D)
117 #define pp_ptr_operator(PP, D) \
118 pp_c_base (PP)->ptr_operator (pp_c_base (PP), D
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 97 #define pp_base(PP) (&pp_c_base (PP)->base)
107 #define pp_abstract_declarator(PP, D) \
108 pp_c_base (PP)->abstract_declarator (pp_c_base (PP), D)
115 #define pp_direct_abstract_declarator(PP, D) \
116 pp_c_base (PP)->direct_abstract_declarator (pp_c_base (PP), D)
117 #define pp_ptr_operator(PP, D) \
118 pp_c_base (PP)->ptr_operator (pp_c_base (PP), D
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 97 #define pp_base(PP) (&pp_c_base (PP)->base)
107 #define pp_abstract_declarator(PP, D) \
108 pp_c_base (PP)->abstract_declarator (pp_c_base (PP), D)
115 #define pp_direct_abstract_declarator(PP, D) \
116 pp_c_base (PP)->direct_abstract_declarator (pp_c_base (PP), D)
117 #define pp_ptr_operator(PP, D) \
118 pp_c_base (PP)->ptr_operator (pp_c_base (PP), D
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 97 #define pp_base(PP) (&pp_c_base (PP)->base)
107 #define pp_abstract_declarator(PP, D) \
108 pp_c_base (PP)->abstract_declarator (pp_c_base (PP), D)
115 #define pp_direct_abstract_declarator(PP, D) \
116 pp_c_base (PP)->direct_abstract_declarator (pp_c_base (PP), D)
117 #define pp_ptr_operator(PP, D) \
118 pp_c_base (PP)->ptr_operator (pp_c_base (PP), D
    [all...]
  /external/clang/lib/Lex/
PreprocessorLexer.cpp 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid)
23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
26 if (pp)
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
48 PP->Diag(FilenameTok.getLocation(), diag::err_pp_expects_filename);
54 return PP->getSourceManager().getFileEntryForID(getFileID());
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Boolean.pm 3 JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Boolean.pm 3 JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Boolean.pm 3 JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/clang/include/clang/Frontend/
Utils.h 60 void InitializePreprocessor(Preprocessor &PP,
72 void DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream* OS,
77 void AttachDependencyFileGen(Preprocessor &PP,
82 void AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
94 void AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders = false,
100 void CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS);

Completed in 860 milliseconds

1 2 3 4 5 6 7 8