Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx0x-initializer-references.cpp56 void overloading() { in overloading() function
H A Dnullptr.cpp142 namespace overloading { namespace
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A DREADME198 CUDA and function overloading
200 While CUDA supports function overloading based on the arguments types,
201 no such function overloading exists in the input language C. Since PPCG
207 In the transformed (CUDA) code, however, overloading will cause the
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A DOpDSL.md188 * `BinaryFn.add(a, b)` (also via overloading the binary `+` operator)
189 * `BinaryFn.mul(a, b)` (also via overloading the binary `*` operator)
192 * `BinaryFn.sub(a, b)` (also via overloading the binary `-` operator)
204 * `ReduceFn.add` (also overloading the inplace `+=` on a LHS)
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-overloading.mm20 // Simple overloading
38 // Simple overloading
/llvm-project-15.0.7/lldb/docs/status/
H A Dgoals.rst6 For example, C++ expression parsing, handling overloading, templates,
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dblocks.mm66 namespace overloading {
/llvm-project-15.0.7/clang/docs/
H A DHLSLSupport.rst150 overloading. With member function support, HLSL also has a ``this`` keyword. The
H A DLanguageExtensions.rst1956 .. _langext-overloading:
1967 allows proper overloading, and also prevents mangling conflicts with template
H A DClangFormatStyleOptions.rst4257 …* ``bool AfterOverloadedOperator`` If ``true``, put a space between operator overloading and openi…
H A DAutomaticReferenceCounting.rst705 cause spurious problems with overloading and templates.
H A DInternalsManual.rst1657 In the semantics-centric view, overloading of functions is represented
H A DUsersManual.rst3433 function overloading, type deduction, etc. Please note that this is not an
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DDebugChecks.rst184 or even record-type values. To simplify usage in C code (where overloading
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.def271 LANGOPT(GPUExcludeWrongSideOverloads, 1, 0, "always exclude wrong side overloads in overloading res…
H A Driscv_vector.td199 // This builtin supports non-masked function overloading api.
200 // All masked operations support overloading api.
H A DAttrDocs.td1026 Clang provides support for C++ function overloading in C. Function overloading
1041 etc. Function overloading in C follows the rules of C++ function overloading
6248 overloading. If a candidate function for overload resolution has a parameter
6269 other than overloading.
H A DDiagnosticParseKinds.td668 // C++ operator overloading
H A DDiagnosticSemaKinds.td9063 // C++ operator overloading
/llvm-project-15.0.7/mlir/docs/
H A DAttributesAndTypes.md585 overloading these functions or by defining a `parser` and `printer` in an ODS
588 Example of overloading:
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst33 The "operator overloading" that we will add to Kaleidoscope is more
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DAtomicDesign.rst559 overloading for integral and ``void*`` types. The template does not represent a
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst2612 scenes, this is a result of overloading casting mechanisms). Thus the second
H A DLangRef.rst12071 different integer types, overloading is used commonly to allow an
12106 FP intrinsics rather than rely on overloading. For example, if different
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1036 BothFlags<[HelpHidden], " in overloading resolution for CUDA/HIP">>;