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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h59 CE_Function, enumerator in enum:clang::ento::CallEventKind
67 CE_BEG_FUNCTION_CALLS = CE_Function,
522 Kind getKind() const override { return CE_Function; }
525 return CA->getKind() == CE_Function;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp725 case CE_Function:

Completed in 112 milliseconds