Searched defs:NewVar (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 222 setVariable(DILocalVariable * NewVar) setVariable() argument
|
H A D | IntrinsicInst.h | 322 setVariable(DILocalVariable * NewVar) setVariable() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 561 auto *NewVar = new GlobalVariable(*Var->getParent(), Var->getValueType(), in run() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1576 DINode *&NewVar = RemappedMetadata[OldVar]; fixupDebugInfoPostExtraction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 5295 BuildVariableInstantiation(VarDecl * NewVar,VarDecl * OldVar,const MultiLevelTemplateArgumentList & TemplateArgs,LateInstantiatedAttrVec * LateAttrs,DeclContext * Owner,LocalInstantiationScope * StartingScope,bool InstantiatingVarTemplate,VarTemplateSpecializationDecl * PrevDeclForVarTemplateSpecialization) BuildVariableInstantiation() argument [all...] |
H A D | SemaOpenMP.cpp | 5605 VarDecl *NewVar = buildVarDecl(Actions, {}, NewE->getType(), Name, nullptr, precomputeExpr() local
|