Searched refs:StrDupLike (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 39 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/ |
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()
|