reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
   53   if (Loc::isLocType(type))
   56   if (type->isIntegralOrEnumerationType())
   57     return makeIntVal(0, type);
   59   if (type->isArrayType() || type->isRecordType() || type->isVectorType() ||
   59   if (type->isArrayType() || type->isRecordType() || type->isVectorType() ||
   59   if (type->isArrayType() || type->isRecordType() || type->isVectorType() ||
   60       type->isAnyComplexType())
   61     return makeCompoundVal(type, BasicVals.getEmptySValList());