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