Searched refs:StrDupLike (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 63 StrDupLike = 1<<2, enumerator 65 AllocLike = MallocOrOpNewLike | StrDupLike, 152 …{LibFunc_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc… 153 …{LibFunc_dunder_strdup, {StrDupLike, 1, -1, -1, -1, MallocFamily::Malloc… 154 …{LibFunc_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc… 155 …{LibFunc_dunder_strndup, {StrDupLike, 2, 1, -1, -1, MallocFamily::Malloc… 393 if (FnData->AllocTy == StrDupLike) { in getAllocSize() 1164 if (FnData->AllocTy == StrDupLike) { in visitCallBase()
|