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

/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp169 clang::FunctionDecl *Ret = nullptr; local
176 if (Ret) {
180 << Ret->getLocation().printToString(S.PP.getSourceManager())
185 Ret = FDecl;
188 if (!Ret) {
196 if (Ret) {
198 if (Ret->getFormalLinkage() != clang::InternalLinkage) {
199 S.RSC.ReportError(Ret->getLocation(), "%0 must be static")
204 if (Ret == nullptr)
206 return Ret;
[all...]
H A Dslang_rs_pragma_handler.cpp253 std::string Ret; local
259 Ret += ", ";
260 Ret += "'";
261 Ret += entry.first;
262 Ret += "'";
264 return Ret;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c509 OMXResult Ret = OMX_Sts_Err; local
551 Ret = omxVCM4P10_PredictIntra_4x4(
561 if (Ret == OMX_Sts_NoErr)
1144 OMXResult Ret; local
1175 Ret = omxVCM4P10_PredictIntra_16x16(
1184 if (Ret == OMX_Sts_NoErr)
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp793 auto *Ret = StructType::create(Context, Name); local
794 IdentifiedStructTypes.push_back(Ret);
795 return Ret;
799 auto *Ret = StructType::create(Context); local
800 IdentifiedStructTypes.push_back(Ret);
801 return Ret;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1068 auto *Ret = StructType::create(Context, Name); local
1069 IdentifiedStructTypes.push_back(Ret);
1070 return Ret;
1074 auto *Ret = StructType::create(Context); local
1075 IdentifiedStructTypes.push_back(Ret);
1076 return Ret;
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1149 case Instruction::Ret:
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1147 case Instruction::Ret:
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1180 case Instruction::Ret:

Completed in 136 milliseconds