Searched defs:simple_c_identifier_allowed_chars (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp60 static const std::string simple_c_identifier_allowed_chars = member in namespace:__anon1404
68 return (pName.find_first_not_of(simple_c_identifier_allowed_chars) ==

Completed in 77 milliseconds