/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 61 int OverloadParamIndex; // Index of parameter with overload type. 62 // -1 : no overload types 94 return ParameterKind::Overload; in getParameterKind() 96 // Handle DXIL-specific overload types in getParameterKind() 98 return ParameterKind::Overload; in getParameterKind() 122 // This vector contains overload parameters in the order used to in DXILOperationDesc() 129 // Track operation parameter indices of any overload types in DXILOperationDesc() 132 // TODO: At present it is expected that all overload types in a DXIL Op in DXILOperationDesc() 139 // Ensure that the same overload type registered earlier is being used in DXILOperationDesc() 147 report_fatal_error("Specification of multiple differing overload " in DXILOperationDesc() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 65 llvm_unreachable("invalid overload type for name"); in getOverloadTypeName() 95 llvm_unreachable("invalid overload type"); in getOverloadKind() 104 llvm_unreachable("invalid overload type"); in getOverloadKind() 136 int OverloadParamIndex; // parameter index which control the overload. 137 // When < 0, should be only 1 overload type. 163 assert(Kind < OverloadKind::UserDefineType && "invalid overload kind"); in constructOverloadTypeName() 211 case ParameterKind::Overload: in getTypeFromParameterKind() 262 report_fatal_error("Invalid Overload Type", /* gen_crash_diag=*/false); in createDXILOpCall() 282 // If DXIL Op has no overload parameter, just return the in getOverloadTy() 306 llvm_unreachable("invalid overload type"); in getOverloadTy() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 1 //===- Overload.h - C++ Overloading -----------------------------*- C++ -*-===// 10 // overload resolution. 48 /// OverloadingResult - Capture the result of performing overload 51 /// Overload resolution succeeded. 86 /// The kinds of rewrite we perform on overload candidates. Note that the 88 /// values are preferred by overload resolution). 853 /// mismatch between the object being constructed and the overload 871 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3). 884 /// BuiltinParamTypes - Provides the parameter types of a built-in overload 900 /// Viable - True to indicate that this overload candidate is viable. [all …]
|
H A D | CodeCompleteConsumer.h | 1026 /// Describes the type of overload candidate. 1050 /// The kind of overload candidate. 1054 /// The function overload candidate, available when 1058 /// The function template overload candidate, available when 1070 /// The template overload candidate, available when 1108 /// Determine the kind of overload candidate. 1111 /// Retrieve the function overload candidate or the templated 1115 /// Retrieve the function template overload candidate. 1153 /// signature of this overload candidate. 1223 /// \param Candidates an array of overload candidates. [all …]
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0089.in | 21 (max-src-conn 100, max-src-conn-rate 10/5, overload <bad> flush) 24 (max-src-conn 1000, max-src-conn-rate 1000/5, overload <bad> \
|
H A D | pf0089.ok | 10 …ate state (source-track rule, max-src-conn 100, max-src-conn-rate 10/5, overload <bad> flush, src.… 11 … state (source-track rule, max-src-conn 1000, max-src-conn-rate 1000/5, overload <bad> flush globa…
|
/freebsd/sbin/dhclient/ |
H A D | options.c | 87 * If we parsed a DHCP Option Overload option, parse more in parse_options() 383 int overload, /* Overload flags that may be set. */ in cons_options() argument 459 (main_buffer_size - 7 + ((overload & 1) ? DHCP_FILE_LEN : 0) + in cons_options() 460 ((overload & 2) ? DHCP_SNAME_LEN : 0)), in cons_options() 462 (main_buffer_size + ((overload & 1) ? DHCP_FILE_LEN : 0)), in cons_options() 470 * If we're going to have to overload, store the overload option in cons_options() 494 if (overload & 1) { in cons_options() 509 if ((overload & 2) && option_size < bufix) { in cons_options()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 27 /// Specifies which overload candidates to display when overload 33 /// Show just the "best" overload candidates.
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-message.h | 122 // GoogleTest with ABSL, this overload is only enabled if the value does not 133 // Some libraries overload << for STL containers. These 169 // This function is an overload of the previous one. When you 175 // The reason for this overload is that streaming a NULL pointer to
|
H A D | gtest-printers.h | 480 // an overload of PrintTo() in the namespace where Foo is defined. We 509 // Overload for wchar_t type. 669 // type. When wchar_t is a typedef, defining an overload for const 680 // Overload for C arrays. Multi-dimensional arrays are printed 729 // Overload for internal::StringView. 811 // Overload for std::pair. 824 // pick the right overload of PrintTo() for T. 965 // This overload prints a (const) char array compactly. 970 // This overload prints a (const) char8_t array compactly. 975 // This overload prints a (const) char16_t array compactly. [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | form_opts.3x | 63 Overload the \fBREQ_NEW_LINE\fP forms driver request so that calling it at the 67 Overload the \fBREQ_DEL_PREV\fP forms driver request so that calling it at the
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MapperJITLinkMemoryManager.h | 41 // synchronous overload 46 // synchronous overload
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.h | 340 /// same matcher overload. Zero specificity indicates that this conversion 711 /// Recursive case. Get the overload for the head of the list, and 723 /// It will try every overload and generate appropriate errors for when none or 746 if (Constructed.empty()) return VariantMatcher(); // No overload matched. 1055 /// 0-arg overload 1066 /// 1-arg overload 1078 /// 2-arg overload 1102 /// Variadic overload. 1111 /// Overload for VariadicDynCastAllOfMatchers. 1123 /// Argument adaptative overload. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | GtestMatchers.h | 74 /// Like the first `gtestExpectCall` overload but for `ON_CALL`. 79 /// Like the second `gtestExpectCall` overload but for `ON_CALL`.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 30 // overload the standard library functions, which may be declared in the global 178 // There was a redefinition error for this this overload in CUDA mode. 215 // Defines an overload of __fn that accepts one integral argument, calls 226 // Defines an overload of __fn that accepts one two arithmetic arguments, calls 229 // Note this is different from OVERLOAD_1, which generates an overload that
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.h | 187 #define LCNT_OVERLOAD_TABLE 5 /* entry added to overload table */ 202 "overload table insertion", \ 203 "overload flush states", \ 212 "overload table insertion", \ 213 "overload flush states", \
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StringChecker.cpp | 59 // overload accidentally. in isCharToStringCtor() 63 StringConstCharPtrCtor = FD; // Cache the decl of the right overload. in isCharToStringCtor()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rx.h | 278 /* TSF overload low dword */ 295 /* TSF overload low dword */ 332 /* TSF overload high dword */ 335 * check this first - if TSF overload is set, 344 /* TSF overload high dword For HE rates*/ 361 /* TSF overload high dword For EHT-MU/TB rates*/
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | CSEMIRBuilder.h | 97 // Bring in the other overload from the base class. 103 // Bring in the other overload from the base class.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleHazardRecognizer.h | 73 /// This overload will be used when the hazard recognizer is being used 86 /// This overload will be used when the hazard recognizer is being used
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 51 "core Allocate(size_t, size_t) overload!"); in Allocate() 66 "core Deallocate(void *) overload!"); in Deallocate()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/ |
H A D | algorithm | 39 // overload preceding it. So the simple thing to do would be to declare our 52 // overload resolution will prefer it over the __host__ __device__ version
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 266 // The type of an unresolved overload set. A placeholder type. 277 // Overload should be the first placeholder type, or else change 279 PLACEHOLDER_TYPE(Overload, OverloadTy)
|
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 131 int overload; member 167 int overload; member 206 #define TAG_OVERLOAD 52 /* Option Overload */ 211 /* Overload values */ 1288 tctx->overload = *j; in bootpc_tag_helper() 1298 tctx->overload = 0; in bootpc_tag() 1310 if ((tctx->overload & OVERLOAD_FILE) != 0) in bootpc_tag() 1315 if ((tctx->overload & OVERLOAD_SNAME) != 0) in bootpc_tag() 1353 /* This call used for the side effect (overload flag) */ in bootpc_decode_reply() 1357 if ((gctx->tmptag.overload & OVERLOAD_SNAME) == 0) in bootpc_decode_reply() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 289 /// Overload that takes only one post-analysis callback, which is run on the 291 /// compatibility; new callers should call the overload taking `CFGEltCallbacks` 393 /// Overload that takes only one diagnosis callback, which is run on the state 395 /// compatibility; new callers should call the overload taking
|