OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RetLoc
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/priv/
host_generic_regs.h
278
RetLoc
;
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
rl )
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 295 milliseconds