reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
198 if (const auto *ICall = dyn_cast<CXXInstanceCall>(&Call)) { 205 if (Call.isCalled(CStrFn) || Call.isCalled(DataFn)) { 205 if (Call.isCalled(CStrFn) || Call.isCalled(DataFn)) { 206 SVal RawPtr = Call.getReturnValue(); 224 if (isInvalidatingMemberFunction(Call)) { 225 markPtrSymbolsReleased(Call, State, ObjRegion, C); 231 checkFunctionArguments(Call, State, C);