Home
last modified time | relevance | path

Searched refs:overloads (Results 1 – 25 of 99) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcert-dcl54-cpp.rst3 :http-equiv=refresh: 5;URL=misc-new-delete-overloads.html
9 `misc-new-delete-overloads <misc-new-delete-overloads.html>`_ for more
Dhicpp-new-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>`_.
Dmisc-new-delete-overloads.rst1 .. title:: clang-tidy - misc-new-delete-overloads
3 misc-new-delete-overloads
Dgoogle-runtime-operator.rst6 Finds overloads of unary ``operator &``.
Dboost-use-to-string.rst11 overloads, because it would change the behaviour.
Dabseil-duration-factory-float.rst6 Checks for cases where the floating-point overloads of various
/external/llvm-project/clang/lib/Headers/cuda_wrappers/
Dalgorithm27 // This header defines __device__ overloads of std::min/max.
35 // our device overloads.
40 // device min/max overloads, and then #include_next <algorithm>. This way our
41 // device overloads would come first, and so if we have a C++14 stdlib, its
42 // min/max won't become host+device and conflict with our device overloads.
49 // Therefore we perpetrate the following hack: We mark our __device__ overloads
57 // We need to define these overloads in exactly the namespace our standard
Dcomplex39 // Next, include our <algorithm> wrapper, to ensure that device overloads of
50 // set of overloads on host and device.
/external/scapy/scapy/contrib/
Dpnio.uts13 = ProfinetIO overloads Ethertype
17 = ProfinetIO overloads UDP dport
/external/llvm-project/clang/test/Driver/
Dhip-options.hip39 …lang -### -target x86_64-unknown-linux-gnu -nogpuinc -nogpulib -fgpu-exclude-wrong-side-overloads \
41 …ng{{.*}} "-triple" "amdgcn-amd-amdhsa" {{.*}} "-fgpu-exclude-wrong-side-overloads" "-fgpu-defer-di…
42 …} "-triple" "x86_64-unknown-linux-gnu" {{.*}} "-fgpu-exclude-wrong-side-overloads" "-fgpu-defer-di…
/external/llvm-project/llvm/test/DebugInfo/PDB/
Devery-type.test79 TYPES-NEXT: - LF_METHOD [name = `Inherit`, # overloads = 2, overload list = 0x1014]
141 TYPES-NEXT: - LF_METHOD [name = `VInherit`, # overloads = 3, overload list = 0x1026]
142 TYPES-NEXT: - LF_METHOD [name = `operator=`, # overloads = 2, overload list = 0x102A]
198 TYPES-NEXT: - LF_METHOD [name = `IVInherit`, # overloads = 3, overload list = 0x1037]
199 TYPES-NEXT: - LF_METHOD [name = `operator=`, # overloads = 2, overload list = 0x103B]
242 TYPES-NEXT: - LF_METHOD [name = `OverloadedMethod`, # overloads = 2, overload list = 0x1…
Dpdb-type-ref-stats.test74 CHECK: - LF_METHOD [name = `event_sourceAttribute`, # overloads = 2, overload list = 0x1…
199 CHECK: - LF_METHOD [name = `threadingAttribute`, # overloads = 2, overload list = 0x102E]
234 CHECK: - LF_METHOD [name = `aggregatableAttribute`, # overloads = 2, overload list = 0x1…
273 CHECK: - LF_METHOD [name = `event_receiverAttribute`, # overloads = 3, overload list = 0…
337 CHECK: - LF_METHOD [name = `moduleAttribute`, # overloads = 3, overload list = 0x1051]
/external/pigweed/pw_minimal_cpp_stdlib/public/
Dcmath22 // The integer overloads of these functions are not provided.
/external/python/pybind11/include/pybind11/
Dpybind11.h546 const function_record *overloads = (function_record *) PyCapsule_GetPointer(self, nullptr), in PYBIND11_NAMESPACE_BEGIN() local
547 *it = overloads; in PYBIND11_NAMESPACE_BEGIN()
556 if (overloads->is_constructor) { in PYBIND11_NAMESPACE_BEGIN()
557 if (!PyObject_TypeCheck(parent.ptr(), (PyTypeObject *) overloads->scope.ptr())) { in PYBIND11_NAMESPACE_BEGIN()
562 const auto tinfo = get_type_info((PyTypeObject *) overloads->scope.ptr()); in PYBIND11_NAMESPACE_BEGIN()
855 if (overloads->is_operator) in PYBIND11_NAMESPACE_BEGIN()
858 std::string msg = std::string(overloads->name) + "(): incompatible " + in PYBIND11_NAMESPACE_BEGIN()
859 std::string(overloads->is_constructor ? "constructor" : "function") + in PYBIND11_NAMESPACE_BEGIN()
863 for (const function_record *it2 = overloads; it2 != nullptr; it2 = it2->next) { in PYBIND11_NAMESPACE_BEGIN()
867 if (overloads->is_constructor) { in PYBIND11_NAMESPACE_BEGIN()
[all …]
/external/rust/cxx/book/src/
Dattributes.md52 name. Importantly, this enables binding multiple overloads of the same C++
/external/dokka/core/src/test/kotlin/format/
DHtmlFormatTest.kt21 @Test fun overloads() { in <lambda>() method in org.jetbrains.dokka.tests.HtmlFormatTest
/external/rust/cxx/book/src/binding/
Dstring.md111 // The full suite of operator overloads hasn't been added
/external/javapoet/
DCHANGELOG.md23 * New: Add overloads accepting `CodeBlock`s to `MethodSpec`'s control flow methods.
64 * New: `addStatement(CodeBlock)` overloads for `CodeBlock` and `MethodSpec`.
102 * New: `addJavadoc(CodeBlock)` overloads for TypeSpec, MethodSpec, and FieldSpec.
/external/python/pybind11/docs/advanced/
Dfunctions.rst532 When a function or method with multiple overloads is called from Python,
544 Within each pass, overloads are tried in the order they were registered with
547 overloads to proceed built in functions.
551 prefers earlier-defined overloads to later-defined ones.
558 overloads requiring no conversion at all to overloads that require
/external/catch2/docs/
Dmatchers.md96 `float`s and for `double`s, there are two overloads of the helpers for
103 with special casing for `INFINITY` and `NaN`. There are _4_ overloads of
/external/libchrome/base/numerics/
DREADME.md214 data types, and contains overloads for basic arithmetic operations (i.e.: `+`,
221 overloads. (Ideally the compiler should optimize those away, but better to avoid
326 overloads for basic arithmetic operations (i.e.: `+`, `-`, `*`, `/` for
334 overloads. (Ideally the compiler should optimize those away, but better to avoid
/external/eigen/unsupported/Eigen/
DAdolcForward54 * - overloads of internal::* math function for adtl::adouble type.
/external/tensorflow/tensorflow/python/autograph/
DCONTRIBUTING.md95 …* `operators`: collection of operators that AutoGraph overloads; these correspond to Python operat…
/external/clang/test/ARCMT/Inputs/
Dmodule.map196 header "cxx-many-overloads.h"
/external/llvm-project/clang/test/ARCMT/Inputs/
Dmodule.map196 header "cxx-many-overloads.h"

1234