Searched refs:IgnoreTKR (Results 1 – 4 of 4) sorted by relevance
1176 "DIR$ IGNORE_TKR" >> optionalList(construct<CompilerDirective::IgnoreTKR>(
1760 [&](const std::list<CompilerDirective::IgnoreTKR> &tkr) { in Unparse()1771 void Unparse(const CompilerDirective::IgnoreTKR &x) { in Unparse()
3216 struct IgnoreTKR { struct3217 TUPLE_CLASS_BOILERPLATE(IgnoreTKR);3225 std::variant<std::list<IgnoreTKR>, std::list<NameValue>> u;
185 NODE(CompilerDirective, IgnoreTKR) in NODE()