Home
last modified time | relevance | path

Searched refs:CE_Function (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h61 CE_Function, enumerator
73 CE_BEG_FUNCTION_CALLS = CE_Function,
562 Kind getKind() const override { return CE_Function; } in getKind()
566 return CA->getKind() == CE_Function; in classof()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp848 case CE_Function: in mayInlineCallKind()