Searched refs:Ret (Results 1 – 8 of 8) sorted by relevance
150 template <typename Ret, typename... Args>151 class AsyncCallRecorderWithCannedReturn<Ret (*)(Args...)>154 explicit AsyncCallRecorderWithCannedReturn(Ret returnvalue) : mReturnValue(returnvalue) {} in AsyncCallRecorderWithCannedReturn()164 const Ret mReturnValue;
169 clang::FunctionDecl *Ret = nullptr; in lookupFunction() local176 if (Ret) { in lookupFunction()180 << Ret->getLocation().printToString(S.PP.getSourceManager()) in lookupFunction()185 Ret = FDecl; in lookupFunction()188 if (!Ret) { in lookupFunction()196 if (Ret) { in lookupFunction()198 if (Ret->getFormalLinkage() != clang::InternalLinkage) { in lookupFunction()199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static") in lookupFunction()204 if (Ret == nullptr) in lookupFunction()206 return Ret; in lookupFunction()
253 std::string Ret; in ListKeywords() local259 Ret += ", "; in ListKeywords()260 Ret += "'"; in ListKeywords()261 Ret += entry.first; in ListKeywords()262 Ret += "'"; in ListKeywords()264 return Ret; in ListKeywords()
793 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local794 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()795 return Ret; in createIdentifiedStructType()799 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local800 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()801 return Ret; in createIdentifiedStructType()
1068 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local1069 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()1070 return Ret; in createIdentifiedStructType()1074 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local1075 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()1076 return Ret; in createIdentifiedStructType()
1149 case Instruction::Ret: in WriteInstruction()
1147 case Instruction::Ret: in WriteInstruction()
1180 case Instruction::Ret: in WriteInstruction()