OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unowned
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
221
Unowned
,
363
if (MOK != ModuleOwnershipKind::
Unowned
&&
369
return ModuleOwnershipKind::
Unowned
;
627
// The module-private specifier has no effect on
unowned
declarations.
629
if (getModuleOwnershipKind() == ModuleOwnershipKind::
Unowned
)
769
return getModuleOwnershipKind() != ModuleOwnershipKind::
Unowned
;
781
/// all declarations in a global module fragment are
unowned
.
807
assert(!(getModuleOwnershipKind() == ModuleOwnershipKind::
Unowned
&&
808
MOK != ModuleOwnershipKind::
Unowned
&& !isFromASTFile() &&
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FuchsiaHandleChecker.cpp
41
//
unowned
| +----v-----+ | +-----------+
47
// |
Unowned
| release_func
53
// |
unowned
handle |
115
enum class Kind { MaybeAllocated, Allocated, Released, Escaped,
Unowned
} K;
127
bool isUnowned() const { return K == Kind::
Unowned
; }
146
return HandleState(Kind::
Unowned
, nullptr);
166
CASE(Kind::
Unowned
)
196
this, "Fuchsia handle release of
unowned
handle", "Fuchsia Handle Error"};
399
// Function returns an
unowned
handle
407
<< "' returns an
unowned
handle"
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp
497
Decl::ModuleOwnershipKind::
Unowned
);
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
581
case Decl::ModuleOwnershipKind::
Unowned
:
Completed in 29 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026