Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp140 static bool isConsumableType(const QualType &QT) { in isConsumableType() function
187 assert(isConsumableType(QT)); in mapConsumableAttrState()
642 else if (isRValueRef(ParamType) || isConsumableType(ParamType)) in handleCall()
683 if (isConsumableType(RetType)) { in propagateReturnType()
769 if (!isConsumableType(ThisType)) in VisitCXXConstructExpr()
856 else if (isConsumableType(ParamType)) in VisitParmVarDecl()
859 isConsumableType(ParamType->getPointeeType())) in VisitParmVarDecl()
862 isConsumableType(ParamType->getPointeeType())) in VisitParmVarDecl()
910 if (isConsumableType(Var->getType())) { in VisitVarDecl()
1211 } else if (isConsumableType(ReturnType)) { in determineExpectedReturnState()