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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/unittests/ADT/
StringRefTest.cpp 282 std::string Storage;
283 raw_string_ostream OS(Storage);
  /external/libcxx/test/std/utilities/memory/storage.iterator/
raw_storage_iterator.base.pass.cpp 36 Storage;
37 Storage buffer;
raw_storage_iterator.pass.cpp 38 Storage;
39 Storage buffer;
54 Storage;
55 Storage buffer;
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 47 LVM_INT32 Storage[6];
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/storage.iterator/
raw_storage_iterator.base.pass.cpp 36 Storage;
37 Storage buffer;
raw_storage_iterator.pass.cpp 38 Storage;
39 Storage buffer;
54 Storage;
55 Storage buffer;
  /external/clang/include/clang/Lex/
ModuleLoader.h 34 llvm::PointerIntPair<Module *, 1, bool> Storage;
37 ModuleLoadResult() : Storage() { }
40 : Storage(module, missingExpected) { }
42 operator Module *() const { return Storage.getPointer(); }
48 bool isMissingExpected() const { return Storage.getInt(); }
  /external/llvm/lib/MC/
MCSymbol.cpp 28 // space for the storage type and not the name pointer.
37 void *Storage = Ctx.allocate(Size, alignOf<NameEntryStorageTy>());
38 NameEntryStorageTy *Start = static_cast<NameEntryStorageTy*>(Storage);
  /external/skia/src/shaders/
SkComposeShader.cpp 83 struct Storage {
87 auto storage = rec.fAlloc->make<Storage>(); local
94 rec.fPipeline->append(SkRasterPipeline::store_rgba, storage->fRGBA);
103 rec.fPipeline->append(SkRasterPipeline::load_rgba, storage->fRGBA);
  /external/skia/src/sksl/ir/
SkSLVariable.h 22 * variable itself (the storage location), which is shared between all VariableReferences which
23 * read or write that storage location.
26 enum Storage {
33 Storage storage, Expression* initialValue = nullptr)
37 , fStorage(storage)
60 const Storage fStorage;
  /external/skqp/src/shaders/
SkComposeShader.cpp 83 struct Storage {
87 auto storage = rec.fAlloc->make<Storage>(); local
94 rec.fPipeline->append(SkRasterPipeline::store_rgba, storage->fRGBA);
103 rec.fPipeline->append(SkRasterPipeline::load_rgba, storage->fRGBA);
  /external/skqp/src/sksl/ir/
SkSLVariable.h 22 * variable itself (the storage location), which is shared between all VariableReferences which
23 * read or write that storage location.
26 enum Storage {
33 Storage storage, Expression* initialValue = nullptr)
37 , fStorage(storage)
52 const Storage fStorage;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
User.cpp 57 void *Storage = ::operator new(s + sizeof(Use) * Us);
58 Use *Start = static_cast<Use*>(Storage);
73 Use *Storage = static_cast<Use*>(Usr) - Start->NumOperands;
76 ::operator delete(Storage);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
48 explicit SymbolSerializer(BumpPtrAllocator &Storage);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
48 explicit SymbolSerializer(BumpPtrAllocator &Storage);
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h 62 LVM_INT32 Storage[1];
69 LVM_FLOAT Storage[1];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
ModuleLoader.h 45 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
47 ModuleLoadResult() : Storage() { }
48 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
49 ModuleLoadResult(LoadResultKind Kind) : Storage(nullptr, Kind) {}
51 operator Module *() const { return Storage.getPointer(); }
57 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
61 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
ModuleLoader.h 45 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
47 ModuleLoadResult() : Storage() { }
48 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
49 ModuleLoadResult(LoadResultKind Kind) : Storage(nullptr, Kind) {}
51 operator Module *() const { return Storage.getPointer(); }
57 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
61 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
ModuleLoader.h 45 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
47 ModuleLoadResult() : Storage() { }
48 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
49 ModuleLoadResult(LoadResultKind Kind) : Storage(nullptr, Kind) {}
51 operator Module *() const { return Storage.getPointer(); }
57 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
61 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 31 BumpPtrAllocator &Storage;
49 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
53 SymbolSerializer Serializer(Storage, Container);
60 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
ModuleLoader.h 45 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
47 ModuleLoadResult() : Storage() { }
48 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
49 ModuleLoadResult(LoadResultKind Kind) : Storage(nullptr, Kind) {}
51 operator Module *() const { return Storage.getPointer(); }
57 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
61 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
ModuleLoader.h 45 llvm::PointerIntPair<Module *, 2, LoadResultKind> Storage;
47 ModuleLoadResult() : Storage() { }
48 ModuleLoadResult(Module *M) : Storage(M, Normal) {}
49 ModuleLoadResult(LoadResultKind Kind) : Storage(nullptr, Kind) {}
51 operator Module *() const { return Storage.getPointer(); }
57 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; }
61 bool isConfigMismatch() const { return Storage.getInt() == ConfigMismatch; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
SymbolSerializer.h 30 BumpPtrAllocator &Storage;
50 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 static CVSymbol writeOneSymbol(SymType &Sym, BumpPtrAllocator &Storage,
57 SymbolSerializer Serializer(Storage, Container);

Completed in 1090 milliseconds

1 2 3 4 5 6 7 8 91011>>