| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_sve_sme_incl.td | 214 …rloadNone : FlagType<0x00100000>; // Intrinsic does not take any overloaded types. 215 …MultiVecCvt : FlagType<0x00200000>; // Use {default type, typeof(operand1)} as overloaded types. 216 … : FlagType<0x00400000>; // Use {pred(default type), typeof(operand0)} as overloaded types. 217 … : FlagType<0x00800000>; // Use {typeof(operand0), typeof(last operand)} as overloaded types.
|
| H A D | OperatorKinds.def | 45 /// overloaded operator names, e.g., "operator delete []". The macro 101 // ?: can *not* be overloaded, but we need the overload
|
| H A D | DiagnosticSemaKinds.td | 4967 "functions that differ only in their return type cannot be overloaded">; 4970 "cannot be overloaded">; 5226 "use of overloaded operator '%0' is ambiguous (operand type %1)">; 5228 "use of overloaded operator '%0' is ambiguous (with operand types %1 and %2)">; 5230 "ISO C++20 considers use of overloaded operator '%0' (with operand types %1 " 5243 def err_ovl_no_viable_oper : Error<"no viable overloaded '%0'">; 5261 Error<"no viable overloaded operator[] for type %0">; 5265 "reference to %select{overloaded|multiversioned}1 function could not be " 5290 "address of overloaded function %0 does not match required type %1">; 5292 "address of overloaded function %0 is ambiguous">; [all …]
|
| H A D | DiagnosticGroups.td | 517 def OverloadedShiftOpParentheses: DiagGroup<"overloaded-shift-op-parentheses">; 664 def OverloadedVirtual : DiagGroup<"overloaded-virtual">; 770 def SelfAssignmentOverloaded : DiagGroup<"self-assign-overloaded">;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | UdtRecordCompleter.cpp | 281 OverloadedMethodRecord &overloaded) { in visitKnownMember() argument 282 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember() 292 AddMethod(overloaded.Name, method.Type, method.getAccess(), in visitKnownMember()
|
| H A D | PdbAstBuilder.cpp | 54 OverloadedMethodRecord &overloaded) override { in visitKnownMember() 55 TypeIndex method_list_idx = overloaded.MethodList; in visitKnownMember() 66 AddMethod(overloaded.Name, method.getAccess(), method.getOptions(), in visitKnownMember()
|
| /freebsd/contrib/googletest/googlemock/ |
| H A D | README.md | 21 - Handles functions of arbitrary types and overloaded functions.
|
| /freebsd/sys/dev/hid/ |
| H A D | hidbus.c | 81 bool overloaded; member 717 if (is_bus && sc->overloaded) in hid_set_report_descr() 734 sc->overloaded = true; in hid_set_report_descr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 25 which calls the overloaded function:
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_for_dummies.md | 305 If the method is not overloaded, the macro can also be called without matchers: 308 EXPECT_CALL(mock_object, non-overloaded-method) 317 overloaded. 397 This works for all non-overloaded methods; if a method is overloaded, you need 562 overloaded). This makes any calls to the method expected. This is not necessary
|
| H A D | gmock_cook_book.md | 119 You can mock overloaded functions as usual. No special attention is required: 148 **Note:** if you don't mock all versions of the overloaded method, the compiler 540 This technique may also be applied to make overloaded methods more amenable to 713 * The general technique discussed here works for overloaded methods, but 974 If you expect an overloaded function to be called, the compiler may need some 975 help on which overloaded version it is. 977 To disambiguate functions overloaded on the const-ness of this object, use the 1000 To disambiguate overloaded functions with the same number of arguments but 1671 This functionality is only available when a method is not overloaded; to prevent 4083 You can also easily define actions overloaded on the number of parameters: [all …]
|
| H A D | gmock_faq.md | 20 provide overloaded versions of the function.
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 37 // A host+device function cannot be overloaded, and a constexpr function
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | assertions.md | 391 Note that if the given predicate is an overloaded function or a function 394 For example, for a Boolean function `IsPositive()` overloaded to take either a
|
| H A D | matchers.md | 53 …to `value`. You may need to use this instead of `Eq(value)` when the mock function is overloaded. |
|
| /freebsd/share/i18n/csmapper/APPLE/ |
| H A D | GUJARATI%UCS.src | 96 # nukta is overloaded to function as a general character modifier.
|
| H A D | UCS%GUJARATI.src | 96 # nukta is overloaded to function as a general character modifier.
|
| H A D | DEVANAGA%UCS.src | 97 # nukta is overloaded to function as a general character modifier.
|
| H A D | UCS%DEVANAGA.src | 97 # nukta is overloaded to function as a general character modifier.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 1734 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1750 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1768 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1786 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1803 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1821 [llvm_any_ty], // overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1840 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 1859 [llvm_any_ty, // vdata(VGPR), overloaded for types f32/i32, v2f32/v2i32, v4f32/v4i32 2164 DefaultAttrsIntrinsic<[llvm_any_ty], // overloaded for types u8, u16, i32/f32, i8, i16
|
| H A D | Intrinsics.td | 430 // list of overloaded types for the intrinsic, excluding all the fixed types. 433 // has two overloaded types, the 2nd and 3rd arguments. LLVMMatchType<0> 434 // refers to the first overloaded type, which is the 2nd argument. 456 // the intrinsic is overloaded, so the matched type should be declared as iAny.
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | sparccpuid.S | 190 ! as libc provides a stub, which is overloaded the moment you link
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 240 // RetryAfterSignal when open is overloaded, such as in Bionic.
|
| /freebsd/contrib/libxo/doc/ |
| H A D | field-formatting.rst | 172 for "%s" printf formatting becomes overloaded since it specifies both
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | ISCII-DEV.TXT | 92 # nukta is overloaded to function as a general character modifier.
|