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

12

/external/valgrind/VEX/priv/
H A Dhost_generic_regs.h407 RetLoc; typedef in typeref:struct:__anon18122
409 extern void ppRetLoc ( RetLoc rloc );
411 static inline RetLoc mk_RetLoc_simple ( RetLocPrimary pri ) {
413 return (RetLoc){pri, 0};
416 static inline RetLoc mk_RetLoc_spRel ( RetLocPrimary pri, Int off ) {
418 return (RetLoc){pri, off};
421 static inline Bool is_sane_RetLoc ( RetLoc rloc ) {
432 static inline RetLoc mk_RetLoc_INVALID ( void ) {
433 return (RetLoc){RLPri_INVALID, 0};
436 static inline Bool is_RetLoc_INVALID ( RetLoc r
[all...]
H A Dhost_generic_regs.c314 void ppRetLoc ( RetLoc ska )
H A Dhost_amd64_defs.h478 RetLoc rloc; /* where the return value will be */
733 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc );
H A Dhost_s390_defs.h371 RetLoc rloc; /* where the return value will be */
654 const HChar *name, RetLoc rloc);
H A Dhost_x86_defs.h456 RetLoc rloc; /* where the return value will be */
671 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
H A Dhost_mips_defs.h452 RetLoc rloc; /* where the return value will be */
635 extern MIPSInstr *MIPSInstr_Call ( MIPSCondCode, Addr64, UInt, HReg, RetLoc );
636 extern MIPSInstr *MIPSInstr_CallAlways ( MIPSCondCode, Addr64, UInt, RetLoc );
H A Dhost_arm64_defs.h637 RetLoc rloc; /* where the return value will be */
904 RetLoc rloc );
H A Dhost_arm_defs.h732 RetLoc rloc; /* where the return value will be */
983 RetLoc rloc );
H A Dhost_tilegx_defs.h408 RetLoc rloc; /* where the return value saved. */
H A Dhost_ppc_defs.h617 RetLoc rloc; /* where the return value will be */
1009 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.c395 /*OUT*/RetLoc* retloc,
1338 RetLoc rloc = mk_RetLoc_INVALID();
1749 RetLoc rloc = mk_RetLoc_INVALID();
1844 the RetLoc if more return types are allowed in future. */
1850 RetLoc rloc = mk_RetLoc_INVALID();
3832 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_s390_isel.c512 /*OUT*/RetLoc *retloc,
1823 RetLoc rloc = mk_RetLoc_INVALID();
3809 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_arm64_isel.c477 /*OUT*/RetLoc* retloc,
1997 the RetLoc if more types are allowed in future. */
2003 RetLoc rloc = mk_RetLoc_INVALID();
3724 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_amd64_isel.c429 /*OUT*/RetLoc* retloc,
1828 RetLoc rloc = mk_RetLoc_INVALID();
2379 RetLoc rloc = mk_RetLoc_INVALID();
4609 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_ppc_isel.c718 /*OUT*/RetLoc* retloc,
2404 RetLoc rloc = mk_RetLoc_INVALID();
5853 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_mips_defs.c870 HReg src, RetLoc rloc )
889 UInt argiregs, RetLoc rloc )
H A Dhost_arm_isel.c381 /*OUT*/RetLoc* retloc,
1843 the RetLoc if more types are allowed in future. */
1849 RetLoc rloc = mk_RetLoc_INVALID();
5989 RetLoc rloc = mk_RetLoc_INVALID();
H A Dhost_amd64_defs.c678 RetLoc rloc ) {
H A Dhost_x86_defs.c641 RetLoc rloc ) {
H A Dhost_arm64_defs.c960 RetLoc rloc ) {
H A Dhost_arm_defs.c1219 RetLoc rloc ) {
H A Dhost_ppc_defs.c792 Addr64 target, UInt argiregs, RetLoc rloc ) {
/external/clang/include/clang/AST/
H A DStmt.h1345 SourceLocation RetLoc; member in class:clang::ReturnStmt
1353 : Stmt(ReturnStmtClass), RetLoc(RL), RetExpr((Stmt *)E),
1363 SourceLocation getReturnLoc() const { return RetLoc; }
1364 void setReturnLoc(SourceLocation L) { RetLoc = L; }
1374 SourceLocation getLocStart() const LLVM_READONLY { return RetLoc; }
1376 return RetExpr ? RetExpr->getLocEnd() : RetLoc;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp216 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
217 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();

Completed in 309 milliseconds

12