Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp56 StrDupLike = 1<<2, enumerator
58 AllocLike = MallocOrOpNewLike | StrDupLike,
137 …{LibFunc_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc…
138 …{LibFunc_dunder_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc…
139 …{LibFunc_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc…
140 …{LibFunc_dunder_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc…
381 if (FnData->AllocTy == StrDupLike) { in getAllocSize()
1121 if (FnData->AllocTy == StrDupLike) { in visitCallBase()