Lines Matching defs:true

128     return true;
135 /// isEqual - Compares two trees for structural equality and returns true
140 return true;
166 /// contains - Returns true if this tree contains a subtree (node) that
247 IsMutable(true), IsDigestCached(false), IsCanonicalized(0),
254 /// isMutable - Returns true if the left and right subtree references
257 /// object should always have this method return true. Further, if this
259 /// will also have this method return false. The converse is not true.
262 /// hasCachedDigest - Returns true if the digest for this tree is cached.
263 /// This can only be true if the tree is immutable.
287 IsDigestCached = true;
379 return Allocator & 0x1 ? false : true;
451 return true;
641 TNew->IsCanonicalized = true;
705 return true;
888 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
898 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
914 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
924 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
969 Factory(bool canonicalize = true)
972 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
1017 /// Returns true if the set contains the specified value.
1039 /// isEmpty - Return true if the set contains no elements.
1042 /// isSingleton - Return true if the set contains exactly one element.
1149 /// Returns true if the set contains the specified value.
1154 ImmutableSet<ValT> asImmutableSet(bool canonicalize = true) const {
1171 /// isEmpty - Return true if the set contains no elements.
1174 /// isSingleton - Return true if the set contains exactly one element.