Searched refs:StrDupLike (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 58 StrDupLike = 1<<4, enumerator 60 AllocLike = MallocLike | CallocLike | StrDupLike, 107 {LibFunc_strdup, {StrDupLike, 1, -1, -1}}, 108 {LibFunc_strndup, {StrDupLike, 2, 1, -1}} 591 if (FnData->AllocTy == StrDupLike) { in visitCallSite() 849 if (FnData->AllocTy == StrDupLike) { in visitCallSite()
|