Home
last modified time | relevance | path

Searched defs:isValidCIdentifier (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/Common/
DStrings.cpp78 bool lld::isValidCIdentifier(StringRef s) { in isValidCIdentifier() function in lld
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp709 static bool isValidCIdentifier(StringRef S) { in isValidCIdentifier() function