Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp60 static const std::string simple_c_identifier_allowed_chars = variable
68 return (pName.find_first_not_of(simple_c_identifier_allowed_chars) == in isCIdentifier()