Searched refs:key_type_ref (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h38 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...]
H A DImmutableMap.h29 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
277 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
[all...]
H A DImmutableSet.h40 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) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurren
894 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
920 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp623 typedef StringRef key_type_ref; typedef in class:__anon3509::IdentifierIndexWriterTrait
627 static unsigned ComputeHash(key_type_ref Key) {
632 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
640 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
644 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
H A DASTWriter.cpp1469 typedef const key_type &key_type_ref; typedef in class:__anon3494::HeaderFileInfoTrait
1474 static unsigned ComputeHash(key_type_ref key) {
1483 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1493 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) {
1501 void EmitData(raw_ostream &Out, key_type_ref key,
1832 typedef key_type key_type_ref; typedef in class:__anon3495::ASTMacroTableTrait
1847 key_type_ref Key, data_type_ref Data) {
1853 static void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
1857 static void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
2714 typedef key_type key_type_ref; typedef in class:__anon3496::ASTMethodPoolTrait
3044 typedef key_type key_type_ref; typedef in class:__anon3497::ASTIdentifierTableTrait
3270 typedef key_type key_type_ref; typedef in class:__anon3498::ASTDeclContextNameLookupTrait
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h127 Item(typename Info::key_type_ref k, typename Info::data_type_ref d,
170 void insert(typename Info::key_type_ref key,
176 void insert(typename Info::key_type_ref key,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCacheTokens.cpp111 typedef key_type key_type_ref; typedef in class:__anon3283::FileEntryPTHEntryInfo
576 typedef key_type key_type_ref; typedef in class:__anon3288::PTHIdentifierTableTrait
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) {
H A DRegionStore.cpp169 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {
174 RegionBindingsRef remove(key_type_ref K) const {

Completed in 148 milliseconds