/external/clang/lib/Rewrite/Frontend/ |
FixItRewriter.cpp | 1 //===--- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --*- C++ -*-===// 60 Rewriter &Rewrite; 63 RewritesReceiver(Rewriter &Rewrite) : Rewrite(Rewrite) { }
|
HTMLPrint.cpp | 23 #include "clang/Rewrite/Core/Rewriter.h" 34 Rewriter R;
|
RewriteMacros.cpp | 16 #include "clang/Rewrite/Core/Rewriter.h" 93 Rewriter Rewrite;
|
/external/clang/include/clang/Rewrite/Frontend/ |
ASTConsumers.h | 27 // ObjC rewriter: attempts to rewrite ObjC constructs into pure C code.
|
FrontendActions.h | 31 OwningPtr<FixItRewriter> Rewriter;
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkStatsRecorder.java | 262 * Rewriter that will combine current {@link NetworkStatsCollection} values 266 private static class CombiningRewriter implements FileRotator.Rewriter { 296 * Rewriter that will remove any {@link NetworkStatsHistory} attributed to 299 public static class RemoveUidRewriter implements FileRotator.Rewriter {
|
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 108 void SimplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LPPassManager &LPM); 110 void RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter); 113 PHINode *IndVar, SCEVExpander &Rewriter); 135 /// rewriter can replace the original value. SCEV guarantees that it 479 void IndVarSimplify::RewriteLoopExitValues(Loop *L, SCEVExpander &Rewriter) { 540 Value *ExitVal = Rewriter.expandCodeFor(ExitValue, PN->getType(), Inst); 578 // so that the rewriter doesn't trip over it later. 579 Rewriter.clearInsertPoint(); 701 PHINode *CreateWideIV(SCEVExpander &Rewriter); 713 Instruction *WidenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter); [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/clang/lib/ARCMigrate/ |
TransformActions.cpp | 24 /// is requested to be removed twice, only one rewriter remove will be invoked. 28 /// FIXME: "Transactional" rewrites support should be baked in the Rewriter. 686 // FIXME: Use a custom category name to distinguish rewriter errors. 687 std::string rewriteErr = "[rewriter] "; 706 // FIXME: Use a custom category name to distinguish rewriter errors. 707 std::string rewriterWarn = "[rewriter] "; 725 // FIXME: Use a custom category name to distinguish rewriter errors. 726 std::string rewriteNote = "[rewriter] ";
|
/frameworks/support/volley/src/com/android/volley/toolbox/ |
HurlStack.java | 65 * @param urlRewriter Rewriter to use for request URLs 81 throw new IOException("URL blocked by rewriter: " + url);
|
/external/clang/lib/Rewrite/Core/ |
HTMLRewrite.cpp | 16 #include "clang/Rewrite/Core/Rewriter.h" 33 void html::HighlightRange(Rewriter &R, SourceLocation B, SourceLocation E, 107 void html::EscapeText(Rewriter &R, FileID FID, 228 void html::AddLineNumbers(Rewriter& R, FileID FID) { 272 void html::AddHeaderFooterInternalBuiltinCSS(Rewriter& R, FileID FID, 359 void html::SyntaxHighlight(Rewriter &R, FileID FID, const Preprocessor &PP) { 448 void html::HighlightMacros(Rewriter &R, FileID FID, const Preprocessor& PP) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 20 #include "clang/Rewrite/Core/Rewriter.h" 58 void HandlePiece(Rewriter& R, FileID BugFileID, 61 void HighlightRange(Rewriter& R, FileID BugFileID, SourceRange Range, 134 // Create a new rewriter to generate HTML. 135 Rewriter R(const_cast<SourceManager&>(SMgr), PP.getLangOpts()); 278 void HTMLDiagnostics::HandlePiece(Rewriter& R, FileID BugFileID, 529 void HTMLDiagnostics::HighlightRange(Rewriter& R, FileID BugFileID,
|
/external/clang/include/clang/ARCMigrate/ |
ARCMT.h | 1 //===-- ARCMT.h - ARC Migration Rewriter ------------------------*- C++ -*-===//
|
/external/clang/test/Rewriter/ |
instancetype-test.mm | 68 // FIXME. This is not supported due to missing capability in rewriter and not due to instancetype issues
|
/external/clang/include/clang/Frontend/ |
FrontendOptions.h | 48 RewriteObjC, ///< ObjC->C Rewriter. 49 RewriteTest, ///< Rewriter playground
|
/external/v8/src/ |
rewriter.cc | 30 #include "rewriter.h" 235 bool Rewriter::Rewrite(CompilationInfo* info) {
|
codegen.cc | 35 #include "rewriter.h"
|
/external/llvm/include/llvm/CodeGen/ |
MachineSSAUpdater.h | 91 /// set by the client of the rewriter, and those values are both live out of
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.h | 12 // updated by a register allocator and then used by a machine code rewriter that
|
VirtRegMap.cpp | 170 "Virtual Register Rewriter", false, false) 176 "Virtual Register Rewriter", false, false)
|
/external/llvm/test/CodeGen/ARM/ |
2010-05-20-NEONSpillCrash.ll | 3 ; This test would crash the rewriter when trying to handle a spill after one of
|
crash-greedy.ll | 65 ; The rewriter must do something sensible with that, or the scavenger crashes.
|
/external/proguard/src/proguard/ |
OutputWriter.java | 163 // Wrap the resource writer with a filter and a data entry rewriter,
|
/external/llvm/include/llvm/Transforms/Utils/ |
SSAUpdater.h | 89 /// set by the client of the rewriter, and those values are both live out of
|
/external/v8/ |
Android.v8common.mk | 74 src/rewriter.cc \
|