Home
last modified time | relevance | path

Searched defs:Owned (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcrt/
Dmaybe_owned_unittest.cpp83 TEST(MaybeOwned, Owned) { in TEST() argument
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h191 void setBufferOwned(bool Owned) { BufferOwned = Owned; } in setBufferOwned()
/external/clang/lib/Sema/
DDeclSpec.cpp664 Decl *Rep, bool Owned, in SetTypeSpecType()
673 Decl *Rep, bool Owned, in SetTypeSpecType()
DTreeTransform.h133 static inline ExprResult Owned(Expr *E) { return E; } in Owned() function
134 static inline StmtResult Owned(Stmt *S) { return S; } in Owned() function
DSemaTemplate.cpp7611 bool Owned = false; in ActOnExplicitInstantiation() local
DSemaDeclCXX.cpp12544 bool Owned = false; in ActOnTemplatedFriendTag() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp1115 StringView Owned = copyString(Name); in demangleClassTemplateName() local
/external/clang/lib/Parse/
DParseDeclCXX.cpp1604 bool Owned = false; in ParseClassSpecifier() local
DParseDecl.cpp4080 bool Owned = false; in ParseEnumSpecifier() local
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp79 Owned = 0, // Owning reference. enumerator