Searched refs:Owned (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h177 bool Owned; member in struct:__xray::Allocator
230 Owned(true),
238 Owned(false),
255 Owned = O.Owned;
256 O.Owned = false;
272 Owned = O.Owned;
273 O.Owned = false;
280 if (Owned
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h490 /// - it's optimized for the string literal case (Owned == nullptr)
495 ObjectKey(std::string S) : Owned(new std::string(std::move(S))) {
496 if (LLVM_UNLIKELY(!isUTF8(*Owned))) {
498 *Owned = fixUTF8(std::move(*Owned));
500 Data = *Owned;
515 if (C.Owned) {
516 Owned.reset(new std::string(*C.Owned));
517 Data = *Owned;
531 std::unique_ptr<std::string> Owned; member in class:llvm::json::ObjectKey
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp127 return PythonString(PyRefType::Owned, repr);
136 return PythonString(PyRefType::Owned, str);
198 return PythonObject(PyRefType::Owned,
349 if (type == PyRefType::Owned)
353 if (type == PyRefType::Owned)
356 type = PyRefType::Owned;
453 if (type == PyRefType::Owned)
457 if (type == PyRefType::Owned)
460 type = PyRefType::Owned;
668 return PythonList(PyRefType::Owned, PyDict_Key
[all...]
H A DScriptInterpreterPython.cpp999 PyRefType::Owned,
1003 PyRefType::Owned,
1572 PythonObject py_return(PyRefType::Owned,
1637 PythonObject pmeth(PyRefType::Owned,
1658 PyRefType::Owned,
1692 PythonObject pmeth(PyRefType::Owned,
1713 PyRefType::Owned,
1779 PythonObject pmeth(PyRefType::Owned,
1799 PyRefType::Owned,
1838 PythonObject pmeth(PyRefType::Owned,
[all...]
H A DPythonDataObjects.h115 Owned // We have ownership of the incoming PyObject. We should
133 T thing(PyRefType::Owned, obj);
418 else if (type == PyRefType::Owned)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h54 Owned = 0, // Owning reference. enumerator in enum:clang::ento::retaincountchecker::RefVal::Kind
153 return getKind() == Owned;
173 return RefVal(Owned, o, /*Count=*/1, 0, t, IvarAccessHistory::None);
H A DRetainCountChecker.cpp52 case Owned: {
53 Out << "Owned";
101 Out << "Release of Not-Owned [ERROR]";
752 case RefVal::Owned:
765 if (V.getKind() == RefVal::Owned) {
788 case RefVal::Owned:
803 case RefVal::Owned:
999 case RefVal::Owned: {
H A DRetainCountDiagnostics.cpp116 case RefVal::Owned:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp758 Decl *Rep, bool Owned,
760 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy);
767 Decl *Rep, bool Owned,
783 TypeSpecOwned = Owned && Rep != nullptr;
755 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
763 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
H A DTreeTransform.h137 static inline ExprResult Owned(Expr *E) { return E; } function in class:clang::TreeTransform
138 static inline StmtResult Owned(Stmt *S) { return S; } function in class:clang::TreeTransform
2096 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
3284 return Owned(
7031 return Owned(S);
7283 return Owned(S);
H A DSemaExprCXX.cpp8103 ExprResult TransformLambdaExpr(LambdaExpr *E) { return Owned(E); }
8105 ExprResult TransformBlockExpr(BlockExpr *E) { return Owned(E); }
H A DSemaTemplate.cpp9582 bool Owned = false; local
9587 MultiTemplateParamsArg(), Owned, IsDependent,
H A DSemaDeclCXX.cpp15833 bool Owned = false;
15838 MultiTemplateParamsArg(), Owned, IsDependent,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp976 StringView Owned = copyString(Name); local
977 memorizeString(Owned);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h671 unsigned &DiagID, Decl *Rep, bool Owned,
679 unsigned &DiagID, Decl *Rep, bool Owned,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1802 bool Owned = false; local
1934 DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
1989 PrevSpec, DiagID, TagOrTempResult.get(), Owned,
H A DParseDecl.cpp4634 bool Owned = false; local
4640 attrs, AS, DS.getModulePrivateSpecLoc(), TParams, Owned, IsDependent,
4656 PrevSpec, DiagID, TagDecl, Owned,
4711 PrevSpec, DiagID, TagDecl, Owned,

Completed in 573 milliseconds