Home
last modified time | relevance | path

Searched refs:getBlockRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h503 const BlockDataRegion *getBlockRegion() const;
510 const BlockDataRegion *BR = getBlockRegion(); in getBlockDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp546 const BlockDataRegion *BlockCall::getBlockRegion() const { in getBlockRegion() function in BlockCall
569 if (const MemRegion *R = getBlockRegion()) in getExtraInvalidatedValues()
DExprEngineCallAndReturn.cpp425 const BlockDataRegion *BR = cast<BlockCall>(Call).getBlockRegion(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()