Lines Matching defs:C
170 static inline bool isDigit(const char C) { return '0' <= C && C <= '9'; } in isDigit()
172 static inline bool isHexDigit(const char C) { in isHexDigit()
176 static inline bool isLower(const char C) { return 'a' <= C && C <= 'z'; } in isLower()
178 static inline bool isUpper(const char C) { return 'A' <= C && C <= 'Z'; } in isUpper()
181 static inline bool isValid(const char C) { in isValid()
386 static bool parseBasicType(char C, BasicType &Type) { in parseBasicType()
544 char C = consume(); in demangleType() local
638 for (char C : Ident.Name) { in demangleFnSig() local
732 char C = consume(); in demangleConst() local
834 char C = CodePoint; in demangleConstChar() local
901 char C = consume(); in parseBase62Number() local
934 char C = look(); in parseDecimalNumber() local
979 char C = consume(); in parseHexNumber() local
1001 void Demangler::print(char C) { in print()
1039 char C = 'a' + Depth; in printLifetime() local
1047 static inline bool decodePunycodeDigit(char C, size_t &Value) { in decodePunycodeDigit()
1118 char C = Input[InputIdx]; in decodePunycode() local
1158 char C = Input[InputIdx++]; in decodePunycode() local