| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_allocator.h | 178 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 D | JSON.h | 498 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 D | RetainCountChecker.h | 54 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 D | RetainCountChecker.cpp | 52 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 D | RetainCountDiagnostics.cpp | 119 case RefVal::Owned: in shouldGenerateNote()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | srp.h.in | 54 /* Owned by us. */ 61 /* Owned by us. */
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 785 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 D | TreeTransform.h | 139 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 D | SemaExprCXX.cpp | 8324 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); } in TransformLambdaExpr() 8326 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); } in TransformBlockExpr()
|
| H A D | SemaTemplate.cpp | 9822 bool Owned = false; in ActOnExplicitInstantiation() local 9827 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnExplicitInstantiation()
|
| H A D | SemaDeclCXX.cpp | 16308 bool Owned = false; in ActOnTemplatedFriendTag() local 16313 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnTemplatedFriendTag()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 123 std::string Owned(OS.getBuffer()); in toString() local 125 return Owned; in toString()
|
| H A D | MicrosoftDemangle.cpp | 976 StringView Owned = copyString(Name); in memorizeIdentifier() local 977 memorizeString(Owned); in memorizeIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 676 unsigned &DiagID, Decl *Rep, bool Owned, 684 unsigned &DiagID, Decl *Rep, bool Owned,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 1827 bool Owned = false; in ParseClassSpecifier() local 1965 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier() 2020 PrevSpec, DiagID, TagOrTempResult.get(), Owned, in ParseClassSpecifier()
|
| H A D | ParseDecl.cpp | 4698 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()
|