Searched defs:isUpper (Results 1 – 3 of 3) sorted by relevance
114 inline bool isUpper(char C) { return 'A' <= C && C <= 'Z'; } in isUpper() function
178 static inline bool isUpper(const char C) { return 'A' <= C && C <= 'Z'; } in isUpper() function
553 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString() local