OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCanonicalTree
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
ImmutableMap.h
112
return ImmutableMap(Canonicalize ? F.
getCanonicalTree
(T): T);
117
return ImmutableMap(Canonicalize ? F.
getCanonicalTree
(T): T);
356
return ImmutableMap<KeyT, ValT>(Factory->
getCanonicalTree
(Root));
ImmutableIntervalMap.h
223
return ImmutableIntervalMap(F.
getCanonicalTree
(T));
228
return ImmutableIntervalMap(F.
getCanonicalTree
(T));
ImmutableSet.h
608
TreeTy *
getCanonicalTree
(TreeTy *TNew) {
988
return ImmutableSet(Canonicalize ? F.
getCanonicalTree
(NewT) : NewT);
1000
return ImmutableSet(Canonicalize ? F.
getCanonicalTree
(NewT) : NewT);
[
all
...]
Completed in 43 milliseconds