Searched refs:createGlobal (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Program.cpp | 115 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 D | Program.h | 69 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 D | ByteCodeExprGen.cpp | 534 if (Optional<unsigned> I = P.createGlobal(VD)) { in visitDecl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | scope.h | 128 static Scope *createGlobal(Module *module);
|
| H A D | dmodule.c | 673 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 D | dscope.c | 116 Scope *Scope::createGlobal(Module *_module) in createGlobal() function
|
| H A D | doc.c | 370 Scope *sc = Scope::createGlobal(m); // create root scope in gendocfile()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 77 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 D | ConstantInitBuilder.cpp | 67 ConstantInitBuilderBase::createGlobal(llvm::Constant *initializer, in createGlobal() function in ConstantInitBuilderBase
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dscope.d | 163 extern (D) static Scope* createGlobal(Module _module) in createGlobal() function
|
| H A D | semantic2.d | 331 Scope* sc = Scope.createGlobal(mod); // create root scope in visit()
|
| H A D | dmodule.d | 1127 Scope* sc = Scope.createGlobal(this); // create root scope in importAll()
|
| H A D | semantic3.d | 188 Scope* sc = Scope.createGlobal(mod); // create root scope in visit()
|
| H A D | doc.d | 399 Scope* sc = Scope.createGlobal(m); // create root scope in gendocfile()
|
| H A D | dsymbolsem.d | 1979 sc = Scope.createGlobal(m); // create root scope in visit()
|