HomeSort by relevance Sort by last modified time
    Searched refs:key_type_ref (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableIntervalMap.h 38 typedef const Interval &key_type_ref; typedef in struct:llvm::ImutIntervalInfo
42 static key_type_ref KeyOfValue(value_type_ref V) {
50 static bool isEqual(key_type_ref L, key_type_ref R) {
58 static bool isLess(key_type_ref L, key_type_ref R) {
72 static bool isContainedIn(key_type_ref K, key_type_ref L) {
92 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutIntervalAVLFactory
201 typedef typename ImutIntervalInfo<ValT>::key_type_ref key_type_ref; typedef in class:llvm::ImmutableIntervalMap
    [all...]
ImmutableMap.h 29 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
41 static inline bool isEqual(key_type_ref L, key_type_ref R) {
44 static inline bool isLess(key_type_ref L, key_type_ref R) {
66 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
115 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
271 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 40 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLTree
73 ImutAVLTree* find(key_type_ref K) {
76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
168 bool contains(key_type_ref K) { return (bool) find(K); }
368 typedef typename TreeTy::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLFactory
407 TreeTy* remove(TreeTy* T, key_type_ref V) {
538 key_type_ref K = ImutInfo::KeyOfValue(V);
539 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
877 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
903 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 29 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
41 static inline bool isEqual(key_type_ref L, key_type_ref R) {
44 static inline bool isLess(key_type_ref L, key_type_ref R) {
65 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
257 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 40 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLTree
73 ImutAVLTree* find(key_type_ref K) {
76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
168 bool contains(key_type_ref K) { return (bool) find(K); }
368 typedef typename TreeTy::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLFactory
407 TreeTy* remove(TreeTy* T, key_type_ref V) {
541 key_type_ref K = ImutInfo::KeyOfValue(V);
542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
913 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
939 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 32 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
260 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 44 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLTree
77 ImutAVLTree* find(key_type_ref K) {
80 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
172 bool contains(key_type_ref K) { return (bool) find(K); }
374 typedef typename TreeTy::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLFactory
413 TreeTy* remove(TreeTy* T, key_type_ref V) {
546 key_type_ref K = ImutInfo::KeyOfValue(V);
547 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
916 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
942 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableMap.h 32 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
260 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
122 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]

Completed in 1556 milliseconds

1 2 3