| /freebsd-13.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-13.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 | index.rst | 38 field-modifiers
|
| 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 | 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 | xolint.rst | 35 The hn-* modifiers (hn-decimal, hn-space, hn-1000) 218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
|
| H A D | field-roles.rst | 37 Roles and modifiers can also use more verbose names, when preceded by 151 unimportant field formatting and modifiers, stopping minor formatting
|
| /freebsd-13.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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 11 // modifiers, etc. 77 // cast, preceded by a sequence of type modifiers. The target type 79 // The available modifiers are: 193 // A typespec is a sequence of uppercase characters (modifiers) followed by one 205 // set of "modifiers" that can change in some way the "base type" of the 220 // Typespec modifiers 228 // Prototype modifiers
|
| H A D | OpenMPKinds.def | 121 // Map-type-modifiers for 'map' clause.
|
| /freebsd-13.1/sbin/pfctl/tests/files/ |
| H A D | pf0049.in | 1 #test :broadcast and :network modifiers
|
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hkbd.c | 639 uint8_t modifiers; in hkbd_intr_callback() local 672 modifiers = 0; in hkbd_intr_callback() 678 modifiers |= MOD_EJECT; in hkbd_intr_callback() 683 modifiers |= MOD_FN; in hkbd_intr_callback() 707 if (modifiers & MOD_FN) in hkbd_intr_callback() 720 if (modifiers & MOD_FN) in hkbd_intr_callback() 731 DPRINTF("modifiers = 0x%04x\n", modifiers); in hkbd_intr_callback()
|
| /freebsd-13.1/sys/dev/usb/input/ |
| H A D | ukbd.c | 648 uint8_t modifiers; in ukbd_intr_callback() local 690 modifiers = 0; in ukbd_intr_callback() 696 modifiers |= MOD_EJECT; in ukbd_intr_callback() 701 modifiers |= MOD_FN; in ukbd_intr_callback() 730 if (modifiers & MOD_FN) in ukbd_intr_callback() 742 if (modifiers & MOD_FN) in ukbd_intr_callback() 753 DPRINTF("modifiers = 0x%04x\n", modifiers); in ukbd_intr_callback()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1617 // VOP1 with modifiers 1624 // VOP1 without modifiers 1631 // VOP 2 with modifiers 1640 // VOP2 without modifiers 1649 // VOP3 with modifiers 1663 // VOP3 with modifiers except src2 1676 // VOP3 without modifiers 1727 // VOP1_DPP with modifiers 1731 // VOP1_DPP without modifiers 1735 // VOP2_DPP with modifiers [all …]
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | bmake.cat1 | 359 [1mVariable assignment modifiers[0m 500 and `:T' modifiers. These forms are accepted for compatibility with AT&T 645 set to a set of modifiers that will be applied to each 672 Provides a list of variable modifiers to apply to each 801 [1mVariable modifiers[0m 811 A set of modifiers can be specified via a variable, as follows: 818 of the modifiers in the modifier_variable contain a dollar sign (`$'), 821 The supported modifiers are: 1549 however the special variables, variable modifiers and conditionals are 1582 [1m+o [22mVariable modifiers, except for the [all …]
|
| H A D | ChangeLog | 193 o var.c: merge branches for modifiers ':D' and ':U' 440 clean up pattern flags for the modifiers ':S' and ':C' 509 condense the code for parsing :S and :C modifiers 676 error out on unknown variable modifiers at parse time 1086 in lint mode, reject modifiers without delimiter 1302 o var.c: reduce duplicate code for modifiers 1389 cleanup and simplify implementation of modifiers 1390 o make.1: move documentation for assignment modifiers 1425 o lots more unit tests for variable modifiers 2715 consider it as containing modifiers. [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | system_error | 63 // modifiers: 92 // modifiers:
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 20 . warning Chaining modifiers does not work.
|
| /freebsd-13.1/sys/dev/usb/gadget/ |
| H A D | g_keyboard.c | 97 uint8_t modifiers; member
|
| /freebsd-13.1/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 75 PFCTL_TEST(0049, "Broadcast and network modifiers")
|