Home
last modified time | relevance | path

Searched refs:IsExponentPart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1545 static inline bool IsExponentPart(char c, bool isHex) { in IsExponentPart() function
1567 while (!IsExponentPart(*Ptr, radix == 16)) in GetFixedPointValue()