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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 414 StoreInMemory ? &Storage.asMemory().Data : nullptr, Callbacks));
481 return Storage.asMemory().Data.size();
693 new (&asMemory()) InMemoryPreamble(std::move(Memory));
713 new (&asMemory()) InMemoryPreamble(std::move(Other.asMemory()));
739 PrecompiledPreamble::PCHStorage::asMemory() {
745 PrecompiledPreamble::PCHStorage::asMemory() const {
746 return const_cast<PCHStorage *>(this)->asMemory();
757 asMemory().~InMemoryPreamble();
844 auto Buf = llvm::MemoryBuffer::getMemBuffer(Storage.asMemory().Data)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h 192 InMemoryPreamble &asMemory();
193 const InMemoryPreamble &asMemory() const;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3847 mem_info->mem_vendor = vram_module->asMemory.ucMemoryVenderID & 0xf;
3848 mem_info->mem_type = vram_module->asMemory.ucMemoryType & 0xf0;
atombios.h 6587 ATOM_MEMORY_FORMAT asMemory; // describ all of video memory parameters from memory spec
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 7781 ATOM_MEMORY_FORMAT asMemory; // describ all of video memory parameters from memory spec

Completed in 89 milliseconds