/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 177 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 D | JSON.h | 581 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 D | PythonDataObjects.h | 105 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 D | PythonDataObjects.cpp | 190 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 D | ScriptInterpreterPython.cpp | 884 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 D | TypeErasedDataflowAnalysis.cpp | 162 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 D | srp.h.in | 54 /* Owned by us. */ 61 /* Owned by us. */
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 53 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 D | RetainCountDiagnostics.cpp | 117 case RefVal::Owned: in shouldGenerateNote()
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-swigsafecast.swig | 5 return {PyRefType::Owned, SWIG_NewPointerObj(obj, info, SWIG_POINTER_OWN)};
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 124 std::string Owned(SV.begin(), SV.end()); in toString() local 126 return Owned; in toString()
|
H A D | MicrosoftDemangle.cpp | 1024 std::string_view Owned = copyString(OB); in memorizeIdentifier() local 1025 memorizeString(Owned); in memorizeIdentifier()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 819 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 D | TreeTransform.h | 147 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 D | SemaExprCXX.cpp | 8965 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); } in TransformLambdaExpr() 8967 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); } in TransformBlockExpr()
|
H A D | SemaTemplate.cpp | 9703 bool Owned = false; in ActOnExplicitInstantiation() local 9708 MultiTemplateParamsArg(), Owned, IsDependent, SourceLocation(), in ActOnExplicitInstantiation()
|
H A D | SemaDeclCXX.cpp | 17436 bool Owned = false; in ActOnTemplatedFriendTag() local 17441 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnTemplatedFriendTag()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 743 unsigned &DiagID, Decl *Rep, bool Owned, 751 unsigned &DiagID, Decl *Rep, bool Owned,
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sc7280.dtsi | 2488 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 D | ParseDeclCXX.cpp | 2139 bool Owned = false; in ParseClassSpecifier() local 2277 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent, in ParseClassSpecifier() 2341 DiagID, TagOrTempResult.get(), Owned, Policy); in ParseClassSpecifier()
|
H A D | ParseDecl.cpp | 5535 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()
|