Searched refs:is_const_id (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c117 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST) macro
17114 return is_const_id(id);
H A Dripper.y57 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
10528 return is_const_id(id);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c117 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST) macro
17024 return is_const_id(id);
H A Dparse.y57 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
10528 return is_const_id(id);

Completed in 216 milliseconds