Searched refs:ImmutableMap (Results 1 - 25 of 160) sorted by relevance

1234567

/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
42 typedef llvm::ImmutableMap<SymbolRef, TaintedSubRegions> DerivedSymTaintImpl;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DTaintManager.h21 #include "llvm/ADT/ImmutableMap.h"
32 typedef llvm::ImmutableMap<SymbolRef, TaintTagType> TaintMapImpl;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ImmutableMap &operator=(const ImmutableMap &X) {
98 ~ImmutableMap() {
282 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ImmutableMap &operator=(const ImmutableMap &X) {
98 ~ImmutableMap() {
282 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DImmutableMap.h1 //===--- ImmutableMap.h - Immutable (functional) map interface --*- C++ -*-===//
10 // This file defines the ImmutableMap class.
24 /// ImutKeyValueInfo -Traits class used by ImmutableMap. While both the first
63 class ImmutableMap { class in namespace:llvm
81 explicit ImmutableMap(const TreeTy* R) : Root(const_cast<TreeTy*>(R)) { function in class:llvm::ImmutableMap
85 ImmutableMap(const ImmutableMap &X) : Root(X.Root) { function in class:llvm::ImmutableMap
89 ~ImmutableMap() {
93 ImmutableMap &operator=(const ImmutableMap
284 ImmutableMapRef(const ImmutableMap<KeyT, ValT> &X, typename ImmutableMap<KeyT, ValT>::Factory &F) argument
[all...]

Completed in 426 milliseconds

1234567