HomeSort by: relevance | last modified time | path
    Searched refs:SearchType (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
hand.c 61 IN EFI_LOCATE_SEARCH_TYPE SearchType,
89 SearchType,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 532 IN EFI_LOCATE_SEARCH_TYPE SearchType,
723 IN EFI_LOCATE_SEARCH_TYPE SearchType,
efilib.h 737 IN EFI_LOCATE_SEARCH_TYPE SearchType,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 639 ACPI_EFI_LOCATE_SEARCH_TYPE SearchType,
708 ACPI_EFI_LOCATE_SEARCH_TYPE SearchType,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 180 QualType SearchType =
189 if (SearchType.isNull() || SearchType->isDependentType())
193 return Context.hasSameUnqualifiedType(T, SearchType);
252 if (Failed || SearchType.isNull())
255 IsDependent |= SearchType->isDependentType();
258 DeclContext *LookupCtx = computeDeclContext(SearchType);
416 if (!SearchType.isNull())
417 Destroyed = SearchType->getAsCXXRecordDecl();
430 } else if (!SearchType.isNull() && FoundDecls.size() == 1)
    [all...]

Completed in 21 milliseconds