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/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
...]
/external/clang/include/clang/AST/
Stmt.h
[
all
...]
Completed in 4070 milliseconds