Searched defs:retType (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dbuilder.cpp41 Builder::MakeFunctionDefinition(Instruction *retType, FunctionControl ctrl, argument
43 FunctionInst *func = MakeFunction(retType, ctrl, funcType);
H A Dmodule.cpp323 TypeFunctionInst *Module::getFunctionType(Instruction *retType, argument
326 return getGlobalSection()->getFunctionType(retType, argType, numArg);
330 Module::getFunctionType(Instruction *retType, argument
332 return getGlobalSection()->getFunctionType(retType, argTypes.data(),
837 TypeFunctionInst *GlobalSection::getFunctionType(Instruction *retType,
842 if (type->mOperand1.mInstruction != retType ||
854 TypeFunctionInst *funcTy = mBuilder->MakeTypeFunction(retType);
/frameworks/rs/script_api/
H A DSpecification.cpp533 std::string* retType, int* lineNumber) const {
534 *retType = expandString(mReturn->type, replacementIndexes);
742 string retType; local
744 spec->getReturn(replacementIndexes, &retType, &lineNumber);
745 if (!retType.empty()) {
747 mReturn->parseParameterDefinition(retType, "", "", lineNumber, true, scanner);
532 getReturn(int replacementIndexes[MAX_REPLACEABLES], std::string* retType, int* lineNumber) const argument

Completed in 74 milliseconds