Home
last modified time | relevance | path

Searched refs:nonConstMethod (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp26 void nonConstMethod();
42 void nonConstMethod();
56 void nonConstMethod();
375 Obj.nonConstMethod(); in NegativeMethodCallNonConstValueArgumentIsModified()
509 orig.nonConstMethod(); in NegativeLocalCopyOriginalIsModified()
653 Orig.nonConstMethod(); in negativeCopiedFromReferenceToModifiedVar()
670 Orig.nonConstMethod(); in negativeCopiedFromGetterOfReferenceToModifiedVar()
679 Orig.nonConstMethod(); in negativeAliasNonCanonicalPointerType()
689 Orig.nonConstMethod(); in negativeAliasTypedefedType()
747 Orig.nonConstMethod(); in negativeLoopedOverObjectIsModified()
[all …]
H A Dunnecessary-value-param-delayed.cpp7 void nonConstMethod();
126 Obj.nonConstMethod(); in negativeValueNonConstMethodIsCalled()
H A Dunnecessary-value-param.cpp9 void nonConstMethod();
166 Obj.nonConstMethod(); in negativeValueNonConstMethodIsCalled()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp289 double nonConstMethod() {} in nonConstMethod() function
307 np_local0.nonConstMethod(); in direct_class_access()
348 np_local0[1].nonConstMethod(); in class_access_array()
H A Dconst-correctness-transform-values.cpp57 double nonConstMethod() {} in nonConstMethod() function