Searched refs:CPT (Results 1 – 4 of 4) sorted by relevance
3653 const FunctionProtoType *CPT = in HasNoThrowOperator() local3655 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()3656 if (!CPT || !CPT->isNothrow(C)) in HasNoThrowOperator()3889 const FunctionProtoType *CPT = in EvaluateUnaryTypeTrait() local3891 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()3892 if (!CPT || !CPT->isNothrow(C)) in EvaluateUnaryTypeTrait()3975 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local3977 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()3978 if (!CPT) in EvaluateUnaryTypeTrait()3982 if (!CPT->isNothrow(C) || CPT->getNumParams() > 1) in EvaluateUnaryTypeTrait()[all …]
3733 const BlockPointerType *CPT = nullptr; in SynthesizeBlockCall() local3736 CPT = DRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()3738 CPT = MExpr->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()3744 CPT = IEXPR->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()3759 CPT = IRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()3762 CPT = POE->getType()->castAs<BlockPointerType>(); in SynthesizeBlockCall()3766 assert(CPT && "RewriteBlockClass: Bad type"); in SynthesizeBlockCall()3767 const FunctionType *FT = CPT->getPointeeType()->getAs<FunctionType>(); in SynthesizeBlockCall()
4630 const BlockPointerType *CPT = nullptr; in SynthesizeBlockCall() local4633 CPT = DRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4635 CPT = MExpr->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4641 CPT = IEXPR->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4656 CPT = IRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4659 CPT = POE->getType()->castAs<BlockPointerType>(); in SynthesizeBlockCall()4663 assert(CPT && "RewriteBlockClass: Bad type"); in SynthesizeBlockCall()4664 const FunctionType *FT = CPT->getPointeeType()->getAs<FunctionType>(); in SynthesizeBlockCall()
2902 CPT{