Searched refs:RetLoc (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h278 RetLoc; typedef in typeref:struct:__anon31917
280 extern void ppRetLoc ( RetLoc rloc );
282 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
284 return (RetLoc){pri, 0};
287 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) {
289 return (RetLoc){pri, off};
292 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
303 static inline RetLoc mk_RetLoc_INVALID ( void ) {
304 return (RetLoc){RLPri_INVALID, 0};
307 static inline Bool is_RetLoc_INVALID ( RetLoc r
[all...]
H A Dhost_generic_regs.c225 void ppRetLoc ( RetLoc ska )
H A Dhost_mips_defs.h479 RetLoc rloc; /* where the return value will be */
653 extern MIPSInstr *MIPSInstr_Call ( MIPSCondCode, Addr64, UInt, HReg, RetLoc );
654 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
H A Dhost_amd64_defs.h476 RetLoc rloc; /* where the return value will be */
705 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc );
H A Dhost_arm64_defs.h737 RetLoc rloc; /* where the return value will be */
1052 RetLoc rloc );
H A Dhost_arm_defs.h729 RetLoc rloc; /* where the return value will be */
980 RetLoc rloc );
H A Dhost_s390_defs.h366 RetLoc rloc; /* where the return value will be */
649 const HChar *name, RetLoc rloc);
H A Dhost_x86_defs.h453 RetLoc rloc; /* where the return value will be */
668 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
H A Dhost_ppc_defs.h647 RetLoc rloc; /* where the return value will be */
1034 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt, RetLoc );
H A Dhost_x86_isel.c383 RetLoc rloc )
429 /*OUT*/RetLoc* retloc,
1467 the RetLoc if more return types are allowed in future. */
1473 RetLoc rloc = mk_RetLoc_INVALID();
1997 RetLoc rloc = mk_RetLoc_INVALID();
2846 RetLoc rloc = mk_RetLoc_INVALID();
4109 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_mips_isel.c394 /*OUT*/RetLoc* retloc,
1333 RetLoc rloc = mk_RetLoc_INVALID();
1744 RetLoc rloc = mk_RetLoc_INVALID();
1839 the RetLoc if more return types are allowed in future. */
1845 RetLoc rloc = mk_RetLoc_INVALID();
3823 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_arm64_isel.c508 /*OUT*/RetLoc* retloc,
2314 the RetLoc if more types are allowed in future. */
2320 RetLoc rloc = mk_RetLoc_INVALID();
6681 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_s390_isel.c474 /*OUT*/RetLoc *retloc,
1820 RetLoc rloc = mk_RetLoc_INVALID();
3768 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_amd64_isel.c430 /*OUT*/RetLoc* retloc,
1829 RetLoc rloc = mk_RetLoc_INVALID();
2380 RetLoc rloc = mk_RetLoc_INVALID();
4536 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_ppc_isel.c685 /*OUT*/RetLoc* retloc,
2324 RetLoc rloc = mk_RetLoc_INVALID();
5627 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_mips_defs.c1292 HReg src, RetLoc rloc )
1311 UInt argiregs, RetLoc rloc )
H A Dhost_arm_isel.c389 /*OUT*/RetLoc* retloc,
1832 the RetLoc if more types are allowed in future. */
1838 RetLoc rloc = mk_RetLoc_INVALID();
5973 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_amd64_defs.c697 RetLoc rloc ) {
H A Dhost_arm64_defs.c1458 RetLoc rloc ) {
H A Dhost_x86_defs.c642 RetLoc rloc ) {
H A Dhost_arm_defs.c1233 RetLoc rloc ) {
H A Dhost_ppc_defs.c872 Addr64 target, UInt argiregs, RetLoc rloc ) {
H A Dhost_s390_defs.c5656 const HChar *name, RetLoc rloc)
/external/clang/include/clang/AST/
H A DStmt.h1340 SourceLocation RetLoc; member in class:clang::ReturnStmt
1345 : Stmt(ReturnStmtClass), RetExpr(nullptr), RetLoc(RL),
1349 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL),
1359 SourceLocation getReturnLoc() const { return RetLoc; }
1360 void setReturnLoc(SourceLocation L) { RetLoc = L; }
1370 SourceLocation getLocStart() const LLVM_READONLY { return RetLoc; }
1372 return RetExpr ? RetExpr->getLocEnd() : RetLoc;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp221 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
222 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();

Completed in 3789 milliseconds