Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc1475 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_conversion_expr() local
1476 db.try_to_parse_template_args = false; in parse_conversion_expr()
1478 db.try_to_parse_template_args = try_to_parse_template_args; in parse_conversion_expr()
2100 if (db.try_to_parse_template_args && k1 == k0+1) in parse_type()
2362 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_operator_name() local
2363 db.try_to_parse_template_args = false; in parse_operator_name()
2365 db.try_to_parse_template_args = try_to_parse_template_args; in parse_operator_name()
4893 bool try_to_parse_template_args; member
4925 db.try_to_parse_template_args = true; in __cxa_demangle()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
H A DItaniumDemangle.cpp1302 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_conversion_expr() local
1303 db.try_to_parse_template_args = false; in parse_conversion_expr()
1305 db.try_to_parse_template_args = try_to_parse_template_args; in parse_conversion_expr()
1827 if (db.try_to_parse_template_args && k1 == k0 + 1) { in parse_type()
2060 bool try_to_parse_template_args = db.try_to_parse_template_args; in parse_operator_name() local
2061 db.try_to_parse_template_args = false; in parse_operator_name()
2063 db.try_to_parse_template_args = try_to_parse_template_args; in parse_operator_name()
4215 bool try_to_parse_template_args = true; member
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/
DDemangle.cpp53 db.try_to_parse_template_args = true; in isCtorOrDtor()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv30210 …/libcxxabi,[email protected],[demangler] Respect try_to_parse_template_args