Searched defs:RetVal (Results 1 - 2 of 2) sorted by path

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

Completed in 64 milliseconds