Searched refs:bindCompoundLiteral (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 86 virtual StoreRef bindCompoundLiteral(Store ST,
|
D | ProgramState.h | 197 ProgramStateRef bindCompoundLiteral(const CompoundLiteralExpr *CL,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, in bindCompoundLiteral() function in ProgramState 118 getStateManager().StoreMgr->bindCompoundLiteral(getStore(), CL, LC, V); in bindCompoundLiteral()
|
D | ExprEngineC.cpp | 408 state = state->bindCompoundLiteral(CL, LC, ILV); in VisitCompoundLiteralExpr()
|
D | RegionStore.cpp | 279 StoreRef bindCompoundLiteral(Store ST, 1594 StoreRef RegionStoreManager::bindCompoundLiteral(Store ST, in bindCompoundLiteral() function in RegionStoreManager
|