Searched refs:is_upper (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/opcodes/
H A Dm68k-dis.c1182 short is_upper = 0;
1187 is_upper = 1;
1192 is_upper ? "u" : "l");
1180 short is_upper = 0; local
/haiku-buildtools/binutils/opcodes/
H A Dm68k-dis.c1299 short is_upper = 0;
1305 is_upper = 1;
1310 is_upper ? "u" : "l");
1297 short is_upper = 0; local
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexpr.c1872 build_chill_lower_or_upper (what, is_upper)
1874 int is_upper; /* o -> LOWER; 1 -> UPPER */
1890 if (is_upper)
1903 tree val = is_upper ? TYPE_MAX_VALUE (type) : TYPE_MIN_VALUE (type);
1922 is_upper
1926 if (is_upper)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c2235 boolean is_upper = STREQ (str, "upper");
2259 if (translate && (is_upper || is_lower)
2277 boolean is_upper = STREQ (str, "upper");
2305 || (is_upper && ISUPPER (ch))
2308 if ( translate && (is_upper || is_lower)
2222 boolean is_upper = STREQ (str, "upper"); local
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c3234 boolean is_upper = STREQ (str, "upper");
3258 if (translate && (is_upper || is_lower)
3276 boolean is_upper = STREQ (str, "upper");
3304 || (is_upper && ISUPPER (ch))
3307 if ( translate && (is_upper || is_lower)
3221 boolean is_upper = STREQ (str, "upper"); local
/haiku-buildtools/gcc/libiberty/
H A Dregex.c3236 boolean is_upper = STREQ (str, "upper");
3260 if (translate && (is_upper || is_lower)
3278 boolean is_upper = STREQ (str, "upper");
3306 || (is_upper && ISUPPER (ch))
3309 if ( translate && (is_upper || is_lower)
3223 boolean is_upper = STREQ (str, "upper"); local
/haiku-buildtools/binutils/libiberty/
H A Dregex.c3237 boolean is_upper = STREQ (str, "upper");
3261 if (translate && (is_upper || is_lower)
3279 boolean is_upper = STREQ (str, "upper");
3307 || (is_upper && ISUPPER (ch))
3310 if ( translate && (is_upper || is_lower)
3224 boolean is_upper = STREQ (str, "upper"); local

Completed in 116 milliseconds