Home
last modified time | relevance | path

Searched refs:Ret (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp169 clang::FunctionDecl *Ret = nullptr; in lookupFunction() local
176 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()
Dslang_rs_pragma_handler.cpp253 std::string Ret; in ListKeywords() local
259 Ret += ", "; in ListKeywords()
260 Ret += "'"; in ListKeywords()
261 Ret += entry.first; in ListKeywords()
262 Ret += "'"; in ListKeywords()
264 return Ret; in ListKeywords()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_MotionEstimationMB.c509 OMXResult Ret = OMX_Sts_Err; in armVCM4P10_Mode4x4Decision() local
551 Ret = omxVCM4P10_PredictIntra_4x4( in armVCM4P10_Mode4x4Decision()
561 if (Ret == OMX_Sts_NoErr) in armVCM4P10_Mode4x4Decision()
1144 OMXResult Ret; in armVCM4P10_Intra16x16Estimation() local
1175 Ret = omxVCM4P10_PredictIntra_16x16( in armVCM4P10_Intra16x16Estimation()
1184 if (Ret == OMX_Sts_NoErr) in armVCM4P10_Intra16x16Estimation()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp784 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
785 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
786 return Ret; in createIdentifiedStructType()
790 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
791 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
792 return Ret; in createIdentifiedStructType()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1059 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
1060 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1061 return Ret; in createIdentifiedStructType()
1065 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
1066 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1067 return Ret; in createIdentifiedStructType()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1149 case Instruction::Ret: in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1179 case Instruction::Ret: in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1147 case Instruction::Ret: in WriteInstruction()