| /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). 907 /// mismatch between the object being constructed and the overload 925 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3). 938 /// BuiltinParamTypes - Provides the parameter types of a built-in overload 954 /// Viable - True to indicate that this overload candidate is viable. [all …]
|
| H A D | CodeCompleteConsumer.h | 1025 /// Describes the type of overload candidate. 1049 /// The kind of overload candidate. 1053 /// The function overload candidate, available when 1057 /// The function template overload candidate, available when 1069 /// The template overload candidate, available when 1107 /// Determine the kind of overload candidate. 1110 /// Retrieve the function overload candidate or the templated 1114 /// Retrieve the function template overload candidate. 1152 /// signature of this overload candidate. 1222 /// \param Candidates an array of overload candidates. [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DXILEmitter.cpp | 62 int OverloadParamIndex; // Index of parameter with overload type. 63 // -1 : no overload types 121 // This vector contains overload parameters in the order used to in DXILOperationDesc() 128 // Track operation parameter indices of any overload types in DXILOperationDesc() 132 "Specification of multiple differing overload parameter types " in DXILOperationDesc() 143 // Get overload records in DXILOperationDesc() 224 /// Return a string representation of valid overload information denoted 227 /// \param Recs A vector of records of TableGen Overload records 228 /// \return std::string string representation of overload mask string 235 // If no overload information records were specified, assume the operation in getOverloadMaskString() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SmartPointerAccessorCaching.cpp | 51 // It may be that there is a non-const overload for the method, but in pointerLikeReturnType() 52 // there should at least be a const overload as well. in pointerLikeReturnType() 76 // It may be that there is a non-const overload for the method, but in findReturnType() 77 // there should at least be a const overload as well. in findReturnType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.h | 40 /// must be valid for an overload of the operation. 45 /// overload is invalid. 69 /// Gets a specific overload type of the function for the given DXIL op. If
|
| H A D | DXILOpBuilder.cpp | 80 llvm_unreachable("invalid overload type for name"); in getOverloadTypeName() 112 llvm_unreachable("invalid overload type"); in getOverloadKind() 156 int OverloadParamIndex; // parameter index which control the overload. 157 // When < 0, should be only 1 overload type. 181 assert(Kind < OverloadKind::UserDefineType && "invalid overload kind"); in constructOverloadTypeName() 525 // Check if the operation supports overload types and OverloadTy is valid in tryCreateOp() 529 return makeOpError(OpCode, "Invalid overload type"); in tryCreateOp()
|
| /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 | 26 /// Specifies which overload candidates to display when overload 32 /// Show just the "best" overload candidates.
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpenCLBuiltinEmitter.cpp | 75 // Each entry represents one overload of an OpenCL builtin function and 164 // This means that the signature of this convert_float2_rtn overload has 169 // overload is supported. 431 // One overload of an OpenCL builtin function. in EmitDeclarations() 445 // OpenCL extension(s) required for this overload. in EmitDeclarations() 447 // OpenCL versions in which this overload is available. in EmitDeclarations() 629 for (const auto &Overload : SLM.second.Signatures) { in EmitBuiltinTable() local 630 StringRef ExtName = Overload.first->getValueAsDef("Extension")->getName(); in EmitBuiltinTable() 632 Overload.first->getValueAsDef("MinVersion")->getValueAsInt("ID"); in EmitBuiltinTable() 634 Overload.first->getValueAsDef("MaxVersion")->getValueAsInt("ID"); in EmitBuiltinTable() [all …]
|
| /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 | 484 // an overload of PrintTo() in the namespace where Foo is defined. We 513 // Overload for wchar_t type. 673 // type. When wchar_t is a typedef, defining an overload for const 684 // Overload for C arrays. Multi-dimensional arrays are printed 733 // Overload for internal::StringView. 850 // Overload for std::pair. 863 // pick the right overload of PrintTo() for T. 1004 // This overload prints a (const) char array compactly. 1009 // This overload prints a (const) char8_t array compactly. 1014 // This overload prints a (const) char16_t array compactly. [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | form_opts.3x | 73 Overload the \fBREQ_NEW_LINE\fP forms driver request so that calling it at the 77 Overload the \fBREQ_DEL_PREV\fP forms driver request so that calling it at the
|
| /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/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MapperJITLinkMemoryManager.h | 43 // synchronous overload 48 // synchronous overload
|
| /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 | 196 #define LCNT_OVERLOAD_TABLE 5 /* entry added to overload table */ 211 "overload table insertion", \ 212 "overload flush states", \ 221 "overload table insertion", \ 222 "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/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/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/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | CSEMIRBuilder.h | 104 // Bring in the other overload from the base class. 110 // Bring in the other overload from the base class.
|
| /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 …]
|