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

  /external/llvm/include/llvm/ADT/
ImmutableSet.h 42 typedef typename ImutInfo::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLTree
116 bool isElementEqual(value_type_ref V) const {
243 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v,
297 uint32_t computeDigest(ImutAVLTree* L, ImutAVLTree* R, value_type_ref V) {
367 typedef typename TreeTy::value_type_ref value_type_ref; typedef in class:llvm::ImutAVLFactory
400 TreeTy* add(TreeTy* T, value_type_ref V) {
429 value_type_ref getValue(TreeTy* T) const { return T->value; }
463 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R)
820 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInfo
831 typedef const T& value_type_ref; typedef in struct:llvm::ImutProfileInteger
859 typedef value_type value_type_ref; typedef in struct:llvm::ImutProfileInfo
880 typedef typename ImutProfileInfo<T>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
906 typedef typename ImutProfileInfo<T*>::value_type_ref value_type_ref; typedef in struct:llvm::ImutContainerInfo
934 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSet
1109 typedef typename ValInfo::value_type_ref value_type_ref; typedef in class:llvm::ImmutableSetRef
    [all...]
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); }
215 typedef typename ImmutableMap<KeyT,ValT,ValInfo>::value_type_ref reference;
274 typedef typename ValInfo::value_type_ref value_type_ref typedef in class:llvm::ImmutableMapRef
    [all...]

Completed in 2595 milliseconds