Searched refs:Ret (Results 1 – 8 of 8) sorted by relevance
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()
509 OMXResult Ret = OMX_Sts_Err; in armVCM4P10_Mode4x4Decision() local551 Ret = omxVCM4P10_PredictIntra_4x4( in armVCM4P10_Mode4x4Decision()561 if (Ret == OMX_Sts_NoErr) in armVCM4P10_Mode4x4Decision()1144 OMXResult Ret; in armVCM4P10_Intra16x16Estimation() local1175 Ret = omxVCM4P10_PredictIntra_16x16( in armVCM4P10_Intra16x16Estimation()1184 if (Ret == OMX_Sts_NoErr) in armVCM4P10_Intra16x16Estimation()
784 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local785 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()786 return Ret; in createIdentifiedStructType()790 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local791 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()792 return Ret; in createIdentifiedStructType()
1059 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local1060 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()1061 return Ret; in createIdentifiedStructType()1065 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local1066 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()1067 return Ret; in createIdentifiedStructType()
1149 case Instruction::Ret: in WriteInstruction()
1179 case Instruction::Ret: in WriteInstruction()
1147 case Instruction::Ret: in WriteInstruction()