Searched refs:boundType (Results 1 – 4 of 4) sorted by relevance
162 Type boundType, bool getUpper) { in visitNonControlFlowArguments() argument163 unsigned int width = ConstantIntRanges::getStorageBitwidth(boundType); in visitNonControlFlowArguments()
117 auto boundType = isMin ? IntegerPolyhedron::UB : IntegerPolyhedron::LB; in canonicalizeMinMaxOp() local121 alignAndAddBound(constraints, boundType, dimOp, mapLbUb, operands))) in canonicalizeMinMaxOp()
492 TypeResult boundType; in parseObjCTypeParamListOrProtocolRefs() local503 boundType = ParseTypeName(); in parseObjCTypeParamListOrProtocolRefs()504 if (boundType.isInvalid()) in parseObjCTypeParamListOrProtocolRefs()516 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
2634 QualType boundType = Expr::findBoundMemberType(C->getCallee()); in VisitCallExpr() local2638 if (!boundType.isNull()) calleeType = boundType; in VisitCallExpr()