HomeSort by relevance Sort by last modified time
    Searched full:previsit (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
IntermTraverse.cpp 16 // if preVisit is turned on and the type specific function
19 // preVisit, postVisit, and rightToLeft control what order
46 if(it->preVisit)
48 visit = it->visitBinary(PreVisit, this);
113 if (it->preVisit)
114 visit = it->visitUnary(PreVisit, this);
133 if(it->preVisit)
135 visit = it->visitAggregate(PreVisit, this);
189 if (it->preVisit)
190 visit = it->visitSelection(PreVisit, this)
    [all...]
QualifierAlive.cpp 52 bool TAliveTraverser::visitSelection(Visit preVisit, TIntermSelection* node)
intermediate.h 483 PreVisit,
501 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) :
502 preVisit(preVisit),
520 const bool preVisit;
OutputGLSL.cpp 79 if (visit == PreVisit && preStr)
458 ASSERT(visit == PreVisit);
471 ASSERT(visit == PreVisit);
502 if (visit == PreVisit)
518 ASSERT(visit == PreVisit);
527 if (visit == PreVisit)
562 if (visit == PreVisit)
OutputHLSL.cpp 659 if (visit == PreVisit)
697 if (visit == PreVisit)
713 if (visit == PreVisit)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 155 // Perform the previsit of the constructor.
ExprEngineCallAndReturn.cpp 163 // Perform the previsit of the CallExpr.
BugReporterVisitors.cpp 58 // Callee is checked as a PreVisit to the CallExpr.
ExprEngine.cpp 701 // Handle the previsit checks.
    [all...]

Completed in 271 milliseconds