Home
last modified time | relevance | path

Searched refs:StdNamespace (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dutility.d14 import core.stdcpp.xutility : StdNamespace;
16 extern(C++, (StdNamespace)):
H A Dstring_view.d15 import core.stdcpp.xutility : StdNamespace;
28 extern(C++, (StdNamespace)):
H A Darray.d14 import core.stdcpp.xutility : StdNamespace;
27 extern(C++, (StdNamespace)):
H A Dmemory.d16 import core.stdcpp.xutility : StdNamespace;
18 extern(C++, (StdNamespace)):
H A Dallocator.d15 import core.stdcpp.xutility : StdNamespace, __cpp_sized_deallocation, __cpp_aligned_new;
17 extern(C++, (StdNamespace)):
216 extern(C++, (StdNamespace))
H A Dxutility.d19 enum StdNamespace = AliasSeq!("std", "__1"); in version() local
23 enum StdNamespace = "std"; variable
H A Dstring.d16 import core.stdcpp.xutility : StdNamespace;
48 alias StringNamespace = StdNamespace;
61 extern(C++, (StdNamespace)) struct char_traits(CharT) in char_traits()
2482 extern(C++, (StdNamespace)):
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp199 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make() local
200 if (!StdNamespace) in make()
202 return Self.makeNode<itanium_demangle::NestedName>(StdNamespace, Child); in make()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10993 StdNamespace = Namespc; in ActOnStartNamespaceDef()
11083 StdNamespace.get(Context.getExternalSource())); in getStdNamespace()
11240 if (!StdNamespace) { in getOrCreateStdNamespace()
11242 StdNamespace = NamespaceDecl::Create(Context, in getOrCreateStdNamespace()
11261 if (!StdNamespace) // If we haven't seen namespace std yet, this can't be it. in isStdInitializerList()
H A DSemaDecl.cpp15788 if (getLangOpts().CPlusPlus && Name && DC && StdNamespace && in ActOnTag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7885 if (!SemaObj->StdNamespace) in UpdateSema()
7886 SemaObj->StdNamespace = SemaDeclRefs[I]; in UpdateSema()
H A DASTWriter.cpp4438 if (SemaRef.StdNamespace || SemaRef.StdBadAlloc || SemaRef.StdAlignValT) { in WriteASTCore()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1103 LazyDeclPtr StdNamespace; variable