OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:markImmutable
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
ImmutableSet.h
276
///
markImmutable
- Clears the mutable flag for a tree. After this happens,
278
void
markImmutable
() {
402
markImmutable
(T);
409
markImmutable
(T);
597
///
markImmutable
- Clears the mutable bits of a root and all of its
599
void
markImmutable
(TreeTy* T) {
602
T->
markImmutable
();
603
markImmutable
(getLeft(T));
604
markImmutable
(getRight(T));
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
Completed in 85 milliseconds