Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_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/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.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/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.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()));
H A DPythonDataObjects.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 ()()
H A DScriptInterpreterPython.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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp162 std::deque<TypeErasedDataflowAnalysisState> Owned; member in clang::dataflow::__anon57fc8b7a0211::JoinedStateBuilder
177 Owned.push_back(std::move(State)); in addOwned()
178 All.push_back(&Owned.back()); in addOwned()
/freebsd/crypto/openssl/include/openssl/
H A Dsrp.h.in54 /* Owned by us. */
61 /* Owned by us. */
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.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()
H A DRetainCountDiagnostics.cpp117 case RefVal::Owned: in shouldGenerateNote()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp124 std::string Owned(SV.begin(), SV.end()); in toString() local
126 return Owned; in toString()
H A DMicrosoftDemangle.cpp1024 std::string_view Owned = copyString(OB); in memorizeIdentifier() local
1025 memorizeString(Owned); in memorizeIdentifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.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()
H A DTreeTransform.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()
H A DSemaExprCXX.cpp8965 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); } in TransformLambdaExpr()
8967 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); } in TransformBlockExpr()
H A DSemaTemplate.cpp9703 bool Owned = false; in ActOnExplicitInstantiation() local
9708 MultiTemplateParamsArg(), Owned, IsDependent, SourceLocation(), in ActOnExplicitInstantiation()
H A DSemaDeclCXX.cpp17436 bool Owned = false; in ActOnTemplatedFriendTag() local
17441 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnTemplatedFriendTag()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h743 unsigned &DiagID, Decl *Rep, bool Owned,
751 unsigned &DiagID, Decl *Rep, bool Owned,
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280.dtsi2488 status = "reserved"; /* Owned by ADSP firmware */
2640 status = "reserved"; /* Owned by ADSP firmware */
2651 status = "reserved"; /* Owned by ADSP firmware */
2747 status = "reserved"; /* Owned by ADSP firmware */
4859 status = "reserved"; /* Owned by firmware */
5984 status = "reserved"; /* Owned by Gunyah hyp */
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2139 bool Owned = false; in ParseClassSpecifier() local
2277 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier()
2341 DiagID, TagOrTempResult.get(), Owned, Policy); in ParseClassSpecifier()
H A DParseDecl.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()