Home
last modified time | relevance | path

Searched refs:Std (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp110 const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd); in setLangDefaults() local
112 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
113 Opts.C99 = Std.isC99(); in setLangDefaults()
114 Opts.C11 = Std.isC11(); in setLangDefaults()
115 Opts.C17 = Std.isC17(); in setLangDefaults()
116 Opts.C23 = Std.isC23(); in setLangDefaults()
117 Opts.C2y = Std.isC2y(); in setLangDefaults()
118 Opts.CPlusPlus = Std.isCPlusPlus(); in setLangDefaults()
119 Opts.CPlusPlus11 = Std.isCPlusPlus11(); in setLangDefaults()
120 Opts.CPlusPlus14 = Std.isCPlusPlus14(); in setLangDefaults()
[all …]
H A DDiagnosticIDs.cpp795 #define DIAG_COMPAT_ID(Value, Name, Std, Diag, DiagPre) \ in getCXXCompatDiagId() argument
796 {Std == 98 ? 1998 : 2000 + Std, diag::Diag, diag::DiagPre}, in getCXXCompatDiagId()
/freebsd/contrib/sendmail/contrib/
H A Dcidrexpand80 use Getopt::Std;
81 $Getopt::Std::STANDARD_HELP_VERSION = 1;
H A Ddoublebounce.pl38 use Getopt::Std;
H A Dbuildvirtuser97 use Getopt::Std;
H A Dsmcontrol.pl6 use Getopt::Std;
H A Detrn.pl36 use Getopt::Std;
/freebsd/packages/hostapd/
H A Dhostapd.ucl19 comment = "IEEE Std 802.11 Access Point authentication daemon"
23 IEEE Std 802.11 wireless network interface configured in Access Point (AP)
/freebsd/crypto/openssl/util/
H A Decho.pl5 use Getopt::Std;
H A Dmkpod2html.pl13 use Getopt::Std;
H A Ddofile.pl20 use Getopt::Std;
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp170 const Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi); in ConstructJob() local
173 if (Std) { in ConstructJob()
174 HaveAnsi = Std->getOption().matches(options::OPT_ansi); in ConstructJob()
176 LangStd = LangStandard::getLangStandardForName(Std->getValue()); in ConstructJob()
/freebsd/tools/tools/hcomp/
H A Dhcomp.pl32 use Getopt::Std;
/freebsd/contrib/tcsh/config/
H A Dbsd4.413 * POSIX This system supports IEEE Std 1003.1-1988 (POSIX).
18 * POSIXJOBS This system supports the optional IEEE Std 1003.1-1988 (POSIX)
/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace7 use Getopt::Std;
/freebsd/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in5 use Getopt::Std;
/freebsd/tools/tools/mtxstat/
H A Dmtxstat.pl32 use Getopt::Std;
/freebsd/tools/tools/genericize/
H A Dgenericize.pl32 use Getopt::Std;
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_s390x.inc127 * IEEE Std 1619-2018. The earlier and obsolete IEEE Std 1619-2007
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dpci.txt3 PCI Bus Binding to: IEEE Std 1275-1994
47 Identifies the PCI-PCI bridge. As defined in the IEEE Std 1275-1994
/freebsd/contrib/less/
H A Dmkutable10 use Getopt::Std;
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28-tx28.dts209 /* 2nd TX-Std UART - (A)UART1 */
216 /* 3rd TX-Std UART - (A)UART3 */
241 /* 1st TX-Std UART - (D)UART */
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_sm4.txt87 Title = SM4 XTS test vectors, while the XTS mode is standardized in IEEE Std 1619-2007
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.pl9 use Getopt::Std;
/freebsd/tests/sys/acl/
H A Drun43 use Getopt::Std;

123