Home
last modified time | relevance | path

Searched refs:misc (Results 1 – 25 of 136) sorted by relevance

123456

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DCERTTidyModule.cpp247 CheckFactories.registerCheck<misc::NewDeleteOverloadsCheck>( in addCheckFactories()
254 CheckFactories.registerCheck<misc::ThrowByValueCatchByReferenceCheck>( in addCheckFactories()
259 CheckFactories.registerCheck<misc::ThrowByValueCatchByReferenceCheck>( in addCheckFactories()
283 CheckFactories.registerCheck<misc::StaticAssertCheck>("cert-dcl03-c"); in addCheckFactories()
302 CheckFactories.registerCheck<misc::NonCopyableObjectsCheck>("cert-fio38-c"); in addCheckFactories()
/llvm-project-15.0.7/clang/docs/
H A DOpenMPSupport.rst233 | misc | array shaping | :go…
235 | misc | library shutdown (omp_pause_resource[_all]) | :no…
237 | misc | metadirectives | :pa…
239 | misc | conditional modifier for lastprivate clause | :go…
241 | misc | iterator and multidependences | :go…
243 | misc | depobj directive and depobj dependency kind | :go…
245 | misc | user-defined function variants | :pa…
247 | misc | pointer/reference to pointer based array reductions | :no…
249 | misc | prevent new type definitions in clauses | :go…
318 | misc | 'omp_all_memory' keyword and use in 'depend' clause | :go…
[all …]
/llvm-project-15.0.7/libcxx/
H A D.clang-tidy11 misc-definitions-in-headers,
12 misc-misplaced-const,
13 misc-non-copyable-objects,
14 misc-uniqueptr-reset-release,
46 # misc-unused-parameters,
/llvm-project-15.0.7/
H A D.clang-tidy1 …cks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variabl…
/llvm-project-15.0.7/openmp/runtime/
H A D.clang-tidy2 Checks: '-*,clang-diagnostic-*,llvm-*,-llvm-header-guard,misc-*,-misc-unused-parameters,-misc-non-p…
/llvm-project-15.0.7/openmp/libompd/
H A D.clang-tidy2 Checks: '-*,clang-diagnostic-*,llvm-*,-llvm-header-guard,misc-*,-misc-unused-parameters,-misc-non-p…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cert/
H A Ddcl03-c.rst3 :http-equiv=refresh: 5;URL=../misc/static-assert.html
9 `misc-static-assert <../misc/static-assert.html>`_ for more information.
H A Ddcl54-cpp.rst3 :http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html
9 `misc-new-delete-overloads <../misc/new-delete-overloads.html>`_ for more
H A Dfio38-c.rst3 :http-equiv=refresh: 5;URL=../misc/non-copyable-objects.html
9 `misc-non-copyable-objects <../misc/non-copyable-objects.html>`_ for more
H A Derr61-cpp.rst3 :http-equiv=refresh: 5;URL=../misc/throw-by-value-catch-by-reference.html
9 `misc-throw-by-value-catch-by-reference <../misc/throw-by-value-catch-by-reference.html>`_
H A Derr09-cpp.rst3 :http-equiv=refresh: 5;URL=../misc/throw-by-value-catch-by-reference.html
9 `misc-throw-by-value-catch-by-reference <../misc/throw-by-value-catch-by-reference.html>`_
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dc-copy-assignment-signature.rst3 :http-equiv=refresh: 5;URL=../misc/unconventional-assign-operator.html
9 `misc-unconventional-assign-operator <../misc/unconventional-assign-operator.html>`_
H A Dnon-private-member-variables-in-classes.rst3 :http-equiv=refresh: 5;URL=../misc/non-private-member-variables-in-classes.html
10 `misc-non-private-member-variables-in-classes <../misc/non-private-member-variables-in-classes.html…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dnew-delete-operators.rst3 :http-equiv=refresh: 5;URL=../misc/new-delete-overloads.html
8 This check is an alias for `misc-new-delete-overloads <../misc/new-delete-overloads.html>`_.
H A Dstatic-assert.rst3 :http-equiv=refresh: 5;URL=../misc/static-assert.html
9 `misc-static-assert <../misc/static-assert.html>`_ for more information.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst26 misc/*
242 `misc-const-correctness <misc/const-correctness.html>`_, "Yes"
245 `misc-misleading-identifier <misc/misleading-identifier.html>`_,
246 `misc-misplaced-const <misc/misplaced-const.html>`_,
247 `misc-new-delete-overloads <misc/new-delete-overloads.html>`_,
248 `misc-no-recursion <misc/no-recursion.html>`_,
249 `misc-non-copyable-objects <misc/non-copyable-objects.html>`_,
252 `misc-static-assert <misc/static-assert.html>`_, "Yes"
256 `misc-unused-alias-decls <misc/unused-alias-decls.html>`_, "Yes"
257 `misc-unused-parameters <misc/unused-parameters.html>`_, "Yes"
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dunused-alias-decls.rst1 .. title:: clang-tidy - misc-unused-alias-decls
3 misc-unused-alias-decls
H A Dunused-using-decls.rst1 .. title:: clang-tidy - misc-unused-using-decls
3 misc-unused-using-decls
H A Dstatic-assert.rst1 .. title:: clang-tidy - misc-static-assert
3 misc-static-assert
H A Dmisleading-bidirectional.rst1 .. title:: clang-tidy - misc-misleading-bidirectional
3 misc-misleading-bidirectional
H A Dredundant-expression.rst1 .. title:: clang-tidy - misc-redundant-expression
3 misc-redundant-expression
H A Duniqueptr-reset-release.rst1 .. title:: clang-tidy - misc-uniqueptr-reset-release
3 misc-uniqueptr-reset-release
H A Dconfusable-identifiers.rst1 .. title:: clang-tidy - misc-confusable-identifiers
3 misc-confusable-identifiers
/llvm-project-15.0.7/mlir/
H A D.clang-tidy19 misc-redundant-expression,
20 misc-static-assert,
21 misc-unused-using-decls,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMiscTidyModule.cpp33 namespace misc { namespace
77 static ClangTidyModuleRegistry::Add<misc::MiscModule>

123456