Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h60 CE_Function, enumerator
72 CE_BEG_FUNCTION_CALLS = CE_Function,
545 Kind getKind() const override { return CE_Function; } in getKind()
549 return CA->getKind() == CE_Function; in classof()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp739 case CE_Function: in mayInlineCallKind()