Home
last modified time | relevance | path

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

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