Searched refs:is_identifier_keyword (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/host/abigen/
H A Dgenerator.cpp16 bool is_identifier_keyword(const string& iden);
180 if (!a.empty() && !is_identifier_keyword(a)) {
H A Dsyscall_parser.cpp16 bool is_identifier_keyword(const string& iden) { function
32 if (is_identifier_keyword(iden)) {

Completed in 30 milliseconds