Searched refs:StrDupLike (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 58 StrDupLike = 1<<5, enumerator 60 AllocLike = MallocOrCallocLike | StrDupLike, 112 {LibFunc_strdup, {StrDupLike, 1, -1, -1}}, 113 {LibFunc_strndup, {StrDupLike, 2, 1, -1}} 335 return getAllocationData(V, StrDupLike, TLI, LookThroughBitCast).hasValue(); in isStrdupLikeFn() 707 if (FnData->AllocTy == StrDupLike) { in visitCallBase() 979 if (FnData->AllocTy == StrDupLike) { in visitCallBase()
|