Searched defs:isUpper (Results 1 – 5 of 5) sorted by relevance
50 TEST(StringExtrasTest, isUpper) { in TEST() argument [all...]
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
1588 getBoundForAffineExpr(AffineExpr expr,unsigned numDims,unsigned numSymbols,ArrayRef<std::optional<int64_t>> constLowerBounds,ArrayRef<std::optional<int64_t>> constUpperBounds,bool isUpper) getBoundForAffineExpr() argument [all...]
553 bool isUpper = (Obj->getAnyRelocationLength(RE) & 0x1) == 1; in getMachORelocationValueString() local