Searched defs:isNotDuplicable (Results 1 – 5 of 5) sorted by relevance
282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
247 bool isNotDuplicable : 1; variable
339 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
354 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
265 bool isNotDuplicable : 1; variable