HomeSort by relevance Sort by last modified time
    Searched refs:Owned (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/Sema/
SemaExprMember.cpp 462 return Owned(CXXDependentScopeMemberExpr::Create(Context, BaseExpr, BaseType,
655 ExprResult BaseResult = Owned(Base);
665 Owned(Base);
797 return Owned(result);
    [all...]
TreeTransform.h 132 static inline ExprResult Owned(Expr *E) { return E; }
133 static inline StmtResult Owned(Stmt *S) { return S; }
    [all...]
SemaExprCXX.cpp 307 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
362 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
425 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
441 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
485 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,
492 return Owned(new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc));
547 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
620 return Owned(E);
629 return Owned(E);
633 return Owned(E)
    [all...]
SemaStmt.cpp 53 return Owned(static_cast<Stmt*>(FE.take()));
59 return Owned(new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro));
69 return Owned(new (Context) DeclStmt(DG, StartLoc, EndLoc));
321 return Owned(new (Context) CompoundStmt(Context,
363 return Owned(CS);
381 return Owned(SubStmt);
386 return Owned(DS);
396 return Owned(SubStmt);
406 return Owned(LS);
414 return Owned(LS)
    [all...]
SemaExpr.cpp 431 return Owned(E);
464 if (!E->isGLValue()) return Owned(E);
475 return Owned(E);
483 return Owned(E);
515 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
523 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
580 return Owned(E);
585 return Owned(E);
588 return Owned(E);
626 Owned(E))
    [all...]
SemaInit.cpp     [all...]
DeclSpec.cpp 614 Decl *Rep, bool Owned) {
615 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
622 Decl *Rep, bool Owned) {
635 TypeSpecOwned = Owned;
    [all...]
SemaExprObjC.cpp 296 Owned(Number));
424 return Owned(BoxedExpr);
567 Owned(ValueExpr));
605 return Owned(ObjCSubscriptRefExpr::Create(Context,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
Sema.cpp 285 return Owned(E);
306 return Owned(E);
310 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));
    [all...]
SemaStmtAsm.cpp 373 return Owned(NS);
598 return Owned(NS);
696 return Owned(NS);
SemaTemplate.cpp 424 return Owned(CXXDependentScopeMemberExpr::Create(Context,
443 return Owned(DependentScopeDeclRefExpr::Create(Context,
    [all...]
SemaOverload.cpp 53 ExprResult E = S.Owned(DRE);
    [all...]
SemaTemplateVariadic.cpp 511 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
SemaCast.cpp 94 return Self.Owned(castExpr);
239 ExprResult Ex = Owned(E);
    [all...]
SemaChecking.cpp 100 ExprResult TheCallResult(Owned(TheCall));
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 210 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 204 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 217 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 155 Owned = 0, // Owning reference.
156 NotOwned, // Reference is not owned by still valid (not freed).
161 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
164 ErrorReleaseNotOwned, // Release of an object that was not owned.
199 return getKind() == Owned;
216 return RefVal(Owned, o, Count, 0, t);
266 case Owned: {
267 Out << "Owned";
303 Out << "-dealloc (not-owned)";
323 Out << "Release of Not-Owned [ERROR]"
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 191 0x08 Owned
341 0x04 Owned
350 0x04 Owned
  /external/clang/include/clang/AST/
DeclTemplate.h 163 bool Owned)
164 : Arguments(Args, Owned), NumArguments(NumArgs) { }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 589 unsigned &DiagID, Decl *Rep, bool Owned);
595 unsigned &DiagID, Decl *Rep, bool Owned);
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 369 milliseconds

1 2