Home
last modified time | relevance | path

Searched refs:StrDupLike (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp60 StrDupLike = 1<<5, enumerator
63 AllocLike = MallocOrCallocLike | StrDupLike,
146 …{LibFunc_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc…
147 …{LibFunc_dunder_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc…
148 …{LibFunc_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc…
149 …{LibFunc_dunder_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc…
406 if (FnData->AllocTy == StrDupLike) { in getAllocSize()
1152 if (FnData->AllocTy == StrDupLike) { in visitCallBase()