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

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

Completed in 904 milliseconds