Home
last modified time | relevance | path

Searched defs:StrArg (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tracing-attributes/src/
Dattr.rs214 struct StrArg<T> { struct
219 impl<T: Parse> Parse for StrArg<T> { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3052 Value *LibCallSimplifier::emitSnPrintfMemCpy(CallInst *CI, Value *StrArg, in emitSnPrintfMemCpy()
3162 Value *StrArg = CI->getArgOperand(3); in optimizeSnPrintFString() local
/external/clang/lib/Sema/
DSemaChecking.cpp90 Expr *StrArg = TheCall->getArg(1)->IgnoreParenCasts(); in SemaBuiltinAnnotation() local