Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/hidl/
Dhidl-gen_y.yy129 static const std::vector<std::string> cppKeywords({
161 if (std::find(cppKeywords.begin(), cppKeywords.end(), identifier) != cppKeywords.end()) {
/aosp_15_r20/out/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_static/gen/yacc/system/tools/hidl/
Dhidl-gen_y.cpp170 static const std::vector<std::string> cppKeywords({ in isValidIdentifier() local
202 if (std::find(cppKeywords.begin(), cppKeywords.end(), identifier) != cppKeywords.end()) { in isValidIdentifier()