Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h61 CE_Function, enumerator
73 CE_BEG_FUNCTION_CALLS = CE_Function,
545 Kind getKind() const override { return CE_Function; } in getKind()
549 return CA->getKind() == CE_Function; in classof()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp850 case CE_Function: in mayInlineCallKind()