Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp26 void nonConstMethod();
47 void nonConstMethod();
65 void nonConstMethod();
386 NonConstInvoked.nonConstMethod(); in PositiveMethodCallNonConstRefNotModified()
428 Obj.nonConstMethod(); in PositiveLocalVarIsNotModified()
556 neg_copy_1.nonConstMethod();
562 orig.nonConstMethod(); in NegativeLocalCopyNonConstInForLoop()
589 orig.nonConstMethod()) {
706 Orig.nonConstMethod(); in negativeAliasNonCanonicalPointerType()
723 Orig.nonConstMethod(); in positiveCopiedFromGetterOfReferenceToConstVar()
[all...]
H A Dunnecessary-value-param-delayed.cpp7 void nonConstMethod();
127 Obj.nonConstMethod(); in negativeValueNonConstMethodIsCalled()
H A Dunnecessary-value-param.cpp34 void nonConstMethod();
178 Obj.nonConstMethod();
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp286 double nonConstMethod() {}
304 np_local0.nonConstMethod(); in direct_class_access()
345 np_local0[1].nonConstMethod();
277 double nonConstMethod() {} nonConstMethod() function
H A Dconst-correctness-transform-values.cpp57 double nonConstMethod() {} in nonConstMethod() function