Home
last modified time | relevance | path

Searched refs:CLANG_ENTO_PROGRAMSTATE_MAP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h119 CLANG_ENTO_PROGRAMSTATE_MAP(SymbolRef, IteratorPosition);
121 CLANG_ENTO_PROGRAMSTATE_MAP(const MemRegion *, IteratorPosition);
123 CLANG_ENTO_PROGRAMSTATE_MAP(const MemRegion *, ContainerData);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h70 #define CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value) llvm::ImmutableMap<Key, Value> macro
86 CLANG_ENTO_PROGRAMSTATE_MAP(Key, Value))