OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValT
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/ADT/
IntervalMap.h
12
// KeyT objects are mapped to
ValT
objects. Intervals of keys that map to the
38
// template <typename KeyT, typename
ValT
, unsigned N, typename Traits>
42
// typedef
ValT
mapped_type;
53
//
ValT
lookup(KeyT x, Value NotFound = Value()) const;
62
// void insert(KeyT a, KeyT b,
ValT
y);
66
// template <typename KeyT, typename
ValT
, unsigned N, typename Traits>
68
// public std::iterator<std::bidirectional_iterator_tag,
ValT
> {
76
// const
ValT
&value() const;
77
// const
ValT
&operator*() const;
78
// const
ValT
*operator->() const
[
all
...]
ImmutableIntervalMap.h
194
template <typename
ValT
>
196
: public ImmutableMap<Interval,
ValT
, ImutIntervalInfo<
ValT
> > {
198
typedef typename ImutIntervalInfo<
ValT
>::value_type value_type;
199
typedef typename ImutIntervalInfo<
ValT
>::value_type_ref value_type_ref;
200
typedef typename ImutIntervalInfo<
ValT
>::key_type key_type;
201
typedef typename ImutIntervalInfo<
ValT
>::key_type_ref key_type_ref;
202
typedef typename ImutIntervalInfo<
ValT
>::data_type data_type;
203
typedef typename ImutIntervalInfo<
ValT
>::data_type_ref data_type_ref;
204
typedef ImutAVLTree<ImutIntervalInfo<
ValT
> > TreeTy
[
all
...]
ImmutableMap.h
59
template <typename KeyT, typename
ValT
,
60
typename ValInfo = ImutKeyValueInfo<KeyT,
ValT
> >
214
typedef typename ImmutableMap<KeyT,
ValT
,ValInfo>::value_type value_type;
215
typedef typename ImmutableMap<KeyT,
ValT
,ValInfo>::value_type_ref reference;
269
template <typename KeyT, typename
ValT
,
270
typename ValInfo = ImutKeyValueInfo<KeyT,
ValT
> >
297
explicit ImmutableMapRef(const ImmutableMap<KeyT,
ValT
> &X,
298
typename ImmutableMap<KeyT,
ValT
>::Factory &F)
355
ImmutableMap<KeyT,
ValT
> asImmutableMap() const {
356
return ImmutableMap<KeyT,
ValT
>(Factory->getCanonicalTree(Root))
[
all
...]
ImmutableSet.h
930
template <typename
ValT
, typename ValInfo = ImutContainerInfo<
ValT
> >
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
37
typedef typename Traits::
ValT
ValT
;
46
ValT
AvailableVal; // Value to use in this block.
54
BBInfo(BlkT *ThisBB,
ValT
V)
59
typedef DenseMap<BlkT*,
ValT
> AvailableValsTy;
78
ValT
GetValue(BlkT *BB) {
84
ValT
V = Traits::GetUndefVal(BB, Updater);
135
ValT
PredVal = AvailableVals->lookup(Pred);
333
ValT
PHI = Traits::CreateEmptyPHI(Info->BB, Info->NumPreds, Updater);
408
ValT
IncomingVal = I.getIncomingValue()
[
all
...]
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
250
typedef unsigned
ValT
;
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
211
typedef Value *
ValT
;
Completed in 959 milliseconds