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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
   86       : Context(context), BasicVals(context, alloc),
   86       : Context(context), BasicVals(context, alloc),
   87         SymMgr(context, BasicVals, alloc), MemMgr(context, alloc),
   87         SymMgr(context, BasicVals, alloc), MemMgr(context, alloc),
   88         StateMgr(stateMgr), ArrayIndexTy(context.LongLongTy),
   89         ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}