Home
last modified time | relevance | path

Searched refs:Owned (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_allocator.h178 bool Owned; member
231 Owned(true), in Allocator()
239 Owned(false), in Allocator()
256 Owned = O.Owned; in Allocator()
257 O.Owned = false; in Allocator()
273 Owned = O.Owned;
274 O.Owned = false;
281 if (Owned && BackingStore != nullptr) { in ~Allocator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h498 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
499 if (LLVM_UNLIKELY(!isUTF8(*Owned))) { in ObjectKey()
501 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
503 Data = *Owned; in ObjectKey()
518 if (C.Owned) {
519 Owned.reset(new std::string(*C.Owned));
520 Data = *Owned;
534 std::unique_ptr<std::string> Owned;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h54 Owned = 0, // Owning reference. enumerator
153 return getKind() == Owned; in isOwned()
173 return RefVal(Owned, o, /*Count=*/1, 0, t, IvarAccessHistory::None); in makeOwned()
H A DRetainCountChecker.cpp52 case Owned: { in print()
752 case RefVal::Owned: in updateSymbol()
765 if (V.getKind() == RefVal::Owned) { in updateSymbol()
788 case RefVal::Owned: in updateSymbol()
803 case RefVal::Owned: in updateSymbol()
999 case RefVal::Owned: { in processReturn()
H A DRetainCountDiagnostics.cpp119 case RefVal::Owned: in shouldGenerateNote()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dsrp.h.in54 /* Owned by us. */
61 /* Owned by us. */
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp785 Decl *Rep, bool Owned, in SetTypeSpecType() argument
787 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
794 Decl *Rep, bool Owned, in SetTypeSpecType() argument
810 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
H A DTreeTransform.h139 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function
140 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
2314 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
3554 return Owned( in RebuildObjCPropertyRefExpr()
7444 return Owned(S); in TransformWhileStmt()
7697 return Owned(S); in TransformMSAsmStmt()
H A DSemaExprCXX.cpp8324 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); } in TransformLambdaExpr()
8326 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); } in TransformBlockExpr()
H A DSemaTemplate.cpp9822 bool Owned = false; in ActOnExplicitInstantiation() local
9827 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp16308 bool Owned = false; in ActOnTemplatedFriendTag() local
16313 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnTemplatedFriendTag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp123 std::string Owned(OS.getBuffer()); in toString() local
125 return Owned; in toString()
H A DMicrosoftDemangle.cpp976 StringView Owned = copyString(Name); in memorizeIdentifier() local
977 memorizeString(Owned); in memorizeIdentifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h676 unsigned &DiagID, Decl *Rep, bool Owned,
684 unsigned &DiagID, Decl *Rep, bool Owned,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1827 bool Owned = false; in ParseClassSpecifier() local
1965 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
2020 PrevSpec, DiagID, TagOrTempResult.get(), Owned, in ParseClassSpecifier()
H A DParseDecl.cpp4698 bool Owned = false; in ParseEnumSpecifier() local
4704 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseEnumSpecifier()
4720 PrevSpec, DiagID, TagDecl, Owned, in ParseEnumSpecifier()
4775 PrevSpec, DiagID, TagDecl, Owned, in ParseEnumSpecifier()