HomeSort by relevance Sort by last modified time
    Searched refs:SearchType (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 135 enum SearchType {
148 inline handle search(key k, SearchType st = EQUAL);
169 void start_iter(AVLTree &tree, key k, SearchType st = EQUAL)
692 AVLTree<Abstractor, maxDepth, BSet>::search(key k, typename AVLTree<Abstractor, maxDepth, BSet>::SearchType st)
  /external/clang/lib/Sema/
SemaExprCXX.cpp 69 QualType SearchType;
78 SearchType = GetTypeFromParser(ObjectTypePtr);
121 LookupCtx = computeDeclContext(SearchType);
122 isDependent = SearchType->isDependentType();
137 LookupCtx = computeDeclContext(SearchType);
138 isDependent = SearchType->isDependentType();
139 assert((isDependent || !SearchType->isIncompleteType()) &&
169 if (SearchType.isNull() || SearchType->isDependentType() ||
170 Context.hasSameUnqualifiedType(T, SearchType)) {
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 951 template <typename SearchType>
952 inline int search (const SearchType &x) const {
962 static int cmp (const SearchType *a, const Type *b) { return b->cmp (*a); }

Completed in 1467 milliseconds