Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h582 class ReturnedValueConstructionContext : public ConstructionContext {
586 explicit ReturnedValueConstructionContext(ConstructionContext::Kind K, in ReturnedValueConstructionContext() function
608 : public ReturnedValueConstructionContext {
612 : ReturnedValueConstructionContext( in SimpleReturnedValueConstructionContext()
630 : public ReturnedValueConstructionContext {
637 : ReturnedValueConstructionContext( in CXX17ElidedCopyReturnedValueConstructionContext()
H A DCFG.h203 isa<ReturnedValueConstructionContext>(C) || in CFGCXXRecordTypedCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp238 const auto *RCC = cast<ReturnedValueConstructionContext>(CC); in computeObjectUnderConstruction()