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

<<11121314151617181920

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h 51 /// \brief Get the clauses storage.
365 /// \brief Get the counters storage.
367 Expr **Storage = reinterpret_cast<Expr **>(
369 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
372 /// \brief Get the private counters storage.
374 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
376 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
379 /// \brief Get the updates storage.
381 Expr **Storage = reinterpret_cast<Expr **>(
384 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 463 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Metadata.h 63 /// \brief Active type of storage.
66 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
67 unsigned char Storage;
80 Metadata(unsigned ID, StorageType Storage)
81 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
863 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
917 bool isUniqued() const { return Storage == Uniqued; }
918 bool isDistinct() const { return Storage == Distinct; }
919 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 466 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Metadata.h 63 /// \brief Active type of storage.
66 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
67 unsigned char Storage;
80 Metadata(unsigned ID, StorageType Storage)
81 : SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
863 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
917 bool isUniqued() const { return Storage == Uniqued; }
918 bool isDistinct() const { return Storage == Distinct; }
919 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 466 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 468 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 468 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Metadata.h 65 /// \brief Active type of storage.
68 /// \brief Storage flag for non-uniqued, otherwise unowned, metadata.
69 unsigned char Storage;
82 Metadata(unsigned ID, StorageType Storage)
83 : SubclassID(ID), Storage(Storage) {
872 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
940 bool isUniqued() const { return Storage == Uniqued; }
941 bool isDistinct() const { return Storage == Distinct; }
942 bool isTemporary() const { return Storage == Temporary;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 468 // Temporary storage for argument passing.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
StmtOpenMP.h 51 /// \brief Get the clauses storage.
375 /// \brief Get the counters storage.
377 Expr **Storage = reinterpret_cast<Expr **>(
379 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
382 /// \brief Get the private counters storage.
384 Expr **Storage = reinterpret_cast<Expr **>(&*std::next(
386 return MutableArrayRef<Expr *>(Storage, CollapsedNum);
389 /// \brief Get the updates storage.
391 Expr **Storage = reinterpret_cast<Expr **>(
394 return MutableArrayRef<Expr *>(Storage, CollapsedNum)
    [all...]

Completed in 1852 milliseconds

<<11121314151617181920