Searched refs:CalleePtrTy (Results 1 – 4 of 4) sorted by relevance
49 CalleePtrTy Callee;70 CalleePtrTy Callee; in testCaller()76 reinterpret_cast<CalleePtrTy>(&Subzero_::callee), \ in testCaller()85 reinterpret_cast<CalleePtrTy>(&callee), \ in testCaller()130 CalleePtrTy Callee, Subzero_Callee; in testCallee()135 reinterpret_cast<CalleePtrTy>(&callee), \ in testCallee()136 reinterpret_cast<CalleePtrTy>(&Subzero_::callee) \ in testCallee()
19 typedef void (*CalleePtrTy)(); typedef20 extern CalleePtrTy Callee;
2996 QualType CalleePtrTy = Context.getPointerType(NewBuiltinDecl->getType()); in SemaBuiltinAtomicOverloaded() local2997 ExprResult PromotedCall = ImpCastExprToType(NewDRE, CalleePtrTy, in SemaBuiltinAtomicOverloaded()
3009 QualType CalleePtrTy = SemaRef.Context.getPointerType(Builtin->getType()); in RebuildShuffleVectorExpr() local3010 Callee = SemaRef.ImpCastExprToType(Callee, CalleePtrTy, in RebuildShuffleVectorExpr()