Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h259 SimpleReturnedValueKind, enumerator
261 RETURNED_VALUE_BEGIN = SimpleReturnedValueKind,
613 ConstructionContext::SimpleReturnedValueKind, RS) {} in SimpleReturnedValueConstructionContext()
617 return CC->getKind() == SimpleReturnedValueKind; in classof()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp118 // SimpleReturnedValueKind, CXX17ElidedCopyReturnedValueKind), then
201 case ConstructionContext::SimpleReturnedValueKind: in computeObjectUnderConstruction()
430 case ConstructionContext::SimpleReturnedValueKind: in updateObjectsUnderConstruction()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5703 case ConstructionContext::SimpleReturnedValueKind: { in print_construction_context()