Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h72 CE_CXXAllocator, enumerator
1178 Kind getKind() const override { return CE_CXXAllocator; } in getKind()
1182 return CE->getKind() == CE_CXXAllocator; in classof()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp271 if (getKind() != CE_CXXAllocator) in invalidateRegions()
477 if (Call.getKind() != CE_CXXAllocator) in addParameterValuesToBindings()
H A DExprEngineCallAndReturn.cpp948 case CE_CXXAllocator: in mayInlineCallKind()