HomeSort by relevance Sort by last modified time
    Searched defs:Storage (Results 226 - 250 of 494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h 775 std::string Storage;
776 llvm::raw_string_ostream Buffer(Storage);
795 std::string Storage;
796 llvm::raw_string_ostream Buffer(Storage);
1042 typedef llvm::AlignedCharArrayUnion<TNorm> Storage;
1044 Storage Buffer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
YAMLTraits.h 785 std::string Storage;
786 raw_string_ostream Buffer(Storage);
805 std::string Storage;
806 raw_string_ostream Buffer(Storage);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 607 Get or set data to the storage.
618 @param Storage The pointer to the storage.
629 IN BROWSER_STORAGE *Storage
644 Status = StorageToConfigResp (Storage, &ConfigResp, Storage->ConfigRequest, TRUE);
672 BrowserStorage = GetFstStgFromBrsStg (Storage);
687 Status = ConfigRespToStorage (Storage, ConfigResp);
737 BROWSER_STORAGE *Storage;
747 Storage = NULL;
    [all...]
Setup.h 139 UINT8 Type; // Storage type
149 UINT8 *EditBuffer; // Edit copy for Buffer Storage
328 EFI_VARSTORE_ID VarStoreId; // A value of zero indicates no variable storage
329 BROWSER_STORAGE *Storage;
334 CHAR16 *BlockName; // Buffer storage block name: "OFFSET=...WIDTH=..."
395 BROWSER_STORAGE *Storage;
420 LIST_ENTRY ConfigRequestHead; // List of configreques for all storage.
470 LIST_ENTRY StorageListHead; // Storage list (FORMSET_STORAGE)
471 LIST_ENTRY SaveFailStorageListHead; // Storage list for the save fail storage.
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 241 /// Storage for a default argument. This is conceptually either empty, or an
251 /// Storage for both the value *and* another parameter from which we inherit
264 const DefaultArgStorage &Storage = Parm->getDefaultArgStorage();
265 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>())
284 const DefaultArgStorage *Storage = this;
286 Storage = &Prev->getDefaultArgStorage();
287 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>())
289 return Storage->ValueOrInherited.template get<ArgType>();
    [all...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
338 /// \brief Get the counters storage.
340 Expr **Storage = reinterpret_cast<Expr **>(
342 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
345 /// \brief Get the private counters storage.
347 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
349 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
352 /// \brief Get the updates storage.
354 Expr **Storage = reinterpret_cast<Expr **>(
357 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 238 SmallString<256> Storage;
239 StringRef Dir = Path.toNullTerminatedStringRef(Storage);
975 SmallVectorImpl<char> &Storage) {
981 Result = S->getValue(Storage);
987 SmallString<5> Storage
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 565 /* Prepare storage */
842 /** Allocate storage for texture
852 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
1097 Texture::Storage(gl, GL_TEXTURE_2D, 1, GL_R8UI, width, height, 0);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.cpp 26 * \brief Implements conformance tests for "Buffer storage" functionality.
154 static void Storage(const glw::Functions& gl, glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size,
328 static void Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
533 Storage(gl, m_target, flags, size, data);
716 * @param data Storage for queried results
729 * @param data Storage for queried results
793 void Buffer::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size,
1209 /* Prepare storage */
    [all...]
gl4cMultiBindTests.cpp 360 static void Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
905 /* Prepare storage */
983 * @param buufer_id ID of buffer that will be used as storage
999 /** Initialize texture instance with storage
1018 Storage(gl, target, levels, internal_format, width, height, depth, allow_error);
1207 /** Allocate storage for texture
1217 void Texture::Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format,
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 125 enum Storage
147 static std::string storageToString (Storage storage);
162 virtual Storage getStorageType (void) const = 0;
172 ContextArray (Storage storage, sglr::Context& context);
177 virtual void bindIndexArray (Array::Target storage);
185 virtual Array::Storage getStorageType (void) const { return m_storage; }
199 Storage m_storage;
223 virtual void newArray (Array::Storage storage)
461 Array::Storage storage; member in class:deqp::gls::MultiVertexArrayTest::Spec::ArraySpec
    [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 51 /// \brief Active type of storage.
54 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
55 unsigned char Storage;
68 Metadata(unsigned ID, StorageType Storage)
69 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
835 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
885 bool isUniqued() const { return Storage == Uniqued; }
886 bool isDistinct() const { return Storage == Distinct; }
887 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 438 // Temporary storage for argument passing.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Metadata.h 62 /// \brief Active type of storage.
65 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
66 unsigned char Storage;
79 Metadata(unsigned ID, StorageType Storage)
80 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
853 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
907 bool isUniqued() const { return Storage == Uniqued; }
908 bool isDistinct() const { return Storage == Distinct; }
909 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 457 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 179 >::type storage;
190 new (static_cast<void *>(&storage)) TemplateParameterList(
263 /// Storage for a default argument. This is conceptually either empty, or an
273 /// Storage for both the value *and* another parameter from which we inherit
286 const DefaultArgStorage &Storage = Parm->getDefaultArgStorage();
287 if (auto *Prev = Storage.ValueOrInherited.template dyn_cast<ParmDecl*>())
306 const DefaultArgStorage *Storage = this;
308 Storage = &Prev->getDefaultArgStorage();
309 if (auto *C = Storage->ValueOrInherited.template dyn_cast<Chain*>())
311 return Storage->ValueOrInherited.template get<ArgType>()
    [all...]

Completed in 1386 milliseconds

1 2 3 4 5 6 7 8 91011>>