Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h35 CE_Function, enumerator
37 CE_BEG_SIMPLE_CALLS = CE_Function,
46 CE_BEG_FUNCTION_CALLS = CE_Function,
486 virtual Kind getKind() const { return CE_Function; } in getKind()
489 return CA->getKind() == CE_Function; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp587 case CE_Function: in shouldInlineCallKind()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp982 case CE_Function: in getSummary()