Home
last modified time | relevance | path

Searched defs:USE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-operands.h67 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V) argument
70 #define USE_STMT(USE) (USE)->loc.stmt argument
89 #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE) argument
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-operands.h77 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V) argument
80 #define USE_STMT(USE) (USE)->loc.stmt argument
100 #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE) argument
/dragonfly/games/battlestar/
H A Dextern.h141 #define USE 1007 macro
/dragonfly/contrib/tcsh-6/
H A Dsh.h138 #define USE(a) (void) (a) macro