| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | UdtRecordCompleter.cpp | 251 OverloadedMethodRecord &overloaded) { in visitKnownMember() argument 252 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember() 262 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | OperatorKinds.def | 45 /// overloaded operator names, e.g., "operator delete []". The macro 101 // ?: can *not* be overloaded, but we need the overload
|
| D | DiagnosticGroups.td | 385 def OverloadedShiftOpParentheses: DiagGroup<"overloaded-shift-op-parentheses">; 502 def OverloadedVirtual : DiagGroup<"overloaded-virtual">; 550 def SelfAssignmentOverloaded : DiagGroup<"self-assign-overloaded">;
|
| D | DiagnosticSemaKinds.td | 4320 "functions that differ only in their return type cannot be overloaded">; 4323 "cannot be overloaded">; 4574 "use of overloaded operator '%0' is ambiguous (operand type %1)">; 4576 "use of overloaded operator '%0' is ambiguous (with operand types %1 and %2)">; 4578 "ISO C++20 considers use of overloaded operator '%0' (with operand types %1 " 4589 def err_ovl_no_viable_oper : Error<"no viable overloaded '%0'">; 4607 Error<"no viable overloaded operator[] for type %0">; 4611 "reference to %select{overloaded|multiversioned}1 function could not be " 4630 "address of overloaded function %0 does not match required type %1">; 4632 "address of overloaded function %0 is ambiguous">; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | Relocation.txt | 25 which calls the overloaded function:
|
| /freebsd-12-stable/contrib/googletest/googlemock/docs/ |
| D | DesignDoc.md | 162 You can easily define actions overloaded on the number of parameters: 208 or the action definitions cannot be overloaded on the number of
|
| D | CookBook.md | 52 You can mock overloaded functions as usual. No special attention is required: 80 **Note:** if you don't mock all versions of the overloaded method, the 487 …* The general technique discussed here works for overloaded methods, but you'll need to tell the c… 741 If you expect an overloaded function to be called, the compiler may 742 need some help on which overloaded version it is. 744 To disambiguate functions overloaded on the const-ness of this object, 768 To disambiguate overloaded functions with the same number of arguments 1188 `ElementsAre()` and `UnorderedElementsAre()` are overloaded to take 0 3390 You can also easily define actions overloaded on the number of parameters: 3477 `ACTION_TEMPLATE` and `ACTION`/`ACTION_P*` can be overloaded on the [all …]
|
| /freebsd-12-stable/contrib/googletest/googlemock/include/gmock/ |
| D | gmock-generated-function-mockers.h.pump | 102 // overloaded methods, including methods which are overloaded on const. Example:
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| D | algorithm | 37 // A host+device function cannot be overloaded, and a constexpr function
|
| /freebsd-12-stable/contrib/gcc/ |
| D | sync-builtins.def | 29 is supposed to be using. It's overloaded, and is resolved to one of the
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cp-tree.def | 63 /* Value is reference to particular overloaded class method. 101 overloaded. */
|
| D | ChangeLog-1998 | 684 * typeck.c (expr_sizeof): Complain about sizeof an overloaded fn. 715 * cvt.c (ocp_convert): Complain about converting an overloaded 1009 * typeck.c (decay_conversion): Take the address of overloaded 1022 (convert_for_assignment): Also do default_conversion on overloaded 1475 to handle an overloaded argument. 3109 * typeck.c (build_x_function_call): Handle overloaded methods. 4664 * class.c (add_method): Chain overloaded members using 4703 in their namespace. Push overloaded templates if they are on 4986 * pt.c (check_explicit_specialization): Handle overloaded 5612 has no overloaded operator ->. [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | IntrinsicsAMDGPU.td | 1087 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1104 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1124 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1139 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1153 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1169 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32
|
| D | Intrinsics.td | 188 // list of overloaded types for the intrinsic, excluding all the fixed types. 191 // has two overloaded types, the 2nd and 3rd arguments. LLVMMatchType<0> 192 // refers to the first overloaded type, which is the 2nd argument. 201 // the intrinsic is overloaded, so the matched type should be declared as iAny.
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | hp-symtab.h | 1751 unsigned int overloaded:1; /* overloaded function */ member
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | c-tree.texi | 211 overloaded operator. In this case, you should not depend on the 670 including types, overloaded functions, other namespaces, and so forth. 740 field. If a function is overloaded, each of the overloaded functions 806 @code{operator()} is overloaded. 814 overloaded. 1196 overloaded functions is sometimes represented by a @code{OVERLOAD} node. 1203 @code{OVERLOAD} node in the list of overloaded functions. The macros 1282 undefined when used on a constructor, destructor, overloaded operator, 1373 This macro holds if the function is an overloaded operator. 1451 This predicate holds if the function an overloaded
|
| /freebsd-12-stable/share/i18n/csmapper/APPLE/ |
| D | GUJARATI%UCS.src | 97 # nukta is overloaded to function as a general character modifier.
|
| D | UCS%GUJARATI.src | 97 # nukta is overloaded to function as a general character modifier.
|
| D | UCS%DEVANAGA.src | 98 # nukta is overloaded to function as a general character modifier.
|
| D | DEVANAGA%UCS.src | 98 # nukta is overloaded to function as a general character modifier.
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | functional | 81 * operation. It is overloaded for addition and multiplication,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Process.inc | 223 // RetryAfterSignal when open is overloaded, such as in Bionic.
|
| /freebsd-12-stable/crypto/openssl/crypto/ |
| D | sparccpuid.S | 190 ! as libc provides a stub, which is overloaded the moment you link
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | field-formatting.rst | 171 for "%s" printf formatting becomes overloaded since it specifies both
|
| /freebsd-12-stable/contrib/googletest/googlemock/ |
| D | README.md | 32 * Handles functions of arbitrary types and overloaded functions.
|