Searched defs:isNotDuplicable (Results 1 – 6 of 6) sorted by relevance
381 bool isNotDuplicable() const { in isNotDuplicable() function
282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } in isNotDuplicable() function
238 bool isNotDuplicable; variable
324 bool isNotDuplicable() const { return Flags & (1ULL << MCID::NotDuplicable); } in isNotDuplicable() function
250 bool isNotDuplicable : 1; variable
247 bool isNotDuplicable : 1; variable