Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp111 Opts.C99 = Std.isC99(); in setLangDefaults()
112 Opts.C11 = Std.isC11(); in setLangDefaults()
113 Opts.C17 = Std.isC17(); in setLangDefaults()
114 Opts.C23 = Std.isC23(); in setLangDefaults()
115 Opts.CPlusPlus = Std.isCPlusPlus(); in setLangDefaults()
116 Opts.CPlusPlus11 = Std.isCPlusPlus11(); in setLangDefaults()
122 Opts.GNUMode = Std.isGNUMode(); in setLangDefaults()
124 Opts.HexFloats = Std.hasHexFloats(); in setLangDefaults()
125 Opts.WChar = Std.isCPlusPlus(); in setLangDefaults()
126 Opts.Digraphs = Std.hasDigraphs(); in setLangDefaults()
[all …]
/freebsd-14.2/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;
H A Dqtool.pl13 use Getopt::Std;
79 Getopt::Std::getopts('bC:de:Qs:', \%opts);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp133 LangStandard::Kind Std = LangStandard::lang_unspecified; member
195 Std = *GivenStd; in TransferableCommand()
204 if (Type == types::TY_INVALID && Std != LangStandard::lang_unspecified) in TransferableCommand()
205 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand()
239 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo()
242 LangStandard::getLangStandardForKind(Std).getName()).str()); in transferTo()
/freebsd-14.2/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-14.2/sys/contrib/openzfs/scripts/
H A Denum-extract.pl13 use Getopt::Std;
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp171 const Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi); in ConstructJob() local
174 if (Std) { in ConstructJob()
175 HaveAnsi = Std->getOption().matches(options::OPT_ansi); in ConstructJob()
177 LangStd = LangStandard::getLangStandardForName(Std->getValue()); in ConstructJob()
/freebsd-14.2/tools/tools/hcomp/
H A Dhcomp.pl32 use Getopt::Std;
/freebsd-14.2/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-14.2/usr.sbin/ntp/scripts/
H A Dntptrace7 use Getopt::Std;
/freebsd-14.2/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in5 use Getopt::Std;
/freebsd-14.2/tools/tools/mtxstat/
H A Dmtxstat.pl32 use Getopt::Std;
/freebsd-14.2/tools/tools/genericize/
H A Dgenericize.pl32 use Getopt::Std;
/freebsd-14.2/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-14.2/contrib/less/
H A Dmkutable10 use Getopt::Std;
/freebsd-14.2/sys/contrib/device-tree/src/arm/
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-14.2/crypto/openssl/crypto/objects/
H A Dobjects.pl9 use Getopt::Std;
/freebsd-14.2/tests/sys/acl/
H A Drun43 use Getopt::Std;
/freebsd-14.2/crypto/openssl/apps/
H A Dtsget.in12 use Getopt::Std;

123