Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py367 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 Dgmock_class.py60 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 Dformat-strings.rst11 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 Dindex.rst38 field-modifiers
H A Dfield-modifiers.rst3 .. _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 Dxopo.rst9 the fields modifiers, the string passed to :manpage:`gettext(3)` is
H A Dfield-formatting.rst83 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 Dfaq.rst105 The roles and modifiers describe these details.
114 roles, modifiers, names, and formats. They are dense and a bit
H A Dintro.rst20 rendered in different output styles (see :ref:`field-modifiers` for
H A Dxolint.rst35 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
218 The hn-* modifiers (hn-decimal, hn-space, hn-1000)
H A Dfield-roles.rst37 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 DMakefile44 @${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 Darm_neon_incl.td11 // 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 DOpenMPKinds.def121 // Map-type-modifiers for 'map' clause.
/freebsd-13.1/sbin/pfctl/tests/files/
H A Dpf0049.in1 #test :broadcast and :network modifiers
/freebsd-13.1/sys/dev/hid/
H A Dhkbd.c639 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 Dukbd.c648 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 DNewThings28 * $< 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 DSIInstrInfo.td1617 // 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 Dbmake.cat1359 Variable assignment modifiers
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 Variable modifiers
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 +o Variable modifiers, except for the
[all …]
H A DChangeLog193 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 Dsystem_error63 // modifiers:
92 // modifiers:
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk20 . warning Chaining modifiers does not work.
/freebsd-13.1/sys/dev/usb/gadget/
H A Dg_keyboard.c97 uint8_t modifiers; member
/freebsd-13.1/sbin/pfctl/tests/
H A Dpfctl_test_list.inc75 PFCTL_TEST(0049, "Broadcast and network modifiers")

123