Home
last modified time | relevance | path

Searched defs:RetValue (Results 1 – 9 of 9) sorted by relevance

/external/curl/docs/examples/
Dsynctime.c266 int RetValue; in main() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h60 void endFunctionWithRet(Function *Func, Value *RetValue) { in endFunctionWithRet()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp530 SDValue RetValue = Chain.getValue(0); in LowerCallResult() local
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp367 SDValue RetValue = Chain.getValue(0); in LowerCallResult() local
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp474 InstRet::InstRet(Cfg *Func, Operand *RetValue) in InstRet()
DIceTargetLoweringMIPS32.cpp1804 Variable *RetValue = nullptr; in addEpilog() local
6230 void TargetMIPS32::Sandboxer::ret(Variable *RetAddr, Variable *RetValue) { in ret()
DIceTargetLoweringARM32.cpp1752 Variable *RetValue = nullptr; in addEpilog() local
6948 void TargetARM32::Sandboxer::ret(Variable *RetAddr, Variable *RetValue) { in ret()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1200 SDValue RetValue = DAG.getCopyFromReg(Chain, DL, VA.getLocReg(), in LowerCall() local
1260 SDValue RetValue = OutVals[I]; in LowerReturn() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5317 if (const auto *RetValue = Node.getRetValue()) in AST_MATCHER_P() local