Lines Matching refs:match_flags
813 int match_flags = mflags;
814 bool search_superc = ((match_flags & SEARCH_SUPERCLASSES) != 0);
815 bool search_intfc = ((match_flags & SEARCH_INTERFACES) != 0);
825 match_flags &= ~(IS_FIELD | IS_TYPE);
827 match_flags &= ~(IS_CONSTRUCTOR | IS_METHOD);
830 if ((match_flags & IS_TYPE) != 0) {
834 if ((match_flags & IS_FIELD) != 0) {
855 match_flags = 0; break; // got tired of looking at overflow
860 if ((match_flags & (IS_METHOD | IS_CONSTRUCTOR)) != 0) {
867 if (!(match_flags & IS_METHOD)) {
874 } else if (!(match_flags & IS_CONSTRUCTOR)) {
905 match_flags = 0; break; // got tired of looking at overflow