OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgramStateTrait
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h
18
#include "clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait
.h"
30
struct
ProgramStateTrait
<DynamicTypeMap>
TaintManager.h
19
#include "clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait
.h"
33
template<> struct
ProgramStateTrait
<TaintMap>
ExprEngine.h
26
#include "clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait
.h"
637
struct
ProgramStateTrait
<ReplayWithoutInlining> :
ProgramState.h
48
//
ProgramStateTrait
- Traits used by the Generic Data Map of a ProgramState.
53
template <typename T> struct
ProgramStateTrait
{
368
ProgramStateRef add(typename
ProgramStateTrait
<T>::key_type K) const;
371
typename
ProgramStateTrait
<T>::data_type
373
return
ProgramStateTrait
<T>::MakeData(FindGDM(
ProgramStateTrait
<T>::GDMIndex()));
377
typename
ProgramStateTrait
<T>::lookup_type
378
get(typename
ProgramStateTrait
<T>::key_type key) const {
379
void *const* d = FindGDM(
ProgramStateTrait
<T>::GDMIndex());
380
return
ProgramStateTrait
<T>::Lookup(ProgramStateTrait<T>::MakeData(d), key)
[
all
...]
Completed in 1004 milliseconds