Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp669 std::vector<OperandBundleDef> Rval; in getStatepointBundles() local
671 Rval.emplace_back("deopt", SmallVector<Value *, 16>(*DeoptArgs)); in getStatepointBundles()
673 Rval.emplace_back("gc-transition", in getStatepointBundles()
676 Rval.emplace_back("gc-live", SmallVector<Value *, 16>(GCArgs)); in getStatepointBundles()
677 return Rval; in getStatepointBundles()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1464 Return(SExpr* Rval) : Terminator(COP_Return), Retval(Rval) {} in Return() argument
1465 Return(const Return &R, SExpr* Rval) : Terminator(R), Retval(Rval) {} in Return() argument