OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Canonicalize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableMap.h
84
const bool
Canonicalize
;
87
Factory(bool
canonicalize
= true) :
Canonicalize
(
canonicalize
) {}
89
Factory(BumpPtrAllocator &Alloc, bool
canonicalize
= true)
90
: F(Alloc),
Canonicalize
(
canonicalize
) {}
100
return ImmutableMap(
Canonicalize
? F.getCanonicalTree(T): T);
105
return ImmutableMap(
Canonicalize
? F.getCanonicalTree(T): T);
ImmutableSet.h
988
const bool
Canonicalize
;
991
Factory(bool
canonicalize
= true)
992
:
Canonicalize
(
canonicalize
) {}
994
Factory(BumpPtrAllocator& Alloc, bool
canonicalize
= true)
995
: F(Alloc),
Canonicalize
(
canonicalize
) {}
1014
return ImmutableSet(
Canonicalize
? F.getCanonicalTree(NewT) : NewT);
1026
return ImmutableSet(
Canonicalize
? F.getCanonicalTree(NewT) : NewT);
1137
ImmutableSet<ValT> asImmutableSet(bool
canonicalize
= true) const
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026