| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 367 self.modifiers = modifiers 423 if not name and modifiers: 424 self.name = modifiers.pop() 425 self.modifiers = modifiers 432 if self.modifiers: 492 modifiers = [] 558 modifiers = [] 567 modifiers.append(p.name) 1001 modifiers |= FUNCTION_CTOR 1252 modifiers = ['struct'] [all …]
|
| H A D | gmock_class.py | 60 node.modifiers & function_type and 61 not node.modifiers & ctor_or_dtor): 64 if node.modifiers & ast.FUNCTION_CONST: 69 modifiers = '' 70 if node.return_type.modifiers: 71 modifiers = ' '.join(node.return_type.modifiers) + ' ' 72 return_type = modifiers + node.return_type.name
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | format-strings.rst | 11 field description contains a set of modifiers, a content string, and 12 zero, one, or two format descriptors. The modifiers tell libxo what 16 a set of braces, with a colon (":") after the modifiers and a slash 25 The role describes the function of the field, while the modifiers 42 While roles and modifiers typically use single character for brevity,
|
| H A D | field-modifiers.rst | 3 .. _field-modifiers: 8 Field modifiers are flags which modify the way content emitted for 32 Roles and modifiers can also use more verbose names, when preceded by 170 There are a number of modifiers that affect details of humanization.
|
| H A D | index.rst | 38 field-modifiers
|
| H A D | xopo.rst | 9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
|
| H A D | field-formatting.rst | 83 The 'h' and 'l' modifiers affect the size and treatment of the 107 For strings, the 'h' and 'l' modifiers affect the interpretation of 261 - the "l" and "h" modifiers for strings, where "{:tag/%hs}" means
|
| H A D | faq.rst | 105 The roles and modifiers describe these details. 114 roles, modifiers, names, and formats. They are dense and a bit
|
| H A D | intro.rst | 20 rendered in different output styles (see :ref:`field-modifiers` for
|
| H A D | field-roles.rst | 35 Roles and modifiers can also use more verbose names, when preceded by 149 unimportant field formatting and modifiers, stopping minor formatting
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | cp-demangle.c | 2695 dpi.modifiers = NULL; in cplus_demangle_print() 2852 hold_dpm = dpi->modifiers; in d_print_comp() 2853 dpi->modifiers = NULL; in d_print_comp() 2866 dpi->modifiers = hold_dpm; in d_print_comp() 3036 dpm.next = dpi->modifiers; in d_print_comp() 3037 dpi->modifiers = &dpm; in d_print_comp() 3049 dpi->modifiers = dpm.next; in d_print_comp() 3080 dpi->modifiers = &dpm; in d_print_comp() 3122 dpi->modifiers = &adpm[0]; in d_print_comp() 3175 dpi->modifiers = &dpm; in d_print_comp() [all …]
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | cp-demangle.c | 2724 dpi->modifiers = NULL; in d_print_init() 2987 hold_dpm = dpi->modifiers; in d_print_comp() 2988 dpi->modifiers = NULL; in d_print_comp() 3017 dpi->modifiers = hold_dpm; in d_print_comp() 3187 dpm.next = dpi->modifiers; in d_print_comp() 3188 dpi->modifiers = &dpm; in d_print_comp() 3200 dpi->modifiers = dpm.next; in d_print_comp() 3231 dpi->modifiers = &dpm; in d_print_comp() 3273 dpi->modifiers = &adpm[0]; in d_print_comp() 3326 dpi->modifiers = &dpm; in d_print_comp() [all …]
|
| /freebsd-12.1/tools/build/make_check/ |
| H A D | Makefile | 44 @${SMAKE} modifiers || ${SMAKE} failure 104 .if make(modifiers) 109 modifiers: target 115 modifiers: dollarV target
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 12 // modifiers, etc. 69 // cast, preceded by a sequence of type modifiers. The target type 71 // The available modifiers are: 190 // A typespec is a sequence of uppercase characters (modifiers) followed by one 205 // way. The available modifiers are given below. 218 // Typespec modifiers 226 // Prototype modifiers
|
| /freebsd-12.1/sbin/pfctl/tests/files/ |
| H A D | pf0049.in | 1 #test :broadcast and :network modifiers
|
| /freebsd-12.1/sys/dev/usb/input/ |
| H A D | ukbd.c | 121 uint16_t modifiers; member 539 n_mod = sc->sc_ndata.modifiers; in ukbd_interrupt() 540 o_mod = sc->sc_odata.modifiers; in ukbd_interrupt() 809 sc->sc_ndata.modifiers = sc->sc_modifiers; in ukbd_intr_callback() 1664 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.modifiers); in ukbd_read() 1668 return (ukbd_key2scan(sc, keycode, sc->sc_ndata.modifiers, in ukbd_read() 1735 keycode = ukbd_atkeycode(usbcode, sc->sc_ndata.modifiers); in ukbd_read_char_locked() 1741 return (ukbd_key2scan(sc, keycode, sc->sc_ndata.modifiers, in ukbd_read_char_locked()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1012 // any of the instruction modifiers must use the 64-bit encoding. 1256 // VOP1 with modifiers 1260 // VOP1 without modifiers 1267 // VOP 2 with modifiers 1276 // VOP2 without modifiers 1284 // VOP3 with modifiers 1295 // VOP3 without modifiers 1379 // VOP1_DPP with modifiers 1384 // VOP1_DPP without modifiers 1391 // VOP2_DPP with modifiers [all …]
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | NewThings | 28 * $< can be interrupted and takes modifiers. Does not quote args by default 32 * Variable modifiers do not stop processing after the first one fails 103 * multiple : modifiers in variables and ! escapes. Things like:
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-avr.texi | 130 @cindex AVR modifiers 133 The assembler supports several modifiers when using relocatable addresses 141 @cindex symbol modifiers
|
| /freebsd-12.1/contrib/bmake/ |
| H A D | bmake.cat1 | 344 [1mVariable assignment modifiers[0m 466 and `:T' modifiers. These forms are accepted for compatibility with AT&T 626 Provides a list of variable modifiers to apply to each 740 [1mVariable modifiers[0m 750 A set of modifiers can be specified via a variable, as follows: 757 of the modifiers in the modifier_variable contain a dollar sign (`$'), 760 The supported modifiers are: 966 These assignment modifiers always expand to nothing, so if appearing 1468 however the special variables, variable modifiers and conditionals are 1501 [1m+o [22mVariable modifiers, except for the [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-2006 | 5241 * testsuite/23_containers/set/modifiers/insert/: ...here. 5243 * testsuite/23_containers/map/modifiers/insert/: ...here. 5433 * testsuite/23_containers/deque/modifiers/swap/2.cc: New. 5434 * testsuite/23_containers/deque/modifiers/swap/3.cc: New. 5437 * testsuite/23_containers/list/modifiers/swap/2.cc: New. 5438 * testsuite/23_containers/list/modifiers/swap/3.cc: New. 5441 * testsuite/23_containers/vector/modifiers/swap/2.cc: New. 5445 * testsuite/23_containers/set/modifiers/swap/2.cc: New. 5446 * testsuite/23_containers/set/modifiers/swap/3.cc: New. 5449 * testsuite/23_containers/map/modifiers/swap/2.cc: New. [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarfread.c | 3159 decode_modified_type (char *modifiers, unsigned int modcount, int mtype) in decode_modified_type() argument 3173 fundtype = target_to_host (modifiers, nbytes, GET_UNSIGNED, in decode_modified_type() 3179 die_ref = target_to_host (modifiers, nbytes, GET_UNSIGNED, in decode_modified_type() 3197 modifier = *modifiers++; in decode_modified_type() 3198 typep = decode_modified_type (modifiers, --modcount, mtype); in decode_modified_type()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | system_error | 64 // modifiers: 93 // modifiers:
|
| /freebsd-12.1/sys/dev/usb/gadget/ |
| H A D | g_keyboard.c | 95 uint8_t modifiers; member
|
| /freebsd-12.1/contrib/netbsd-tests/share/mk/ |
| H A D | common.subr | 97 # The rest of the arguments include a collection of modifiers for the
|