OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStorage
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorOr.h
90
new (
getStorage
()) storage_type(std::forward<OtherT>(Val));
142
getStorage
()->~storage_type();
150
reference get() { return *
getStorage
(); }
158
return toPointer(
getStorage
());
161
const_pointer operator->() const { return toPointer(
getStorage
()); }
164
return *
getStorage
();
167
const_reference operator*() const { return *
getStorage
(); }
175
new (
getStorage
()) storage_type(*Other.
getStorage
());
207
new (
getStorage
()) storage_type(std::move(*Other.getStorage()))
[
all
...]
Error.h
489
new (
getStorage
()) storage_type(std::forward<OtherT>(Val));
523
getStorage
()->~storage_type();
539
return *
getStorage
();
567
return toPointer(
getStorage
());
573
return toPointer(
getStorage
());
579
return *
getStorage
();
585
return *
getStorage
();
607
new (
getStorage
()) storage_type(std::move(*Other.
getStorage
()));
630
storage_type *
getStorage
() {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h
111
NamedDecl **
getStorage
() {
114
NamedDecl * const *
getStorage
() const {
121
iterator begin() const { return
getStorage
(); }
122
iterator end() const { return
getStorage
() + size(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroInstr.h
218
Value *
getStorage
() const {
296
Value *
getStorage
() const {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
1150
DiagnosticStorage *
getStorage
() const {
1181
DiagStorage =
getStorage
();
1191
DiagStorage =
getStorage
();
1202
DiagStorage =
getStorage
();
1212
DiagStorage =
getStorage
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
6518
static llvm::GlobalValue::DLLStorageClassTypes
getStorage
(CodeGenModule &CGM,
6545
ObjCEmptyCacheVar->setDLLStorageClass(
getStorage
(CGM, "_objc_empty_cache"));
7815
IDEHType->setDLLStorageClass(
getStorage
(CGM, "OBJC_EHTYPE_id"));
7893
VTableGV->setDLLStorageClass(
getStorage
(CGM, VTableName));
Completed in 39 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026