HomeSort by relevance Sort by last modified time
    Searched defs:key_type_ref (Results 1 - 6 of 6) sorted by null

  /external/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)
276 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) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
882 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
908 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 112 typedef key_type key_type_ref; typedef in class:__anon5749::FileEntryPTHEntryInfo
577 typedef key_type key_type_ref; typedef in class:__anon5754::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 685 typedef StringRef key_type_ref; typedef in class:__anon5949::IdentifierIndexWriterTrait
689 static unsigned ComputeHash(key_type_ref Key) {
694 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
702 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
706 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
ASTWriter.cpp 1432 typedef const key_type &key_type_ref; typedef in class:__anon5937::HeaderFileInfoTrait
2540 typedef key_type key_type_ref; typedef in class:__anon5938::ASTMethodPoolTrait
2779 typedef key_type key_type_ref; typedef in class:__anon5939::ASTIdentifierTableTrait
2977 typedef key_type key_type_ref; typedef in class:__anon5940::ASTDeclContextNameLookupTrait
    [all...]

Completed in 83 milliseconds