Home
last modified time | relevance | path

Searched refs:CE_Block (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h36 CE_Block, enumerator
38 CE_END_SIMPLE_CALLS = CE_Block,
526 virtual Kind getKind() const { return CE_Block; } in getKind()
529 return CA->getKind() == CE_Block; in classof()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp424 if (Call.getKind() == CE_Block) { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
597 case CE_Block: in mayInlineCallKind()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp109 case CE_Block: in describeUninitializedArgumentInCall()
DRetainCountChecker.cpp916 case CE_Block: in getSummary()