Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1055 static inline bool IsExponentPart(char c) { in IsExponentPart() function
1075 while (!IsExponentPart(*Ptr)) ++Ptr; in GetFixedPointValue()