reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2098 CheckKind = CK_MallocChecker; 2100 CheckKind = CK_MismatchedDeallocatorChecker; 2105 if (!BT_FreeAlloca[*CheckKind]) 2106 BT_FreeAlloca[*CheckKind].reset(new BugType( 2107 CheckNames[*CheckKind], "Free alloca()", categories::MemoryError)); 2110 *BT_FreeAlloca[*CheckKind],