Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_allocator.h177 bool Owned; member
230 Owned(true), in Allocator()
238 Owned(false), in Allocator()
255 Owned = O.Owned; in Allocator()
256 O.Owned = false; in Allocator()
272 Owned = O.Owned;
273 O.Owned = false;
280 if (Owned && BackingStore != nullptr) { in ~Allocator()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDJSON.h581 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) { in ObjectKey()
582 if (LLVM_UNLIKELY(!isUTF8(*Owned))) { in ObjectKey()
584 *Owned = fixUTF8(std::move(*Owned)); in ObjectKey()
586 Data = *Owned; in ObjectKey()
601 if (C.Owned) {
602 Owned.reset(new std::string(*C.Owned));
603 Data = *Owned;
617 std::unique_ptr<std::string> Owned;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h53 Owned = 0, // Owning reference. enumerator
152 return getKind() == Owned; in isOwned()
172 return RefVal(Owned, o, /*Count=*/1, 0, t, IvarAccessHistory::None); in makeOwned()
HDRetainCountChecker.cpp53 case Owned: { in print()
751 case RefVal::Owned: in updateSymbol()
764 if (V.getKind() == RefVal::Owned) { in updateSymbol()
787 case RefVal::Owned: in updateSymbol()
802 case RefVal::Owned: in updateSymbol()
999 case RefVal::Owned: { in processReturn()
HDRetainCountDiagnostics.cpp117 case RefVal::Owned: in shouldGenerateNote()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDPythonDataObjects.h105 Owned // We have ownership of the incoming PyObject. We should enumerator
123 T thing(PyRefType::Owned, obj); in Take()
417 else if (type == PyRefType::Owned)
770 PythonObject(PyRefType::Owned, static_cast<PyObject *>(GetValue()));
HDPythonDataObjects.cpp190 return PythonString(PyRefType::Owned, repr); in Repr()
199 return PythonString(PyRefType::Owned, str); in Str()
261 return PythonObject(PyRefType::Owned, in GetAttributeValue()
688 return PythonList(PyRefType::Owned, PyDict_Keys(m_py_obj)); in GetKeys()
913 return PythonObject(PyRefType::Owned, PyObject_CallObject(m_py_obj, nullptr)); in operator ()()
919 return PythonObject(PyRefType::Owned, in operator ()()
926 return PythonObject(PyRefType::Owned, in operator ()()
HDScriptInterpreterPython.cpp884 PyRefType::Owned, in ExecuteOneLine()
888 PyRefType::Owned, in ExecuteOneLine()
1505 PythonObject py_return(PyRefType::Owned, in GetRecognizedArguments()
2523 PyRefType::Owned, static_cast<PyObject *>(module_pyobj))); in LoadScriptingModule()
2825 PythonObject pmeth(PyRefType::Owned, in GetFlagsForCommandObject()
2875 PythonObject pmeth(PyRefType::Owned, in GetOptionsForCommandObject()
2923 PythonObject pmeth(PyRefType::Owned, in GetArgumentsForCommandObject()
2970 PythonObject pmeth(PyRefType::Owned, in OptionParsingStartedForCommandObject()
3020 PythonObject pmeth(PyRefType::Owned, in SetOptionValueForCommandObject()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDTypeErasedDataflowAnalysis.cpp162 std::deque<TypeErasedDataflowAnalysisState> Owned; member in clang::dataflow::__anon8f1ab5130211::JoinedStateBuilder
177 Owned.push_back(std::move(State)); in addOwned()
178 All.push_back(&Owned.back()); in addOwned()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-swigsafecast.swig5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
HDMicrosoftDemangleNodes.cpp124 std::string Owned(SV.begin(), SV.end()); in toString() local
126 return Owned; in toString()
HDMicrosoftDemangle.cpp1024 std::string_view Owned = copyString(OB); in memorizeIdentifier() local
1025 memorizeString(Owned); in memorizeIdentifier()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp819 Decl *Rep, bool Owned, in SetTypeSpecType() argument
821 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy); in SetTypeSpecType()
828 Decl *Rep, bool Owned, in SetTypeSpecType() argument
844 TypeSpecOwned = Owned && Rep != nullptr; in SetTypeSpecType()
HDTreeTransform.h147 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function
148 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
2557 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl, in RebuildCXXCatchStmt()
3872 return Owned( in RebuildObjCPropertyRefExpr()
8127 return Owned(S); in TransformWhileStmt()
8380 return Owned(S); in TransformMSAsmStmt()
HDSemaExprCXX.cpp8965 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); } in TransformLambdaExpr()
8967 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); } in TransformBlockExpr()
HDSemaTemplate.cpp9703 bool Owned = false; in ActOnExplicitInstantiation() local
9708 MultiTemplateParamsArg(), Owned, IsDependent, SourceLocation(), in ActOnExplicitInstantiation()
HDSemaDeclCXX.cpp17436 bool Owned = false; in ActOnTemplatedFriendTag() local
17441 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnTemplatedFriendTag()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h743 unsigned &DiagID, Decl *Rep, bool Owned,
751 unsigned &DiagID, Decl *Rep, bool Owned,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDeclCXX.cpp2139 bool Owned = false; in ParseClassSpecifier() local
2277 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
2341 DiagID, TagOrTempResult.get(), Owned, Policy); in ParseClassSpecifier()
HDParseDecl.cpp5535 bool Owned = false; in ParseEnumSpecifier() local
5542 TParams, Owned, IsDependent, ScopedEnumKWLoc, in ParseEnumSpecifier()
5558 PrevSpec, DiagID, TagDecl, Owned, in ParseEnumSpecifier()
5613 PrevSpec, DiagID, TagDecl, Owned, in ParseEnumSpecifier()