Searched refs:CPT (Results 1 – 2 of 2) sorted by relevance
2843 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local2845 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()2847 if (!CPT->isNothrow(Self.Context)) in EvaluateUnaryTypeTrait()2882 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local2884 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()2888 if (!CPT->isNothrow(Self.Context) || CPT->getNumArgs() > 1) in EvaluateUnaryTypeTrait()2917 const FunctionProtoType *CPT in EvaluateUnaryTypeTrait() local2919 if (CPT->getExceptionSpecType() == EST_Delayed) in EvaluateUnaryTypeTrait()2923 return CPT->isNothrow(Self.Context) && CPT->getNumArgs() == 0; in EvaluateUnaryTypeTrait()
4631 const BlockPointerType *CPT = 0; in SynthesizeBlockCall() local4634 CPT = DRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4637 CPT = CDRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4639 CPT = MExpr->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4645 CPT = IEXPR->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4660 CPT = IRE->getType()->getAs<BlockPointerType>(); in SynthesizeBlockCall()4664 assert(CPT && "RewriteBlockClass: Bad type"); in SynthesizeBlockCall()4665 const FunctionType *FT = CPT->getPointeeType()->getAs<FunctionType>(); in SynthesizeBlockCall()