Searched refs:modifier (Results 101 - 109 of 109) sorted by relevance

12345

/openbsd-current/sys/dev/ic/
H A Dqla.c2183 marker->modifier = QLA_IOCB_MARKER_SYNC_ALL;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x2633 modifier.
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c3778 ("Illegal modifier `%s' for field declaration",
4022 check_modifiers ("Illegal modifier `%s'. Only `final' was expected here",
4076 check_modifiers ("Illegal modifier `%s' for static initializer", yyvsp[0].value, ACC_STATIC);
4985 "Illegal modifier `%s'. Only `synchronized' was expected here",
6797 /* Access modifier looked-up first for easier report on forbidden
7068 check_modifiers ("Illegal modifier `%s' for interface declaration",
7073 "Illegal modifier `%s' for local class declaration" :
7074 "Illegal modifier `%s' for class declaration"),
7442 - Can't use twice the same (checked in the modifier rule) */
7446 "Redundant use of `abstract' modifier
[all...]
H A Dparse.y814 modifiers: modifier | modifiers modifier
815 modifier: any of public... */
949 ("Illegal modifier `%s' for field declaration",
1124 check_modifiers ("Illegal modifier `%s'. Only `final' was expected here",
1166 check_modifiers ("Illegal modifier `%s' for static initializer", $1, ACC_STATIC);
1880 "Illegal modifier `%s'. Only `synchronized' was expected here",
3228 /* Access modifier looked-up first for easier report on forbidden
3499 check_modifiers ("Illegal modifier `%s' for interface declaration",
3504 "Illegal modifier `
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A Dmktables17027 even if the C</x> modifier hasn't been specified on the regular expression.
17272 Also, Case_Folding is accessible through the C</i> modifier in regular
20408 # The /l modifier has C after it to indicate the locale to try
20413 for my $modifier (@modifiers) {
20417 if ($modifier =~ / ^ l (.*) /x) {
20421 $modifier = 'l';
20425 my $pattern = "(?$modifier:$break_pattern)";
H A DTestProp.pl273 # The /l modifier has C after it to indicate the locale to try
278 for my $modifier (@modifiers) {
282 if ($modifier =~ / ^ l (.*) /x) {
286 $modifier = 'l';
290 my $pattern = "(?$modifier:$break_pattern)";
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
H A DBalanced.pm1696 Note too that, when using the /x modifier on a regex, any comment
/openbsd-current/sys/dev/pci/
H A Dqle.c2547 marker->modifier = QLE_IOCB_MARKER_SYNC_ALL;
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c9635 old_afb->base.modifier != new_afb->base.modifier)
9685 * check tiling flags when the FB doesn't have a modifier.

Completed in 510 milliseconds

12345