Searched refs:Std (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Parser/
H A Drecovery.cpp4 namespace Std { // expected-note {{here}} namespace
9 inline namespace Std { // expected-error {{cannot be reopened as inline}} namespace
11 } / end namespace Std // expected-error {{unqualified-id}}
13 Std::Important y;
/external/stlport/stlport/stl/
H A D_epilog.h35 # error Incompatible native Std library.
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1835 const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd); local
1836 Opts.BCPLComment = Std.hasBCPLComments();
1837 Opts.C99 = Std.isC99();
1838 Opts.C11 = Std.isC11();
1839 Opts.CPlusPlus = Std.isCPlusPlus();
1840 Opts.CPlusPlus0x = Std.isCPlusPlus0x();
1841 Opts.Digraphs = Std.hasDigraphs();
1842 Opts.GNUMode = Std.isGNUMode();
1843 Opts.GNUInline = !Std.isC99();
1844 Opts.HexFloats = Std
1903 const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd); local
[all...]
/external/llvm/utils/
H A Dcodegen-diff3 use Getopt::Std;
/external/mksh/src/
H A Dcheck.pl154 use Getopt::Std;
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm412 This package is my response to the standard modules Getopt::Std and
413 Getopt::Long. C<Std> doesn't support long options, and C<Long>
/external/clang/lib/Driver/
H A DTools.cpp2105 if (Arg *Std = Args.getLastArg(options::OPT_std_EQ, options::OPT_ansi)) {
2106 if (Std->getOption().matches(options::OPT_ansi))
2112 Std->render(Args, CmdArgs);
2116 if (A != Std)
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5611 NamespaceDecl *Std = S.getStdNamespace(); local
5612 if (!Std) {
5619 if (!S.LookupQualifiedName(Result, Std)) {
H A DSemaOverload.cpp9517 if (DeclContext *Std = SemaRef.getStdNamespace()) {
9521 if (!Std->Encloses(*it))

Completed in 806 milliseconds