Searched defs:evalBind (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp501 evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);
1901 /// evalBind - Handle the semantics of binding a value to a specific location.
1903 void ExprEngine::evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, function in class:ExprEngine
1984 evalBind(Dst, StoreE, *NI, location, Val, false);

Completed in 87 milliseconds