Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h74 CE_Block, enumerator
653 Kind getKind() const override { return CE_Block; } in getKind()
656 static bool classof(const CallEvent *CA) { return CA->getKind() == CE_Block; } in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp439 if (Call.getKind() == CE_Block && in REGISTER_MAP_WITH_PROGRAMSTATE()
740 case CE_Block: in mayInlineCallKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp176 case CE_Block: in describeUninitializedArgumentInCall()