Searched refs:overloads (Results 1 – 25 of 99) sorted by relevance
1234
3 :http-equiv=refresh: 5;URL=misc-new-delete-overloads.html9 `misc-new-delete-overloads <misc-new-delete-overloads.html>`_ for more
3 :http-equiv=refresh: 5;URL=misc-new-delete-overloads.html8 This check is an alias for `misc-new-delete-overloads <misc-new-delete-overloads.html>`_.
1 .. title:: clang-tidy - misc-new-delete-overloads3 misc-new-delete-overloads
6 Finds overloads of unary ``operator &``.
11 overloads, because it would change the behaviour.
6 Checks for cases where the floating-point overloads of various
27 // 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 our41 // device overloads would come first, and so if we have a C++14 stdlib, its42 // min/max won't become host+device and conflict with our device overloads.49 // Therefore we perpetrate the following hack: We mark our __device__ overloads57 // We need to define these overloads in exactly the namespace our standard
39 // Next, include our <algorithm> wrapper, to ensure that device overloads of50 // set of overloads on host and device.
13 = ProfinetIO overloads Ethertype17 = ProfinetIO overloads UDP dport
39 …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…
79 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…
74 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]
22 // The integer overloads of these functions are not provided.
546 const function_record *overloads = (function_record *) PyCapsule_GetPointer(self, nullptr), in PYBIND11_NAMESPACE_BEGIN() local547 *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 …]
52 name. Importantly, this enables binding multiple overloads of the same C++
21 @Test fun overloads() { in <lambda>() method in org.jetbrains.dokka.tests.HtmlFormatTest
111 // The full suite of operator overloads hasn't been added
23 * 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.
532 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 with547 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
96 `float`s and for `double`s, there are two overloads of the helpers for103 with special casing for `INFINITY` and `NaN`. There are _4_ overloads of
214 data types, and contains overloads for basic arithmetic operations (i.e.: `+`,221 overloads. (Ideally the compiler should optimize those away, but better to avoid326 overloads for basic arithmetic operations (i.e.: `+`, `-`, `*`, `/` for334 overloads. (Ideally the compiler should optimize those away, but better to avoid
54 * - overloads of internal::* math function for adtl::adouble type.
95 …* `operators`: collection of operators that AutoGraph overloads; these correspond to Python operat…
196 header "cxx-many-overloads.h"