Searched refs:SimpleSValBuilder (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 25 class SimpleSValBuilder : public SValBuilder { class 67 SimpleSValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context, in SimpleSValBuilder() function in __anon63c7aa560111::SimpleSValBuilder 70 ~SimpleSValBuilder() override {} in ~SimpleSValBuilder() 104 return new SimpleSValBuilder(alloc, context, stateMgr); in createSimpleSValBuilder() 128 SVal SimpleSValBuilder::MakeSymIntVal(const SymExpr *LHS, in MakeSymIntVal() 423 SVal SimpleSValBuilder::evalBinOpNN(ProgramStateRef state, in evalBinOpNN() 727 SimpleSValBuilder &SVB) { in evalBinOpFieldRegionFieldRegion() 791 SVal SimpleSValBuilder::evalBinOpLL(ProgramStateRef state, in evalBinOpLL() 1082 SVal SimpleSValBuilder::evalBinOpLN(ProgramStateRef state, in evalBinOpLN() 1200 const llvm::APSInt *SimpleSValBuilder::getConstValue(ProgramStateRef state, in getConstValue() [all …]
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 852 SRCS_FUL+= StaticAnalyzer/Core/SimpleSValBuilder.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8163 …CastNLEN5clang4ento6NonLocENS1_8QualTypeE", "(anonymous namespace)::SimpleSValBuilder::evalCastNL(… 8164 …evalCastLEN5clang4ento3LocENS1_8QualTypeE", "(anonymous namespace)::SimpleSValBuilder::evalCastL(c… 8165 …BAL__N_117SimpleSValBuilderD1Ev", "(anonymous namespace)::SimpleSValBuilder::~SimpleSValBuilder()"… 8166 …BAL__N_117SimpleSValBuilderD0Ev", "(anonymous namespace)::SimpleSValBuilder::~SimpleSValBuilder()"… 8167 …ValBuilder9evalMinusEN5clang4ento6NonLocE", "(anonymous namespace)::SimpleSValBuilder::evalMinus(c… 8168 …lder14evalComplementEN5clang4ento6NonLocE", "(anonymous namespace)::SimpleSValBuilder::evalComplem… 8169 …peratorKindENS2_6NonLocES7_NS1_8QualTypeE", "(anonymous namespace)::SimpleSValBuilder::evalBinOpNN… 8170 …ryOperatorKindENS2_3LocES7_NS1_8QualTypeE", "(anonymous namespace)::SimpleSValBuilder::evalBinOpLL… 8171 …rKindENS2_3LocENS2_6NonLocENS1_8QualTypeE", "(anonymous namespace)::SimpleSValBuilder::evalBinOpLN… 8172 …wnValueEPKN5clang4ento7GRStateENS2_4SValE", "(anonymous namespace)::SimpleSValBuilder::getKnownVal… [all …]
|