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,
75 {LibFunc::strdup, {StrDupLike, 1, -1, -1}},
76 {LibFunc::strndup, {StrDupLike, 2, 1, -1}}
485 if (FnData->AllocTy == StrDupLike) { in visitCallSite()
745 if (FnData->AllocTy == StrDupLike) { in visitCallSite()