Searched refs:dec_a (Results 1 – 5 of 5) sorted by relevance
35 const auto& dec_a = _.id_decorations(a->id()); in DoPointeesLogicallyMatch() local38 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in DoPointeesLogicallyMatch()
1115 const auto& dec_a = id_decorations(lhs->id()); in LogicallyMatch() local1119 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
1113 const auto& dec_a = id_decorations(lhs->id()); in LogicallyMatch() local1117 if (std::find(dec_a.begin(), dec_a.end(), dec) == dec_a.end()) { in LogicallyMatch()
209 void dec_a() { in dec_a() function