Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h60 CE_Function, enumerator
72 CE_BEG_FUNCTION_CALLS = CE_Function,
544 Kind getKind() const override { return CE_Function; } in getKind()
548 return CA->getKind() == CE_Function; in classof()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp792 case CE_Function: in mayInlineCallKind()