Searched refs:ProgramStateTrait (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h47 // ProgramStateTrait - Traits used by the Generic Data Map of a ProgramState.
52 template <typename T> struct ProgramStateTrait { struct in namespace:clang::ento
383 add(typename ProgramStateTrait<T>::key_type K) const;
386 typename ProgramStateTrait<T>::data_type
388 return ProgramStateTrait<T>::MakeData(FindGDM(ProgramStateTrait<T>::GDMIndex()));
392 typename ProgramStateTrait<T>::lookup_type
393 get(typename ProgramStateTrait<T>::key_type key) const {
394 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex());
395 return ProgramStateTrait<
[all...]
H A DProgramStateTrait.h0 //ProgramStateTrait.h - Partial implementations of ProgramStateTrait -*- C++ -*-
10 // the class ProgramStateTrait<>. ProgramStateTrait<> is used by ProgramState
41 struct ProgramStateTrait<Name> \
56 struct ProgramStateTrait<Type> \
H A DRangedConstraintManager.h17 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
141 struct ProgramStateTrait<ConstraintRange> struct in namespace:clang::ento
H A DExprEngine.h31 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
926 struct ProgramStateTrait<ReplayWithoutInlining> : struct in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h56 struct ProgramStateTrait<mpi::RequestMap> struct in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h128 struct ProgramStateTrait<iterator::IteratorSymbolMap> struct in namespace:clang::ento
134 struct ProgramStateTrait<iterator::IteratorRegionMap> struct in namespace:clang::ento
140 struct ProgramStateTrait<iterator::ContainerMap> struct in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp202 void *ProgramStateTrait<ConstraintRange>::GDMIndex() {
H A DExprEngine.cpp56 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
3223 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() {

Completed in 127 milliseconds