Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DSolaris.cpp92 const Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi); in ConstructJob() local
95 if (Std) { in ConstructJob()
96 HaveAnsi = Std->getOption().matches(options::OPT_ansi); in ConstructJob()
98 LangStd = LangStandard::getLangStandardForName(Std->getValue()); in ConstructJob()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp132 LangStandard::Kind Std = LangStandard::lang_unspecified; member
193 Std = *GivenStd; in TransferableCommand()
202 if (Type == types::TY_INVALID && Std != LangStandard::lang_unspecified) in TransferableCommand()
203 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand()
237 if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) { in transferTo()
240 LangStandard::getLangStandardForKind(Std).getName()).str()); in transferTo()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpl_calltime_example.txt70 Std.pm sub getopts 1
105 Std.pm sub getopts 78
133 Std.pm sub getopts 112
H A Dpl_cputime_example.txt71 Std.pm sub getopts 1
104 Std.pm sub getopts 33
134 Std.pm sub getopts 63
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpl_calltime_example.txt70 Std.pm sub getopts 1
105 Std.pm sub getopts 78
133 Std.pm sub getopts 112
H A Dpl_cputime_example.txt71 Std.pm sub getopts 1
104 Std.pm sub getopts 33
134 Std.pm sub getopts 63
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Decho.pl5 use Getopt::Std;
H A Dmkpod2html.pl13 use Getopt::Std;
H A Ddofile.pl20 use Getopt::Std;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Decho.pl5 use Getopt::Std;
/netbsd-src/share/examples/getdate/
H A Dposixmsk.example33 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
H A Dposixmsk.example43 # The Open Group Base Specifications Issue 7 / IEEE Std 1003.1-2008
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dfetch.pl20 use Getopt::Std;
/netbsd-src/external/lgpl3/gmp/dist/mpn/m68k/
H A Dt-m68k-defs.pl40 use Getopt::Std;
/netbsd-src/sys/arch/vax/conf/
H A Dstd.vax3 # Std vaxfiles
/netbsd-src/external/ibm-public/postfix/dist/mantools/
H A Dpostconf2html24 use Getopt::Std;
H A Dxpostconf3 use Getopt::Std;
/netbsd-src/external/bsd/ipf/dist/perl/
H A Dipfmeta.pl8 use Getopt::Std;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/formerr/
H A Dformerr.pl46 use Getopt::Std;
/netbsd-src/external/cddl/dtracetoolkit/dist/Bin/
H A Dhotkernel51 use Getopt::Std;
H A Dhotuser54 use Getopt::Std;
H A Derrinfo54 use Getopt::Std;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl32 use Getopt::Std;
/netbsd-src/external/cddl/dtracetoolkit/dist/
H A Dhotuser54 use Getopt::Std;
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/
H A Dt-zdisp2.pl51 use Getopt::Std;

1234567891011