Home
last modified time | relevance | path

Searched refs:StrDupLike (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp58 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()