Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h252 SimpleReturnedValueKind, enumerator
254 RETURNED_VALUE_BEGIN = SimpleReturnedValueKind,
590 ConstructionContext::SimpleReturnedValueKind, RS) {} in SimpleReturnedValueConstructionContext()
594 return CC->getKind() == SimpleReturnedValueKind; in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp185 case ConstructionContext::SimpleReturnedValueKind: in computeObjectUnderConstruction()
387 case ConstructionContext::SimpleReturnedValueKind: in updateObjectsUnderConstruction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5417 case ConstructionContext::SimpleReturnedValueKind: { in print_construction_context()