Home
last modified time | relevance | path

Searched refs:createGlobal (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp115 if (auto Idx = createGlobal(VD)) { in getOrCreateGlobal()
134 if (auto Idx = createGlobal(PD, Ty, /*isStatic=*/true, /*isExtern=*/true)) { in getOrCreateDummy()
141 llvm::Optional<unsigned> Program::createGlobal(const ValueDecl *VD) { in createGlobal() function in Program
150 if (auto Idx = createGlobal(VD, VD->getType(), IsStatic, IsExtern)) { in createGlobal()
158 llvm::Optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal() function in Program
159 return createGlobal(E, E->getType(), /*isStatic=*/true, /*isExtern=*/false); in createGlobal()
162 llvm::Optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal() function in Program
H A DProgram.h69 llvm::Optional<unsigned> createGlobal(const ValueDecl *VD);
72 llvm::Optional<unsigned> createGlobal(const Expr *E);
133 llvm::Optional<unsigned> createGlobal(const DeclTy &D, QualType Ty,
H A DByteCodeExprGen.cpp534 if (Optional<unsigned> I = P.createGlobal(VD)) { in visitDecl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h128 static Scope *createGlobal(Module *module);
H A Ddmodule.c673 Scope *sc = Scope::createGlobal(this); // create root scope in importAll()
737 Scope::createGlobal(this); // create root scope in semantic()
776 Scope *sc = Scope::createGlobal(this); // create root scope in semantic2()
807 Scope *sc = Scope::createGlobal(this); // create root scope in semantic3()
H A Ddscope.c116 Scope *Scope::createGlobal(Module *_module) in createGlobal() function
H A Ddoc.c370 Scope *sc = Scope::createGlobal(m); // create root scope in gendocfile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h77 llvm::GlobalVariable *createGlobal(llvm::Constant *initializer,
390 return this->Builder.createGlobal(asImpl().finishImpl(), in finishAndCreateGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp67 ConstantInitBuilderBase::createGlobal(llvm::Constant *initializer, in createGlobal() function in ConstantInitBuilderBase
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d163 extern (D) static Scope* createGlobal(Module _module) in createGlobal() function
H A Dsemantic2.d331 Scope* sc = Scope.createGlobal(mod); // create root scope in visit()
H A Ddmodule.d1127 Scope* sc = Scope.createGlobal(this); // create root scope in importAll()
H A Dsemantic3.d188 Scope* sc = Scope.createGlobal(mod); // create root scope in visit()
H A Ddoc.d399 Scope* sc = Scope.createGlobal(m); // create root scope in gendocfile()
H A Ddsymbolsem.d1979 sc = Scope.createGlobal(m); // create root scope in visit()