Searched refs:newArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 1251 for (StringRef S : ExistingAttr->newArgs()) in handleNewAttr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 5839 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 D | Attr.td | 2715 return llvm::is_contained(newArgs(), "za"); 2718 return llvm::is_contained(newArgs(), "zt0");
|