HomeSort by relevance Sort by last modified time
    Searched full:value_type_ref (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 36 typedef const value_type &value_type_ref; typedef in struct:llvm::ImutIntervalInfo
42 static key_type_ref KeyOfValue(value_type_ref V) {
46 static data_type_ref DataOfValue(value_type_ref V) {
79 static void Profile(FoldingSetNodeID &ID, value_type_ref V) {
90 typedef typename ImutInfo::value_type_ref value_type_ref; typedef in class:llvm::ImutIntervalAVLFactory
100 TreeTy *Add(TreeTy *T, value_type_ref V) {
121 TreeTy *add_internal(value_type_ref V, TreeTy *T) {
199 typedef typename ImutIntervalInfo<ValT>::value_type_ref value_type_ref; typedef in class:llvm::ImmutableIntervalMap
    [all...]
ImmutableMap.h 27 typedef const value_type& value_type_ref; typedef in struct:llvm::ImutKeyValueInfo
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
37 static inline data_type_ref DataOfValue(value_type_ref V) {
52 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) {
64 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableMap
168 void operator()(value_type_ref V) { C(V.first,V.second); }
176 void operator()(value_type_ref V) { C(V.first,V.second); }
214 value_type_ref operator*() const { return itr->getValue(); }
269 typedef typename ValInfo::value_type_ref value_type_ref typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 43 typedef typename ImutInfo::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLTree
117 bool isElementEqual(value_type_ref V) const {
244 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v,
298 uint32_t computeDigest(ImutAVLTree* L, ImutAVLTree* R, value_type_ref V) {
368 typedef typename TreeTy::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLFactory
401 TreeTy* add(TreeTy* T, value_type_ref V) {
430 value_type_ref getValue(TreeTy* T) const { return T->value; }
464 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) {
821 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInfo
832 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInteger
860 typedef value_type value_type_ref; typedef in struct:llvm::ImutProfileInfo
881 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
907 typedef typename ImutProfileInfo<T*>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
935 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSet
1101 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSetRef
    [all...]

Completed in 992 milliseconds