Home
last modified time | relevance | path

Searched refs:bindCompoundLiteral (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h86 virtual StoreRef bindCompoundLiteral(Store ST,
DProgramState.h197 ProgramStateRef bindCompoundLiteral(const CompoundLiteralExpr *CL,
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, in bindCompoundLiteral() function in ProgramState
118 getStateManager().StoreMgr->bindCompoundLiteral(getStore(), CL, LC, V); in bindCompoundLiteral()
DExprEngineC.cpp408 state = state->bindCompoundLiteral(CL, LC, ILV); in VisitCompoundLiteralExpr()
DRegionStore.cpp279 StoreRef bindCompoundLiteral(Store ST,
1594 StoreRef RegionStoreManager::bindCompoundLiteral(Store ST, in bindCompoundLiteral() function in RegionStoreManager