HomeSort by relevance Sort by last modified time
    Searched refs:SearchType (Results 1 - 2 of 2) 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 67 QualType SearchType;
76 SearchType = GetTypeFromParser(ObjectTypePtr);
119 LookupCtx = computeDeclContext(SearchType);
120 isDependent = SearchType->isDependentType();
135 LookupCtx = computeDeclContext(SearchType);
136 isDependent = SearchType->isDependentType();
137 assert((isDependent || !SearchType->isIncompleteType()) &&
167 if (SearchType.isNull() || SearchType->isDependentType() ||
168 Context.hasSameUnqualifiedType(T, SearchType)) {
    [all...]

Completed in 55 milliseconds