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