HomeSort by relevance Sort by last modified time
    Searched refs:WL (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Analysis/
ReachableCode.cpp 262 SmallVector<const CFGBlock*, 32> WL;
271 WL.push_back(Start);
274 while (!WL.empty()) {
275 const CFGBlock *item = WL.pop_back_val();
284 WL.push_back(B);
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 435 static void FindBlocks(DeclContext *D, SmallVectorImpl<Decl*> &WL) {
437 WL.push_back(BD);
442 FindBlocks(DC, WL);
483 SmallVector<Decl*, 10> WL;
484 WL.push_back(D);
487 FindBlocks(cast<DeclContext>(D), WL);
490 for (SmallVectorImpl<Decl*>::iterator WI=WL.begin(), WE=WL.end();
  /external/clang/tools/libclang/
CursorVisitor.h 250 bool RunVisitorWorkList(VisitorWorkList &WL);
251 void EnqueueWorkList(VisitorWorkList &WL, Stmt *S);
CIndex.cpp     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 723 .macro WL V, R, P
808 WL v16, r9, r4
809 WL v17, r9, r4
810 WL v18, r9, r4
811 WL v19, r9, r4
812 WL v20, r9, r4
813 WL v21, r9, r4
814 WL v22, r9, r4
815 WL v23, r9, r4
816 WL v24, r9, r
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 161 void process(SmallVectorImpl<const SubRegion*> &WL, const SubRegion *R);
187 RegionStoreSubRegionMap::process(SmallVectorImpl<const SubRegion*> &WL,
192 WL.push_back(sr);
456 SmallVector<const SubRegion*, 10> WL;
460 M->process(WL, R);
464 while (!WL.empty()) {
465 const SubRegion *R = WL.back();
466 WL.pop_back();
467 M->process(WL, R);
489 WorkList WL;
    [all...]
BugReporter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 61 InstCombineIRInserter(InstCombineWorklist &WL) : Worklist(WL) {}
  /external/clang/lib/AST/
Stmt.cpp 768 SourceLocation WL)
773 WhileLoc = WL;
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 167 milliseconds