Searched refs:constness (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 144 ) 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 D | make-member-function-const.rst | 10 `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 D | non-const-parameter.rst | 18 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 D | argument-comment-gmock.cpp | 49 #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 D | appending-global-err2.ll | 5 ; different constness cannot be linked.
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cstyle-cast.cpp | 198 void constness() in constness() function
|
| H A D | reinterpret-cast.cpp | 59 void constness() in constness() function
|
| H A D | functional-cast.cpp | 261 void constness() in constness() function
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | no-automatic-move.rst | 6 Finds local variables that cannot be automatically moved due to constness.
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nonnull-global-constants.mm | 73 // Note that constness could be either inside
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-type-conversion.mm | 60 // 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 D | const-correctness.rst | 64 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 D | loop-convert-basic.cpp | 659 void constness() { in constness() function
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | UsageOfConst.md | 211 `ConstOpPointer<DimOp>` to preserve this constness.
|