Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp39 StrDupLike = 1<<4, enumerator
40 AllocLike = MallocLike | CallocLike | StrDupLike,
76 {LibFunc::strdup, StrDupLike, 1, -1, -1},
77 {LibFunc::strndup, StrDupLike, 2, 1, -1}
477 if (FnData->AllocTy == StrDupLike) { in visitCallSite()
693 if (FnData->AllocTy == StrDupLike) { in visitCallSite()