Searched defs:SValBuilder (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h0 // SValBuilder.h - Construction of SVals from evaluating expressions -*- C++ -*-
10 // This file defines SValBuilder, a class that defines the interface for
31 class SValBuilder { class in namespace:clang::ento
62 SValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context, function in class:clang::ento::SValBuilder
71 virtual ~SValBuilder() {}
325 SValBuilder* createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc,

Completed in 533 milliseconds