Home
last modified time | relevance | path

Searched refs:constness (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h144 ) constness { \
149 gmock_##Method() constness { \
170 return GMOCK_MOCKER_(1, constness, \
197 return GMOCK_MOCKER_(2, constness, \
228 return GMOCK_MOCKER_(3, constness, \
263 return GMOCK_MOCKER_(4, constness, \
302 return GMOCK_MOCKER_(5, constness, \
345 return GMOCK_MOCKER_(6, constness, \
391 return GMOCK_MOCKER_(7, constness, \
441 return GMOCK_MOCKER_(8, constness, \
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmake-member-function-const.rst10 `logical constness <https://isocpp.org/wiki/faq/const-correctness#logical-vs-physical-state>`_
11 (not physical constness).
23 ways where logical constness and physical constness coincide:
29 that allows to modify the pointee which might not preserve logical constness.
H A Dnon-const-parameter.rst18 This check is not strict about constness, it only warns when the constness will
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dargument-comment-gmock.cpp49 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument
53 GMOCK_ARG_(tn, 2, __VA_ARGS__) gmock_a2) constness; \
56 GMOCK_MATCHER_(tn, 2, __VA_ARGS__) gmock_a2) constness
/llvm-project-15.0.7/llvm/test/Linker/
H A Dappending-global-err2.ll5 ; different constness cannot be linked.
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcstyle-cast.cpp198 void constness() in constness() function
H A Dreinterpret-cast.cpp59 void constness() in constness() function
H A Dfunctional-cast.cpp261 void constness() in constness() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/
H A Dno-automatic-move.rst6 Finds local variables that cannot be automatically moved due to constness.
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnonnull-global-constants.mm73 // Note that constness could be either inside
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-type-conversion.mm60 // It's acceptable to cast away constness.
72 // Not allowed to cast away constness
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst64 Pointees can not be analyzed for constness yet. The following code shows this limitation.
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-basic.cpp659 void constness() { in constness() function
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DUsageOfConst.md211 `ConstOpPointer<DimOp>` to preserve this constness.