Lines Matching full:performance
167 clang-analyzer-optin.performance.GCDAntipattern,
168 clang-analyzer-optin.performance.Padding,
283 performance-avoid-endl,
284 performance-faster-string-find,
285 performance-for-range-copy,
286 performance-implicit-conversion-in-loop,
287 performance-inefficient-algorithm,
288 performance-inefficient-string-concatenation,
289 performance-inefficient-vector-operation,
290 performance-move-const-arg,
291 performance-move-constructor-init,
292 performance-no-automatic-move,
293 performance-no-int-to-ptr,
294 performance-noexcept-destructor,
295 performance-noexcept-move-constructor,
296 performance-noexcept-swap,
297 performance-trivially-destructible,
298 performance-type-promotion-in-math-fn,
299 performance-unnecessary-copy-initialization,
300 performance-unnecessary-value-param,