Home
last modified time | relevance | path

Searched refs:constMethod (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp27 bool constMethod() const;
383 Obj->constMethod(); in PositiveMethodCallNonConstPointerNotModified()
440 orig.constMethod(); in PositiveLocalCopyConstMethodInvoked()
449 orig.constMethod(); in PositiveLocalCopyUsingExplicitCopyCtor()
478 orig.constMethod(); in PositiveLocalCopyTwice()
551 copy.constMethod(); in WarningOnlyMultiDeclStmt()
628 Copy.constMethod(); in positiveFakeStdFunction()
662 Orig.constMethod(); in positiveCopiedFromReferenceToConstVar()
698 Orig.constMethod(); in positiveCopiedFromGetterOfReferenceToConstVar()
792 C.constMethod(); in negativeStructuredBinding()
[all …]
H A Dunnecessary-copy-initialization-excluded-container-types.cpp19 void constMethod() const;
36 O.constMethod(); in positiveViewType()
43 O.constMethod(); in excludedViewTypeInNamespace()
50 O.constMethod(); in excludedViewTypeAliased()
54 P.constMethod(); in excludedViewTypeAliased()
60 E.constMethod(); in excludedConstIncorrectType()
66 E.constMethod(); in excludedConstIncorrectTypeOperator()
71 E.constMethod(); in excludedConstIncorrectTypeAsPointer()
76 E.constMethod(); in excludedConstIncorrectTypeAsPointerOperator()
81 E.constMethod(); in excludedConstIncorrectTypeAsReference()
[all …]
H A Dunnecessary-copy-initialization-allowed-types.cpp37 void constMethod() const;
93 O.constMethod(); in positiveOtherType()
H A Dfor-range-copy.cpp114 bool constMethod() const { in constMethod() function
213 M.constMethod(); in positiveOnlyConstMethodInvoked()
H A Dunnecessary-value-param.cpp46 void constMethod() const;
249 M.constMethod(); in NegativeMoveOnlyTypePassedByValue()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-transform-values.cpp58 double constMethod() const {} in constMethod() function
75 p_local0.constMethod(); in direct_class_access()
82 p_local0[0].constMethod(); in class_access_array()
H A Dconst-correctness-values.cpp290 double constMethod() const {} in constMethod() function
306 np_local0.constMethod(); in direct_class_access()
312 p_local0.constMethod(); in direct_class_access()
346 np_local0[0].constMethod(); in class_access_array()
347 np_local0[1].constMethod(); in class_access_array()
353 p_local0[0].constMethod(); in class_access_array()
354 np_local0[1].constMethod(); in class_access_array()