/external/clang/test/ARCMT/ |
check-api.m | 6 - (void)getReturnValue:(void *)retLoc; 7 - (void)setReturnValue:(void *)retLoc;
|
/external/valgrind/VEX/priv/ |
host_generic_regs.h | 407 RetLoc; 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 rl ) [all...] |
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 );
|
host_mips_isel.c | 389 call is unconditional. |retloc| is set to indicate where the 395 /*OUT*/RetLoc* retloc, 410 *retloc = mk_RetLoc_INVALID(); 616 vassert(is_RetLoc_INVALID(*retloc)); 620 *retloc = mk_RetLoc_simple(RLPri_None); 623 *retloc = mk_RetLoc_simple(mode64 ? RLPri_Int : RLPri_2Int); 626 *retloc = mk_RetLoc_simple(RLPri_Int); 630 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 635 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0) [all...] |
host_x86_isel.c | 383 RetLoc rloc ) 422 call is unconditional. |retloc| is set to indicate where the 429 /*OUT*/RetLoc* retloc, 443 *retloc = mk_RetLoc_INVALID(); 657 vassert(is_RetLoc_INVALID(*retloc)); 661 *retloc = mk_RetLoc_simple(RLPri_None); 664 *retloc = mk_RetLoc_simple(RLPri_2Int); 667 *retloc = mk_RetLoc_simple(RLPri_Int); 670 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0) [all...] |
host_arm64_isel.c | 469 call is unconditional. |retloc| is set to indicate where the 477 /*OUT*/RetLoc* retloc, 493 *retloc = mk_RetLoc_INVALID(); 739 vassert(is_RetLoc_INVALID(*retloc)); 743 *retloc = mk_RetLoc_simple(RLPri_None); 746 *retloc = mk_RetLoc_simple(RLPri_Int); 749 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 754 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0); 763 /* Finally, generate the call itself. This needs the *retloc valu [all...] |
host_amd64_defs.h | 478 RetLoc rloc; /* where the return value will be */ 733 extern AMD64Instr* AMD64Instr_Call ( AMD64CondCode, Addr64, Int, RetLoc );
|
host_arm64_defs.h | 637 RetLoc rloc; /* where the return value will be */ 904 RetLoc rloc ); [all...] |
host_s390_defs.h | 371 RetLoc rloc; /* where the return value will be */ 654 const HChar *name, RetLoc rloc);
|
host_x86_defs.h | 456 RetLoc rloc; /* where the return value will be */ 671 extern X86Instr* X86Instr_Call ( X86CondCode, Addr32, Int, RetLoc );
|
host_amd64_isel.c | 422 call is unconditional. |retloc| is set to indicate where the 429 /*OUT*/RetLoc* retloc, 442 *retloc = mk_RetLoc_INVALID(); 667 vassert(is_RetLoc_INVALID(*retloc)); 671 *retloc = mk_RetLoc_simple(RLPri_None); 674 *retloc = mk_RetLoc_simple(RLPri_Int); 677 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 681 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0); 690 /* Finally, generate the call itself. This needs the *retloc valu [all...] |
host_s390_isel.c | 512 /*OUT*/RetLoc *retloc, 523 *retloc = mk_RetLoc_INVALID(); 619 vassert(is_RetLoc_INVALID(*retloc)); 623 *retloc = mk_RetLoc_simple(RLPri_None); 626 *retloc = mk_RetLoc_simple(RLPri_Int); 639 callee->name, *retloc)); [all...] |
host_arm_isel.c | 373 call is unconditional. |retloc| is set to indicate where the 381 /*OUT*/RetLoc* retloc, 397 *retloc = mk_RetLoc_INVALID(); 654 vassert(is_RetLoc_INVALID(*retloc)); 658 *retloc = mk_RetLoc_simple(RLPri_None); 661 *retloc = mk_RetLoc_simple(RLPri_2Int); 664 *retloc = mk_RetLoc_simple(RLPri_Int); 668 *retloc = mk_RetLoc_spRel(RLPri_V128SpRel, 0); 673 *retloc = mk_RetLoc_spRel(RLPri_V256SpRel, 0) [all...] |
host_generic_regs.c | 314 void ppRetLoc ( RetLoc ska )
|
host_arm_defs.h | 732 RetLoc rloc; /* where the return value will be */ 983 RetLoc rloc ); [all...] |
host_ppc_defs.h | 617 RetLoc rloc; /* where the return value will be */ 1009 extern PPCInstr* PPCInstr_Call ( PPCCondCode, Addr64, UInt, RetLoc ); [all...] |
host_ppc_isel.c | 711 call is unconditional. |retloc| is set to indicate where the 718 /*OUT*/RetLoc* retloc, 734 *retloc = mk_RetLoc_INVALID(); [all...] |
host_tilegx_defs.h | 408 RetLoc rloc; /* where the return value saved. */
|
host_mips_defs.c | 870 HReg src, RetLoc rloc ) 889 UInt argiregs, RetLoc rloc ) [all...] |
host_x86_defs.c | 641 RetLoc rloc ) { [all...] |
/external/clang/test/CodeGenCXX/ |
debug-info-class.cpp | 92 // CHECK: store i32 0, i32* %{{.+}}, !dbg ![[RETLOC:.*]] 152 // CHECK: ![[RETLOC]] = !DILocation(line: 83,
|
/external/dbus/bus/ |
config-parser.c | 552 const char **retloc; member in struct:__anon10132 567 const char **retloc; local 581 attrs[0].retloc = first_attribute_retloc; 587 retloc = va_arg (args, const char**); 591 _dbus_assert (retloc != NULL); 595 attrs[n_attrs].retloc = retloc; 597 *retloc = NULL; 600 retloc = va_arg (args, const char**); 617 retloc = attrs[j].retloc [all...] |
/external/clang/include/clang/AST/ |
Stmt.h | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsgtst.c | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 216 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>()) 217 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); [all...] |