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

/macosx-10.10/objc4-646/runtime/
H A Dobjc-object.h44 # define TAG_MASK (1ULL<<63) macro
49 # define TAG_MASK 1 macro
215 return ((uintptr_t)this & TAG_MASK);
672 return ((uintptr_t)this & TAG_MASK);
H A Dobjc-runtime-new.mm6906 uintptr_t objc_debug_taggedpointer_mask = TAG_MASK;
/macosx-10.10/ruby-106/ruby/
H A Deval_error.c247 switch (ex & TAG_MASK) {
H A Deval_intern.h143 #define TAG_MASK RUBY_TAG_MASK macro
/macosx-10.10/vim-55/src/
H A Dif_ruby.c825 #define TAG_MASK 0xf macro

Completed in 91 milliseconds