Home
last modified time | relevance | path

Searched refs:Stored (Results 1 – 25 of 48) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-machinery.hh162 template <typename Stored, typename Subclass>
163 Stored * call_create () const { return Subclass::create (get_data ()); } in call_create()
170 template <typename Stored, typename Funcs>
171 Stored * call_create () const { return Funcs::create (); } in call_create()
181 typename Stored = Returned>
185 hb_lazy_loader_t<Returned,Subclass,Data,WheresData,Stored>
195 Stored *p = instance.get (); in free_instance()
201 static void do_destroy (Stored *p) in do_destroy()
203 if (p && p != const_cast<Stored *> (Funcs::get_null ())) in do_destroy()
213 Stored * get_stored () const in get_stored()
[all …]
/external/clang/include/clang/AST/
DCanonicalType.h54 QualType Stored; variable
58 CanQual() : Stored() { } in CanQual()
70 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr()
76 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
80 operator QualType() const { return Stored; } in QualType()
86 return Stored.isNull(); in isNull()
89 SplitQualType split() const { return Stored.split(); } in split()
117 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers()
120 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers()
123 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers()
[all …]
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h67 QualType Stored; variable
83 const T *getTypePtr() const { return cast<T>(Stored.getTypePtr()); } in getTypePtr()
88 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
92 operator QualType() const { return Stored; } in QualType()
98 return Stored.isNull(); in isNull()
101 SplitQualType split() const { return Stored.split(); } in split()
129 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); } in getQualifiers()
132 unsigned getCVRQualifiers() const { return Stored.getLocalCVRQualifiers(); } in getCVRQualifiers()
135 bool hasQualifiers() const { return Stored.hasLocalQualifiers(); } in hasQualifiers()
138 return Stored.isLocalConstQualified(); in isConstQualified()
[all …]
/external/rust/crates/zip/src/
Dcompression.rs16 Stored, enumerator
34 pub const STORE: Self = CompressionMethod::Stored;
79 0 => CompressionMethod::Stored, in from_u16()
101 CompressionMethod::Stored => 0, in to_u16()
139 methods.push(CompressionMethod::Stored); in methods()
Dwrite.rs111 compression_method: CompressionMethod::Stored, in default()
275 CompressionMethod::Stored in start_entry()
284 self.inner.switch_to(CompressionMethod::Stored)?; in finish_file()
429 options.compression_method = CompressionMethod::Stored; in add_directory()
544 CompressionMethod::Stored => GenericZipWriter::Storer(bare), in switch_to()
598 GenericZipWriter::Storer(..) => Some(CompressionMethod::Stored), in current_compression()
791 compression_method: CompressionMethod::Stored, in write_mimetype_zip()
Dread.rs85 Stored(Crc32Reader<CryptoReader<'a>>), enumerator
101 ZipFileReader::Stored(r) => r.read(buf), in read()
120 ZipFileReader::Stored(r) => r.into_inner().into_inner(), in into_inner()
190 CompressionMethod::Stored => ZipFileReader::Stored(Crc32Reader::new(reader, crc32)), in make_reader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp108 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
134 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
137 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
159 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/external/llvm-project/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp107 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
133 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
136 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
159 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
166 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp96 if (GS.StoredType != GlobalStatus::Stored) { in analyzeGlobalAux()
122 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
125 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
149 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
156 GS.StoredType = GlobalStatus::Stored; in analyzeGlobalAux()
/external/libchrome/base/android/java/templates/
DBuildConfig.template46 // Stored as an array because AssetManager.list() is slow.
54 // Stored as an array because AssetManager.list() is slow.
/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h175 DeclOrType(Decl *D) : Stored(D), IsType(false) {} in DeclOrType()
176 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) {} in DeclOrType()
183 return QualType::getFromOpaquePtr(Stored); in getType()
188 return static_cast<Decl *>(Stored); in getDecl()
192 void *Stored;
/external/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h53 Stored enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h54 Stored enumerator
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DGlobalStatus.h54 Stored enumerator
/external/clang/include/clang/Sema/
DTemplate.h296 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local
299 Stored = I->second.get<Decl *>(); in cloneScopes()
303 Stored = NewPack; in cloneScopes()
/external/clang/include/clang/Serialization/
DASTWriter.h151 DeclOrType(Decl *D) : Stored(D), IsType(false) { } in DeclOrType()
152 DeclOrType(QualType T) : Stored(T.getAsOpaquePtr()), IsType(true) { } in DeclOrType()
159 return QualType::getFromOpaquePtr(Stored); in getType()
164 return static_cast<Decl *>(Stored); in getDecl()
168 void *Stored;
/external/rust/crates/zip/examples/
Dwrite_sample.rs33 .compression_method(zip::CompressionMethod::Stored) in doit()
Dwrite_dir.rs15 const METHOD_STORED: Option<zip::CompressionMethod> = Some(zip::CompressionMethod::Stored);
/external/rust/crates/zip/benches/
Dread_entry.rs13 zip::write::FileOptions::default().compression_method(zip::CompressionMethod::Stored); in generate_random_archive()
/external/llvm-project/clang/include/clang/Sema/
DTemplate.h385 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = in cloneScopes() local
388 Stored = I->second.get<Decl *>(); in cloneScopes()
392 Stored = NewPack; in cloneScopes()
/external/rust/crates/zip/tests/
Dend_to_end.rs55 .compression_method(CompressionMethod::Stored) in write_to_zip()
/external/protobuf/objectivec/google/protobuf/
DApi.pbobjc.m227 .offset = 3, // Stored in _has_storage_ to save space.
245 .offset = 6, // Stored in _has_storage_ to save space.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp296 Value *Stored = I.getOperand(0); in computeFunctionSummary() local
297 if (auto *GV = dyn_cast<GlobalValue>(Stored)) in computeFunctionSummary()
301 else if (auto *U = dyn_cast<User>(Stored)) in computeFunctionSummary()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp296 Value *Stored = I.getOperand(0); in computeFunctionSummary() local
297 if (auto *GV = dyn_cast<GlobalValue>(Stored)) in computeFunctionSummary()
301 else if (auto *U = dyn_cast<User>(Stored)) in computeFunctionSummary()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2815 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in InstantiatedLocal() local
2816 if (Stored.isNull()) { in InstantiatedLocal()
2826 Stored = Inst; in InstantiatedLocal()
2827 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal()
2830 assert(Stored.get<Decl *>() == Inst && "Already instantiated this local"); in InstantiatedLocal()
2851 llvm::PointerUnion<Decl *, DeclArgumentPack *> &Stored = LocalDecls[D]; in MakeInstantiatedLocalArgPack() local
2853 Stored = Pack; in MakeInstantiatedLocalArgPack()

12