Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DAsyncCallRecorder.h150 template <typename Ret, typename... Args>
151 class AsyncCallRecorderWithCannedReturn<Ret (*)(Args...)>
154 explicit AsyncCallRecorderWithCannedReturn(Ret returnvalue) : mReturnValue(returnvalue) {} in AsyncCallRecorderWithCannedReturn()
164 const Ret mReturnValue;
/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/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp793 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
794 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
795 return Ret; in createIdentifiedStructType()
799 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
800 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
801 return Ret; in createIdentifiedStructType()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1068 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() local
1069 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1070 return Ret; in createIdentifiedStructType()
1074 auto *Ret = StructType::create(Context); in createIdentifiedStructType() local
1075 IdentifiedStructTypes.push_back(Ret); in createIdentifiedStructType()
1076 return Ret; in createIdentifiedStructType()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1149 case Instruction::Ret: in WriteInstruction()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1147 case Instruction::Ret: in WriteInstruction()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp1180 case Instruction::Ret: in WriteInstruction()