Home
last modified time | relevance | path

Searched refs:RetVal (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1086 llvm::Value *RetVal = Builder.CreateCall(Function, RootArgs); in ExpandForEach() local
1089 RetVal->setName("call.result"); in ExpandForEach()
1090 llvm::StoreInst *Store = Builder.CreateStore(RetVal, OutPtr); in ExpandForEach()
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1493 clang::Expr* RetVal = RS->getRetValue(); in CreateRetStmtWithTempVar() local
1494 const clang::QualType RetTy = RetVal->getType(); in CreateRetStmtWithTempVar()
1495 clang::DeclRefExpr *DRE = CreateGuard(C, DC, RetVal, in CreateRetStmtWithTempVar()