Searched refs:StrArg (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SimplifyLibCalls.h | 234 Value* emitSnPrintfMemCpy(CallInst *CI, Value *StrArg, StringRef Str,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 3406 Value *LibCallSimplifier::emitSnPrintfMemCpy(CallInst *CI, Value *StrArg, in emitSnPrintfMemCpy() argument 3409 assert(StrArg || (N < 2 && Str.size() == 1)); in emitSnPrintfMemCpy() 3434 if (NCopy && StrArg) in emitSnPrintfMemCpy() 3439 DstArg, Align(1), StrArg, Align(1), in emitSnPrintfMemCpy() 3516 Value *StrArg = CI->getArgOperand(3); in optimizeSnPrintFString() local 3519 if (!getConstantStringInfo(StrArg, Str)) in optimizeSnPrintFString() 3522 return emitSnPrintfMemCpy(CI, StrArg, Str, N, B); in optimizeSnPrintFString()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 234 Expr *StrArg = TheCall->getArg(1)->IgnoreParenCasts(); in BuiltinAnnotation() local 235 StringLiteral *Literal = dyn_cast<StringLiteral>(StrArg); in BuiltinAnnotation() 237 S.Diag(StrArg->getBeginLoc(), diag::err_builtin_annotation_second_arg) in BuiltinAnnotation() 238 << StrArg->getSourceRange(); in BuiltinAnnotation()
|