reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
174 {"SecKeychainItemFreeContent", 1, InvalidIdx, ValidAPI}, // 3 176 {"SecKeychainItemFreeAttributesAndData", 1, InvalidIdx, ValidAPI}, // 5 177 {"free", 0, InvalidIdx, ErrorAPI}, // 6 178 {"CFStringCreateWithBytesNoCopy", 1, InvalidIdx, PossibleAPI}, // 7 188 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx)) 189 return InvalidIdx; 190 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx)) 191 return InvalidIdx; 196 return InvalidIdx; 251 unsigned idx = InvalidIdx; 264 if (idx != InvalidIdx) { 298 if (idx == InvalidIdx) 413 if (idx == InvalidIdx) 642 assert(Idx != InvalidIdx && "This should be a call to an allocator.");