Home
last modified time | relevance | path

Searched refs:isUserProvided (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/devel/clazy/clazy-1.5/src/checks/level2/
H A Drule-of-three.cpp75 const bool hasUserCopyCtor = copyCtor && copyCtor->isUserProvided(); in VisitDecl()
76 const bool hasUserCopyAssign = copyAssign && copyAssign->isUserProvided(); in VisitDecl()
77 const bool hasUserDtor = destructor && destructor->isUserProvided(); in VisitDecl()
/dports/science/axom/axom-0.6.1/src/axom/inlet/tests/
H A Dinlet_object.cpp928 EXPECT_FALSE(field.isUserProvided()); in TYPED_TEST()
929 EXPECT_FALSE(inlet.isUserProvided("foo")); in TYPED_TEST()
952 EXPECT_FALSE(foo_container.isUserProvided()); in TYPED_TEST()
953 EXPECT_FALSE(inlet.isUserProvided("foo")); in TYPED_TEST()
977 EXPECT_FALSE(foo_container.isUserProvided()); in TYPED_TEST()
978 EXPECT_FALSE(inlet.isUserProvided("foo")); in TYPED_TEST()
1004 EXPECT_TRUE(foo_container.isUserProvided()); in TYPED_TEST()
1005 EXPECT_TRUE(inlet.isUserProvided("foo")); in TYPED_TEST()
1011 EXPECT_TRUE(inlet.isUserProvided("foo/bar")); in TYPED_TEST()
1016 EXPECT_FALSE(inlet.isUserProvided("foo/baz")); in TYPED_TEST()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/inlet/
H A DInlet.hpp270 bool isUserProvided(const std::string& name) const in isUserProvided() function in axom::inlet::Inlet
272 return m_globalContainer.isUserProvided(name); in isUserProvided()
H A DContainer.cpp1076 const bool this_container_defined = isUserProvided() || m_name.empty(); in verify()
1298 bool Container::isUserProvided() const in isUserProvided() function in axom::inlet::Container
1305 return entry.second->isUserProvided(); in isUserProvided()
1312 return entry.second->isUserProvided(); in isUserProvided()
1326 bool Container::isUserProvided(const std::string& name) const in isUserProvided() function in axom::inlet::Container
1331 return container->isUserProvided(); in isUserProvided()
1336 return field->isUserProvided(); in isUserProvided()
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/store/
H A Ddeadclass.cxx43 if (!i->isUserProvided()) in VisitCXXRecordDecl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/store/
H A Ddeadclass.cxx43 if (!i->isUserProvided()) in VisitCXXRecordDecl()
/dports/science/axom/axom-0.6.1/src/axom/inlet/examples/
H A Dfields.cpp106 << inlet.isUserProvided("a_defaulted_int") << std::endl; in main()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp261 allOf(isUserProvided(), in registerMatchers()
264 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
288 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp259 allOf(isUserProvided(),
262 isDefaultConstructor(), unless(isUserProvided()),
286 isDefaultConstructor(), unless(isUserProvided())))));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp261 allOf(isUserProvided(), in registerMatchers()
264 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
288 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp261 allOf(isUserProvided(), in registerMatchers()
264 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
288 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp261 allOf(isUserProvided(), in registerMatchers()
264 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
288 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp258 allOf(isUserProvided(), in registerMatchers()
261 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
285 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp275 allOf(isUserProvided(), in registerMatchers()
278 isDefaultConstructor(), unless(isUserProvided()), in registerMatchers()
302 isDefaultConstructor(), unless(isUserProvided()))))); in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp58 return M->isUserProvided() && !M->isPure() && !M->isStatic(); in isCurrentClassInterface()

12345678910>>...15