Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c115 OPT("E", CL_ALL, OPT_E) \
128 OPT("Wall", CL_ALL, OPT_Wall) \
157 OPT("Wmain", CL_C, OPT_Wmain) \
190 OPT("ansi", CL_ALL, OPT_ansi) \
196 OPT("fasm", CL_ALL, OPT_fasm) \
237 OPT("frepo", CL_CXX, OPT_frepo) \
238 OPT("frtti", CL_CXX, OPT_frtti) \
256 OPT("fweak", CL_CXX, OPT_fweak) \
286 #define OPT(text, flags, code) code, macro
292 #undef OPT
[all …]
H A Dgcc.hlp60 $ LINK object-file, GNU_CC:[000000]GCCLIB/LIB,SYS$INPUT/OPT
69 into a file called VAXCRTL.OPT, and then use the link command:
71 $ LINK object-file, GNU_CC:[000000]GCCLIB/LIB,VAXCRTL.OPT/OPT
H A Dstab.def63 __define_stab (N_OPT, 0x3c, "OPT")
206 | 38 OBJ | 3A | 3C OPT | 3E |
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-opc.c249 { "add", 2,2,4,0x6F00, 0xFF00, {OP_Smem,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST},
252 { "add", 2,2,4,0xF000, 0xFCF0, {OP_lk,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST}, 0, REST},
257 { "and", 1,1,3,0xF080, 0xFCE0, {OP_SRC,OPT|OP_SHIFT,OPT|OP_DST}, 0, REST},
259 { "and", 2,2,4,0xF030, 0xFCF0, {OP_lk,OPT|OP_SHFT,OP_SRC,OPT|OP_DST}, 0, REST},
268 { "bc", 2,2,4,0xF800, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
270 { "bcd", 2,2,4,0xFA00, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
279 { "cc", 2,2,4,0xF900, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
281 { "ccd", 2,2,4,0xFB00, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
391 { "rc", 1,1,3,0xFC00, 0xFF00, {OP_CC,OPT|OP_CC,OPT|OP_CC},
393 { "rcd", 1,1,3,0xFE00, 0xFF00, {OP_CC,OPT|OP_CC,OPT|OP_CC},
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-opc.c249 { "add", 2,2,4,0x6F00, 0xFF00, {OP_Smem,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST},
252 { "add", 2,2,4,0xF000, 0xFCF0, {OP_lk,OPT|OP_SHIFT,OP_SRC,OPT|OP_DST}, 0, REST},
257 { "and", 1,1,3,0xF080, 0xFCE0, {OP_SRC,OPT|OP_SHIFT,OPT|OP_DST}, 0, REST},
259 { "and", 2,2,4,0xF030, 0xFCF0, {OP_lk,OPT|OP_SHFT,OP_SRC,OPT|OP_DST}, 0, REST},
268 { "bc", 2,2,4,0xF800, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
270 { "bcd", 2,2,4,0xFA00, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
279 { "cc", 2,2,4,0xF900, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
281 { "ccd", 2,2,4,0xFB00, 0xFF00, {OP_pmad,OP_CC,OPT|OP_CC,OPT|OP_CC},
391 { "rc", 1,1,3,0xFC00, 0xFF00, {OP_CC,OPT|OP_CC,OPT|OP_CC},
393 { "rcd", 1,1,3,0xFE00, 0xFF00, {OP_CC,OPT|OP_CC,OPT|OP_CC},
[all …]
/openbsd/gnu/usr.bin/perl/win32/bin/
H A Dpl2bat.pl31 my %OPT = ();
32 warn($usage), exit(0) if !getopts('whun:o:a:s:',\%OPT) or $OPT{'h'};
33 die '-a option has been removed' if $OPT{a};
45 if (exists $OPT{$old_key}) {
46 $args{$key_for{$old_key}} = $OPT{$old_key};
49 if (exists $OPT{s}) {
50 $args{strip_suffix} = $OPT{'s'} =~ m#^/([^/]*[^/\$]|)\$?/?$# ? qr/$1/ : qr/\Q$OPT{'s'}\E/;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dsoak33 my %OPT = (
42 $OPT{mmargs} = [''] unless exists $OPT{mmargs};
43 $OPT{min} = parse_version($OPT{min}) - 1e-10;
49 grep { $_->[1] >= $OPT{min} }
59 my $mmalen = max(map length, @{$OPT{mmargs}});
63 , color => $OPT{color}
74 my $tot = @GoodPerls*@{$OPT{mmargs}};
82 for my $mm (@{$OPT{mmargs}}) {
92 runit("$OPT{make}", \@warn_make) &&
93 runit("$OPT{make} test", \@warn_test);
[all …]
/openbsd/usr.bin/tic/
H A Dcapconvert99 OPT="-x"
101 if test $OPT $TMP ; then
103 test $OPT $TMP && OPT="-f"
105 OPT="-f"
114 if test "$OPT" "$x"/tic
127 if test $OPT ../misc/shlib ; then
/openbsd/regress/usr.bin/mandoc/tbl/opt/
H A Dinvalid.out_ascii1 TBL-OPT(1) General Commands Manual TBL-OPT(1)
20 OpenBSD January 25, 2015 TBL-OPT(1)
H A Dbox.out_ascii1 TBL-OPT-BOX(1) General Commands Manual TBL-OPT-BOX(1)
43 OpenBSD August 28, 2022 TBL-OPT-BOX(1)
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/t/
H A D000prereq.t27 my @OPT = qw(
31 plan tests => 1 + @NAMES + @OPT + $extra ;
41 foreach my $name (@OPT)
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Dtic54x.h32 OPT = 0x8000, enumerator
116 #define OPTYPE(X) ((X)&~OPT)
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dtic54x.h32 OPT = 0x8000, enumerator
116 #define OPTYPE(X) ((X)&~OPT)
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh57 OPT=$CLANG_DIR/opt
61 for F in $CC $CXX $TBLGEN $LINK $OPT $AR; do
176 $OPT -passes=internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp689 if (!OPT) in isObjCIdOrObjectKindOfType()
693 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
697 if (!OPT->isKindOfType()) in isObjCIdOrObjectKindOfType()
701 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) in isObjCIdOrObjectKindOfType()
712 if (!OPT) in isObjCClassOrClassKindOfType()
716 if (OPT->isObjCClassType()) in isObjCClassOrClassKindOfType()
720 if (!OPT->isKindOfType()) in isObjCClassOrClassKindOfType()
724 return OPT->isObjCClassType() || OPT->isObjCQualifiedClassType(); in isObjCClassOrClassKindOfType()
1737 return OPT; in getAsObjCQualifiedIdType()
1747 return OPT; in getAsObjCQualifiedClassType()
[all …]
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1963 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType()
1974 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, in HandleExprPropertyRefExpr() argument
1980 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
1985 << MemberName << QualType(OPT, 0); in HandleExprPropertyRefExpr()
1993 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(), in HandleExprPropertyRefExpr()
2013 for (const auto *I : OPT->quals()) in HandleExprPropertyRefExpr()
2040 Getter = LookupMethodInQualifiedType(Sel, OPT, true); in HandleExprPropertyRefExpr()
2117 << OPT->getInterfaceDecl()->getName() in HandleExprPropertyRefExpr()
2149 << MemberName << QualType(OPT, 0); in HandleExprPropertyRefExpr()
2506 if (!OPT || !OPT->getInterfaceDecl()) in checkFoundationAPI()
[all …]
H A DMultiplexExternalSemaSource.cpp326 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
330 EnteringContext, OPT)) in CorrectTypo()
H A DSemaExprMember.cpp1487 const ObjCObjectPointerType *OPT; in LookupMemberExpr() local
1488 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) { in LookupMemberExpr()
1505 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
1512 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) { in LookupMemberExpr()
1529 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, in LookupMemberExpr()
1605 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName, in LookupMemberExpr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DExternalSemaSource.h215 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
H A DMultiplexExternalSemaSource.h348 const ObjCObjectPointerType *OPT) override;
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h550 const clang::ObjCObjectPointerType *OPT) override { in CorrectTypo() argument
554 MemberContext, EnteringContext, OPT)) in CorrectTypo()
/openbsd/gnu/gcc/gcc/
H A Dstab.def69 __define_stab (N_OPT, 0x3c, "OPT")
212 | 38 OBJ | 3A | 3C OPT | 3E |
/openbsd/usr.sbin/unbound/doc/
H A DFEATURES94 OPT type
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dstab.def76 __define_stab (N_OPT, 0x3c, "OPT")
243 | 38 OBJ | 3A | 3C OPT | 3E |
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dstab.def76 __define_stab (N_OPT, 0x3c, "OPT")
243 | 38 OBJ | 3A | 3C OPT | 3E |

1234