Searched defs:StrArg (Results 1 – 3 of 3) sorted by relevance
214 struct StrArg<T> { struct219 impl<T: Parse> Parse for StrArg<T> { argument
3052 Value *LibCallSimplifier::emitSnPrintfMemCpy(CallInst *CI, Value *StrArg, in emitSnPrintfMemCpy()3162 Value *StrArg = CI->getArgOperand(3); in optimizeSnPrintFString() local
90 Expr *StrArg = TheCall->getArg(1)->IgnoreParenCasts(); in SemaBuiltinAnnotation() local