/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Argument.h | 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===// 9 // This file declares the Argument class. 25 /// This class represents an incoming formal argument to a Function. A formal 26 /// argument, since it is ``formal'', does not contain an actual value but 27 /// instead represents the type, argument number, and attributes of an argument 29 /// argument of course represents the value of the actual argument that the 31 class Argument final : public Value { 39 /// Argument constructor. 40 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr, 46 /// Return the index of this formal argument in its containing function. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TemplateBase.h | 60 /// Represents a template argument. 63 /// The kind of template argument we're storing. 65 /// Represents an empty template argument, e.g., one that has not 69 /// The template argument is a type. 72 /// The template argument is a declaration that was provided for a pointer, 76 /// The template argument is a null pointer or null pointer to member that 80 /// The template argument is an integral value stored in an llvm::APSInt 84 /// The template argument is a non-type template argument that can't be 91 /// The template argument is a template name that was provided for a 95 /// The template argument is a pack expansion of a template name that was [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_begin.3 | 54 Argument 61 uses argument 63 for reading or writing depending on the value of argument 65 Argument 69 The argument 92 If argument 96 The argument 100 If argument 104 then the activation count for the descriptor referenced by argument 107 The value in argument [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_escape.3 | 45 and, with only a few exceptions, an argument. 52 .It \&In brackets: Ic \&[ Ns Ar argument Ns Ic \&] 53 The argument starts after the initial 59 .It Two-character argument short form: Ic \&( Ns Ar ar 64 .It One-character argument short form: Ar a 69 .It Delimited form: Ar C Ns Ar argument Ns Ar C 70 The argument starts after the initial delimiter character 157 For escape sequences taking an argument, the pointer 159 is set to the beginning of the argument and 161 is set to the length of the argument. [all …]
|
H A D | mandoc.1 | 139 argument are 315 is specified, reuse the first command line argument that is not a 318 If that argument is in 323 is used rather than the argument as a whole. 356 argument will be ignored. 444 When using this argument, use a pager supporting such URIs, for example 450 Consequently, for HTML output, this argument does not work with 660 argument is accepted: 793 .Ar file : Ns Ar line : Ns Ar column : level : message : macro argument ... 929 The third argument of the [all …]
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kdigest-commands.in | 55 argument = "realm" 61 argument = "digest-type" 67 argument = "type" 73 argument = "value" 79 argument = "hostname" 100 argument = "realm" 106 argument = "name" 112 argument = "nonce" 118 argument = "nonce" 124 argument = "nonce" [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_add_frame_fde.3 | 64 adds the call frame descriptor referenced by argument 68 Argument 75 Argument 80 Argument 85 Argument 92 Argument 102 depend on the value of argument 106 If the argument 108 is zero, the argument 111 associated with the frame descriptor, the argument [all …]
|
H A D | dwarf_dieoffset.3 | 82 argument 85 Argument 88 If argument 96 containing the debugging information entry referenced by argument 98 Argument 101 Argument 105 If argument 113 entry referenced by argument 115 Argument 119 If argument [all …]
|
H A D | dwarf_attrval_signed.3 | 70 by argument 72 for the attribute named by argument 75 pointed to by argument 78 The argument 85 sets the location pointed to by argument 87 to either 0 or 1. If the form of the attribute named by argument 93 sets the location pointed to by argument 96 If the form of the attribute named by argument 102 unconditionally sets the location pointed to by argument 112 stores the value for the attribute named by argument [all …]
|
H A D | dwarf_child.3 | 92 retrieves the child of descriptor denoted by argument 94 and stores it in the location pointed to by argument 99 retrieves the sibling of the descriptor denoted by argument 101 and stores it in the location pointed to by argument 103 If argument 118 If argument 122 If argument 124 is zero, the descriptor referred by argument 129 pointed to by argument 131 If argument [all …]
|
H A D | dwarf_get_funcs.3 | 88 DWARF debug context specified by argument 90 The argument 96 The argument 106 information entry associated with the argument 108 Argument 117 argument 119 and stores it into the location pointed to by the argument 125 argument 127 Argument 132 Argument [all …]
|
H A D | dwarf_get_weaks.3 | 88 DWARF debug context specified by argument 90 The argument 96 The argument 106 information entry associated with the argument 108 Argument 117 argument 119 and stores it into the location pointed to by the argument 125 entry for argument 127 Argument 132 Argument [all …]
|
H A D | dwarf_get_types.3 | 100 DWARF debug context specified by argument 102 The argument 108 The argument 118 information entry associated with the argument 120 Argument 129 argument 131 and stores it into the location pointed to by the argument 137 entry for argument 139 Argument 144 Argument [all …]
|
H A D | dwarf_seterrarg.3 | 49 may be used to set the callback argument passed to a configured 51 Argument 53 is the callback argument being set. 54 Argument 58 or can be NULL to indicate that the library-wide callback argument 63 may be used to associate an error handler denoted by argument 65 with the DWARF debug context descriptor denoted by argument 67 Argument 76 returns the previous error handler associated with argument 78 If argument [all …]
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 60 report_error("BAD ARGUMENT"); in cmd_addbytes() 93 report_error("BAD ARGUMENT"); in cmd_addchnstr() 123 report_error("BAD ARGUMENT"); in cmd_addnstr() 173 report_error("BAD ARGUMENT"); in cmd_attr_off() 192 report_error("BAD ARGUMENT"); in cmd_attr_on() 212 report_error("BAD ARGUMENT"); in cmd_attr_set() 218 report_error("BAD ARGUMENT"); in cmd_attr_set() 237 report_error("BAD ARGUMENT"); in cmd_attroff() 256 report_error("BAD ARGUMENT"); in cmd_attron() 275 report_error("BAD ARGUMENT"); in cmd_attrset() [all …]
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | matchers.md | 3 A **matcher** matches a *single* argument. You can use it inside `ON_CALL()` or 21 Built-in matchers (where `argument` is the function argument, e.g. 31 `_` | `argument` can be any value of the correct type. 32 `A<type>()` or `An<type>()` | `argument` can be any value of type `type`. 38 | `Eq(value)` or `value` | `argument == value` | 39 | `Ge(value)` | `argument >= value` | 40 | `Gt(value)` | `argument > value` | 41 | `Le(value)` | `argument <= value` | 42 | `Lt(value)` | `argument < value` | 43 | `Ne(value)` | `argument != value` | [all …]
|
/freebsd/usr.bin/m4/ |
H A D | m4.1 | 135 Specifying this option without an argument is equivalent to specifying 136 it with the argument 223 With one single argument, the end comment sequence is set 235 With one single argument, the close quote sequence is set 238 Decrements the argument 241 The argument 245 Define a new macro named by the first argument 248 value of the second argument 256 argument. 269 Returns the quoted definition for each argument. [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool-commands.in | 42 argument = "certificate-store" 49 argument = "signer-friendly-name" 55 argument = "certificate-store" 61 argument = "certificate-pool" 67 argument = "password" 73 argument = "oid" 79 argument = "oid" 119 argument="in-file out-file" 128 argument = "certificate-store" 135 argument = "certificate-store" [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin-commands.in | 49 argument = "file" 65 argument = "fd" 79 argument = "[dump-file]" 102 argument = "realm..." 108 argument = "file" 115 argument = "file" 150 argument ="lifetime" 156 argument = "lifetime" 162 argument = "attributes" 168 argument = "time" [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 1 //===- TemplateDeduction.h - C++ template argument deduction ----*- C++ -*-===// 9 // This file provides types used with Sema's template argument deduction 40 /// Provides information about an attempted template argument 44 /// The deduced template argument list. 47 /// The source location at which template argument 62 /// SFINAE while performing template argument deduction. 73 /// against a base class of an argument's type. 78 /// Returns the location at which template argument is 95 /// Take ownership of the deduced template argument lists. 127 /// Provide an initial template argument list that contains the [all …]
|
H A D | ParsedTemplate.h | 28 /// Represents the parsed form of a C++ template argument. 31 /// Describes the kind of template argument that was parsed. 37 /// A template template argument, stored as a template name. 41 /// Build an empty template argument. 43 /// This template argument is invalid. 46 /// Create a template type argument or non-type template argument. 48 /// \param Arg the template type argument or non-type template argument. 53 /// Create a template template argument. 59 /// argument refers. 68 /// Determine whether the given template argument is invalid. [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc_attach.3 | 45 is used to attach a process scope PMC specified by argument 47 to a target process specified by argument 49 Argument 60 is used to detach a process scope PMC specified by argument 62 from a process specified by argument 64 Argument 75 Argument 86 Argument 90 Argument 95 argument [all …]
|
H A D | pmc_allocate.3 | 50 named by argument 52 and writes the allocated handle to the location pointed to by argument 55 Argument 59 The allowed syntax for argument 67 The desired PMC mode is specified by argument 71 argument are: 83 Mode specific modifiers may be specified using argument 105 For system scope PMCs, the argument 111 for this argument. 115 argument behaves identically to the [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Args.h | 25 /// A command line argument class. 30 /// quotes) surrounding the argument. Spaces can be escaped using a \ 31 /// character to avoid having to surround an argument that contains a space 51 /// Returns true if this argument was quoted in any way. 85 /// The stream to which to dump all arguments in the argument 120 /// Gets the NULL terminated C string argument pointer for the argument at 124 /// The NULL terminated C string argument pointer if \a idx is a 125 /// valid argument index, NULL otherwise. 138 /// Gets the argument vector. 148 /// An array of NULL terminated C string argument pointers that [all …]
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.1 | 93 utility copies the content of the binary object named by argument 95 to that named by argument 98 If argument 110 Specify that the input file named by the argument 112 is in the object format specified by the argument 115 Copy the symbol named by argument 119 Make the symbol named by argument 123 Do not copy the symbol named by argument 127 Write the output file using the object format specified in argument 129 The argument [all …]
|