Home
last modified time | relevance | path

Searched defs:createGlobal (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp141 llvm::Optional<unsigned> Program::createGlobal(const ValueDecl *VD) { in createGlobal() function in Program
158 llvm::Optional<unsigned> Program::createGlobal(const Expr *E) { in createGlobal() function in Program
162 llvm::Optional<unsigned> Program::createGlobal(const DeclTy &D, QualType Ty, in createGlobal() function in Program
/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.old/dist/gcc/d/dmd/
H A Ddscope.c116 Scope *Scope::createGlobal(Module *_module) in createGlobal() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d163 extern (D) static Scope* createGlobal(Module _module) in createGlobal() function