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

1 2

  /external/clang/lib/Sema/
SemaStmt.cpp 45 return Owned(static_cast<Stmt*>(E));
51 return Owned(new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro));
61 return Owned(new (Context) DeclStmt(DG, StartLoc, EndLoc));
285 return Owned(new (Context) CompoundStmt(Context, Elts, NumElts, L, R));
319 return Owned(CS);
337 return Owned(SubStmt);
342 return Owned(DS);
352 return Owned(SubStmt);
360 return Owned(LS);
370 return Owned(LS)
    [all...]
SemaExprMember.cpp 470 return Owned(CXXDependentScopeMemberExpr::Create(Context, BaseExpr, BaseType,
663 ExprResult BaseResult = Owned(Base);
673 Owned(Base);
805 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 305 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
360 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
433 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
449 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
493 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,
500 return Owned(new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc));
555 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
629 return Owned(E);
638 return Owned(E);
642 return Owned(E)
    [all...]
SemaExpr.cpp 339 return Owned(E);
372 if (!E->isGLValue()) return Owned(E);
383 return Owned(E);
391 return Owned(E);
409 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
417 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
444 return Owned(E);
475 return Owned(E);
480 return Owned(E);
483 return Owned(E)
    [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 421 return Owned(CXXDependentScopeMemberExpr::Create(Context,
440 return Owned(DependentScopeDeclRefExpr::Create(Context,
    [all...]
DeclSpec.cpp 580 Decl *Rep, bool Owned) {
581 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
588 Decl *Rep, bool Owned) {
601 TypeSpecOwned = Owned;
    [all...]
SemaExprObjC.cpp 401 return Owned(BoxedExpr);
555 return Owned(ObjCSubscriptRefExpr::Create(Context,
    [all...]
SemaTemplateInstantiate.cpp     [all...]
Sema.cpp 267 return Owned(E);
288 return Owned(E);
292 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));
    [all...]
SemaOverload.cpp 47 ExprResult E = S.Owned(DRE);
    [all...]
SemaTemplateVariadic.cpp 473 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
SemaCast.cpp 94 return Self.Owned(castExpr);
239 ExprResult Ex = Owned(E);
    [all...]
SemaTemplateInstantiateDecl.cpp 646 ExprResult Value = SemaRef.Owned((Expr *)0);
658 Value = SemaRef.Owned((Expr *)0);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 205 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 203 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 196 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 149 Owned = 0, // Owning reference.
150 NotOwned, // Reference is not owned by still valid (not freed).
155 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
158 ErrorReleaseNotOwned, // Release of an object that was not owned.
193 return getKind() == Owned;
210 return RefVal(Owned, o, Count, 0, t);
260 case Owned: {
261 Out << "Owned";
297 Out << "-dealloc (not-owned)";
317 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 144 bool Owned)
145 : Arguments(Args, Owned), NumArguments(NumArgs) { }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 564 unsigned &DiagID, Decl *Rep, bool Owned);
570 unsigned &DiagID, Decl *Rep, bool Owned);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 234 ExprResult Owned(ExprResult res) {
238 StmtResult Owned(StmtResult res) {
    [all...]

Completed in 3900 milliseconds

1 2