/external/valgrind/VEX/priv/ |
H A D | host_generic_regs.h | 407 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 D | host_generic_regs.c | 314 void ppRetLoc ( RetLoc ska )
|
H A D | host_amd64_defs.h | 478 RetLoc rloc; /* where the return value will be */ 733 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc );
|
H A D | host_s390_defs.h | 371 RetLoc rloc; /* where the return value will be */ 654 const HChar *name, RetLoc rloc);
|
H A D | host_x86_defs.h | 456 RetLoc rloc; /* where the return value will be */ 671 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
|
H A D | host_mips_defs.h | 452 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 D | host_arm64_defs.h | 637 RetLoc rloc; /* where the return value will be */ 904 RetLoc rloc );
|
H A D | host_arm_defs.h | 732 RetLoc rloc; /* where the return value will be */ 983 RetLoc rloc );
|
H A D | host_tilegx_defs.h | 408 RetLoc rloc; /* where the return value saved. */
|
H A D | host_ppc_defs.h | 617 RetLoc rloc; /* where the return value will be */ 1009 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt, RetLoc );
|
H A D | host_x86_isel.c | 383 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 D | host_mips_isel.c | 395 /*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 D | host_s390_isel.c | 512 /*OUT*/RetLoc *retloc, 1823 RetLoc rloc = mk_RetLoc_INVALID(); 3809 RetLoc rloc = mk_RetLoc_INVALID();
|
H A D | host_arm64_isel.c | 477 /*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 D | host_amd64_isel.c | 429 /*OUT*/RetLoc* retloc, 1828 RetLoc rloc = mk_RetLoc_INVALID(); 2379 RetLoc rloc = mk_RetLoc_INVALID(); 4609 RetLoc rloc = mk_RetLoc_INVALID();
|
H A D | host_ppc_isel.c | 718 /*OUT*/RetLoc* retloc, 2404 RetLoc rloc = mk_RetLoc_INVALID(); 5853 RetLoc rloc = mk_RetLoc_INVALID();
|
H A D | host_mips_defs.c | 870 HReg src, RetLoc rloc ) 889 UInt argiregs, RetLoc rloc )
|
H A D | host_arm_isel.c | 381 /*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 D | host_amd64_defs.c | 678 RetLoc rloc ) {
|
H A D | host_x86_defs.c | 641 RetLoc rloc ) {
|
H A D | host_arm64_defs.c | 960 RetLoc rloc ) {
|
H A D | host_arm_defs.c | 1219 RetLoc rloc ) {
|
H A D | host_ppc_defs.c | 792 Addr64 target, UInt argiregs, RetLoc rloc ) {
|
/external/clang/include/clang/AST/ |
H A D | Stmt.h | 1345 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 D | BugReporterVisitors.cpp | 216 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>()) 217 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();
|