Searched refs:CPPNewArray (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 72 CPPNewArray, // new[](unsigned int) enumerator 88 case MallocFamily::CPPNewArray: in mangledNameForMallocFamily() 131 … {OpNewLike, 1, 0, -1, -1, MallocFamily::CPPNewArray}}, // ne… 132 …hrow_t, {MallocLike, 2, 0, -1, -1, MallocFamily::CPPNewArray}}, // ne… 135 … {OpNewLike, 1, 0, -1, -1, MallocFamily::CPPNewArray}}, // ne… 137 …hrow_t, {MallocLike, 2, 0, -1, -1, MallocFamily::CPPNewArray}}, // ne… 460 …{LibFunc_ZdaPv, {1, MallocFamily::CPPNewArray}}, // operator d… 469 …{LibFunc_ZdaPvj, {2, MallocFamily::CPPNewArray}}, // delete[](v… 470 …{LibFunc_ZdaPvm, {2, MallocFamily::CPPNewArray}}, // delete[](v… 471 …{LibFunc_ZdaPvRKSt9nothrow_t, {2, MallocFamily::CPPNewArray}}, // delete[](v…
|