Searched refs:CG (Results 1 - 25 of 112) sorted by relevance

12345

/external/webkit/Tools/WebKitTestRunner/win/
H A DTestInvocationWin.cpp31 #if !USE(CG) && !USE(CAIRO)
/external/webkit/Source/WebCore/platform/graphics/
H A DDashArray.h31 #if USE(CG)
H A DImageBufferData.h26 #if USE(CG)
/external/webkit/Source/WebCore/platform/
H A DFloatConversion.h32 #if USE(CG)
47 #if USE(CG)
/external/webkit/Source/WebKit2/Shared/
H A DWebGraphicsContext.h33 #if USE(CG)
50 #if USE(CG)
62 #if USE(CG)
H A DWebGraphicsContext.cpp38 #if USE(CG)
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DFloatPointCG.cpp30 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
47 #endif // USE(CG)
H A DFloatRectCG.cpp30 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
47 #endif // USE(CG)
H A DFloatSizeCG.cpp30 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
47 #endif // USE(CG)
H A DIntPointCG.cpp29 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
46 #endif // USE(CG)
H A DIntSizeCG.cpp29 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
46 #endif // USE(CG)
H A DIntRectCG.cpp29 #if USE(CG) || USE(SKIA_ON_MAC_CHROME)
51 #endif // USE(CG)
/external/llvm/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp54 bool doInitialization(CallGraph &CG);
55 bool doFinalization(CallGraph &CG);
91 bool RunAllPassesOnSCC(CallGraphSCC &CurSCC, CallGraph &CG,
95 CallGraph &CG, bool &CallGraphUpToDate,
97 bool RefreshCallGraph(CallGraphSCC &CurSCC, CallGraph &CG,
107 CallGraph &CG, bool &CallGraphUpToDate,
115 DevirtualizedCall |= RefreshCallGraph(CurSCC, CG, false);
128 RefreshCallGraph(CurSCC, CG, true);
171 CallGraph &CG, bool CheckingMode) {
283 CalleeNode = CG
170 RefreshCallGraph(CallGraphSCC &CurSCC, CallGraph &CG, bool CheckingMode) argument
363 RunAllPassesOnSCC(CallGraphSCC &CurSCC, CallGraph &CG, bool &DevirtualizedCall) argument
424 CallGraph &CG = getAnalysis<CallGraph>(); local
474 doInitialization(CallGraph &CG) argument
489 doFinalization(CallGraph &CG) argument
[all...]
/external/clang/include/clang/Analysis/
H A DCallGraph.h166 void addCallee(CallGraphNode *N, CallGraph *CG) { argument
168 CG->ParentlessNodes.remove(N);
220 static nodes_iterator nodes_begin(clang::CallGraph *CG) { argument
221 return map_iterator(CG->begin(), DerefFun(CGdereference));
223 static nodes_iterator nodes_end (clang::CallGraph *CG) { argument
224 return map_iterator(CG->end(), DerefFun(CGdereference));
230 static unsigned size(clang::CallGraph *CG) { argument
231 return CG->size();
246 static nodes_iterator nodes_begin(const clang::CallGraph *CG) { argument
247 return map_iterator(CG
249 nodes_end(const clang::CallGraph *CG) argument
256 size(const clang::CallGraph *CG) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp117 CallGraph CG; local
118 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
119 CG.viewGraph();
137 CallGraph CG; local
138 CG.addToCallGraph(const_cast<TranslationUnitDecl*>(TU));
139 CG.dump();
/external/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h47 virtual bool doFinalization(CallGraph &CG);
74 bool removeDeadFunctions(CallGraph &CG, bool AlwaysInlineOnly = false);
/external/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp45 virtual bool doInitialization(CallGraph &CG);
64 bool SimpleInliner::doInitialization(CallGraph &CG) { argument
H A DInlineAlways.cpp46 virtual bool doFinalization(CallGraph &CG) { argument
47 return removeDeadFunctions(CG, /*AlwaysInlineOnly=*/true);
49 virtual bool doInitialization(CallGraph &CG);
130 bool AlwaysInliner::doInitialization(CallGraph &CG) { argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DPlatformCanvas.cpp37 #elif USE(CG)
56 #elif USE(CG)
76 #elif USE(CG)
98 #elif USE(CG)
H A DPlatformCanvas.h34 #if USE(CG)
91 #elif USE(CG)
103 #elif USE(CG)
H A DPlatformImage.cpp33 #elif USE(CG)
57 #elif USE(CG)
76 #elif USE(CG)
H A DImageLayerChromium.h40 #if USE(CG)
/external/webkit/Tools/DumpRenderTree/win/
H A DPixelDumpSupportWin.cpp31 #if USE(CG)
39 #if USE(CG)
73 #if USE(CG)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DDIBPixelData.h32 #if !USE(CG)
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h350 static nodes_iterator nodes_begin(CallGraph *CG) { argument
351 return map_iterator(CG->begin(), DerefFun(CGdereference));
353 static nodes_iterator nodes_end (CallGraph *CG) { argument
354 return map_iterator(CG->end(), DerefFun(CGdereference));
369 static nodes_iterator nodes_begin(const CallGraph *CG) { return CG->begin(); } argument
370 static nodes_iterator nodes_end (const CallGraph *CG) { return CG->end(); } argument

Completed in 466 milliseconds

12345