Searched defs:Owned (Results 1 - 9 of 9) sorted by relevance

/external/libchrome/base/
H A Dbind_helpers.h15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
21 // Owned() transfers ownership of an object to the Callback resulting from
56 // EXAMPLE OF Owned():
61 // Closure foo_callback = Bind(&foo, Owned(pn));
71 // Without Owned(), someone would have to know to delete |pn| when the last
677 static inline internal::OwnedWrapper<T> Owned(T* o) { function in namespace:base
/external/libweave/third_party/chromium/base/
H A Dbind_helpers.h15 // The wrapper functions are base::Unretained(), base::Owned(), base::Passed(),
21 // Owned() transfers ownership of an object to the Callback resulting from
56 // EXAMPLE OF Owned():
61 // Closure foo_callback = Bind(&foo, Owned(pn));
71 // Without Owned(), someone would have to know to delete |pn| when the last
616 static inline internal::OwnedWrapper<T> Owned(T* o) { function in namespace:base
/external/clang/lib/Sema/
H A DDeclSpec.cpp654 Decl *Rep, bool Owned,
656 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned, Policy);
663 Decl *Rep, bool Owned,
677 TypeSpecOwned = Owned && Rep != nullptr;
651 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
659 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned, const PrintingPolicy &Policy) argument
H A DSemaTemplate.cpp7495 bool Owned = false; local
7500 MultiTemplateParamsArg(), Owned, IsDependent,
H A DSemaDeclCXX.cpp12303 bool Owned = false; local
12308 MultiTemplateParamsArg(), Owned, IsDependent,
H A DTreeTransform.h133 static inline ExprResult Owned(Expr *E) { return E; } function in class:clang::TreeTransform
134 static inline StmtResult Owned(Stmt *S) { return S; } function in class:clang::TreeTransform
1804 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
2884 return Owned(
6241 return Owned(S);
6501 return Owned(S);
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1589 bool Owned = false; local
1736 TParams, Owned, IsDependent,
1776 PrevSpec, DiagID, TagOrTempResult.get(), Owned,
H A DParseDecl.cpp3991 bool Owned = false; local
3998 Owned, IsDependent, ScopedEnumKWLoc,
4011 PrevSpec, DiagID, TagDecl, Owned,
4059 PrevSpec, DiagID, TagDecl, Owned,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp78 Owned = 0, // Owning reference. enumerator in enum:__anon1536::RefVal::Kind
179 return getKind() == Owned;
200 return RefVal(Owned, o, Count, 0, t, IvarAccessHistory::None);
273 case Owned: {
274 Out << "Owned";
330 Out << "Release of Not-Owned [ERROR]";
2100 case RefVal::Owned:
3191 case RefVal::Owned:
3204 if (V.getKind() == RefVal::Owned) {
3229 case RefVal::Owned
[all...]

Completed in 402 milliseconds