Home
last modified time | relevance | path

Searched refs:newArgs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1251 for (StringRef S : ExistingAttr->newArgs()) in handleNewAttr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5839 SmallVector<llvm::Value *, 4> newArgs; in replaceUsesOfNonProtoConstant() local
5895 newArgs.append(callSite->arg_begin(), callSite->arg_begin() + argNo); in replaceUsesOfNonProtoConstant()
5904 llvm::CallInst::Create(newFn, newArgs, newBundles, "", callSite); in replaceUsesOfNonProtoConstant()
5908 oldInvoke->getUnwindDest(), newArgs, in replaceUsesOfNonProtoConstant()
5911 newArgs.clear(); // for the next iteration in replaceUsesOfNonProtoConstant()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2715 return llvm::is_contained(newArgs(), "za");
2718 return llvm::is_contained(newArgs(), "zt0");