Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DDemangle.cpp50 db.tag_templates = true; in isCtorOrDtor()
59 db.tag_templates = false; in isCtorOrDtor()
/frameworks/compile/mclinker/include/mcld/Support/
DCXADemangle.tcc3840 if (db.tag_templates) in parse_template_args()
3846 if (db.tag_templates) in parse_template_args()
3851 if (db.tag_templates) in parse_template_args()
3855 if (db.tag_templates) in parse_template_args()
4484 save_value<decltype(db.tag_templates)> sb(db.tag_templates); in parse_encoding()
4486 db.tag_templates = true; in parse_encoding()
4504 save_value<bool> sb2(db.tag_templates); in parse_encoding()
4505 db.tag_templates = false; in parse_encoding()
4891 bool tag_templates; member
4922 db.tag_templates = true; in __cxa_demangle()
[all …]