Searched refs:ID_CONST (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Did.h22 #define ID_CONST 0x05 macro
H A Dparse.c117 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
14994 case ID_CONST:
15008 case ID_GLOBAL: case ID_INSTANCE: case ID_CONST: case ID_CLASS:
15105 case ID_CONST:
15213 case ID_CONST: case ID_CLASS: case ID_JUNK:
16604 #define IDSET_ATTRSET_FOR_SYNTAX ((1U<<ID_LOCAL)|(1U<<ID_CONST))
16680 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
16856 id = ID_CONST;
16960 if (!!(str = rb_id2str(id_stem | ID_CONST))) break;
17152 return rb_str_symname_type(name, 0) == ID_CONST;
[all...]
H A Dparse.y57 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
8498 case ID_CONST:
8512 case ID_GLOBAL: case ID_INSTANCE: case ID_CONST: case ID_CLASS:
8609 case ID_CONST:
8717 case ID_CONST: case ID_CLASS: case ID_JUNK:
10108 #define IDSET_ATTRSET_FOR_SYNTAX ((1U<<ID_LOCAL)|(1U<<ID_CONST))
10184 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
10360 id = ID_CONST;
10464 if (!!(str = rb_id2str(id_stem | ID_CONST))) break;
10656 return rb_str_symname_type(name, 0) == ID_CONST;
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c117 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
15084 case ID_CONST:
15098 case ID_GLOBAL: case ID_INSTANCE: case ID_CONST: case ID_CLASS:
15195 case ID_CONST:
15303 case ID_CONST: case ID_CLASS: case ID_JUNK:
16694 #define IDSET_ATTRSET_FOR_SYNTAX ((1U<<ID_LOCAL)|(1U<<ID_CONST))
16770 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
16946 id = ID_CONST;
17050 if (!!(str = rb_id2str(id_stem | ID_CONST))) break;
17242 return rb_str_symname_type(name, 0) == ID_CONST;
[all...]
H A Dripper.y57 #define is_const_id(id) (is_notop_id(id)&&((id)&ID_SCOPE_MASK)==ID_CONST)
8498 case ID_CONST:
8512 case ID_GLOBAL: case ID_INSTANCE: case ID_CONST: case ID_CLASS:
8609 case ID_CONST:
8717 case ID_CONST: case ID_CLASS: case ID_JUNK:
10108 #define IDSET_ATTRSET_FOR_SYNTAX ((1U<<ID_LOCAL)|(1U<<ID_CONST))
10184 type = rb_enc_isupper(*m, enc) ? ID_CONST : ID_LOCAL;
10360 id = ID_CONST;
10464 if (!!(str = rb_id2str(id_stem | ID_CONST))) break;
10656 return rb_str_symname_type(name, 0) == ID_CONST;
[all...]

Completed in 227 milliseconds