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/
SemaStmt.cpp 45 return Owned(static_cast<Stmt*>(E));
51 return Owned(new (Context) NullStmt(SemiLoc, LeadingEmptyMacroLoc));
61 return Owned(new (Context) DeclStmt(DG, StartLoc, EndLoc));
206 return Owned(new (Context) CompoundStmt(Context, Elts, NumElts, L, R));
236 return Owned(CS);
250 return Owned(SubStmt);
255 return Owned(DS);
266 return Owned(SubStmt);
274 return Owned(LS);
315 return Owned(new (Context) IfStmt(Context, IfLoc, ConditionVar, ConditionExpr
    [all...]
SemaExprCXX.cpp 286 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
338 return Owned(new (Context) CXXTypeidExpr(TypeInfoType.withConst(),
411 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
427 return Owned(new (Context) CXXUuidofExpr(TypeInfoType.withConst(),
471 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true,
478 return Owned(new (Context) CXXNullPtrLiteralExpr(Context.NullPtrTy, Loc));
533 return Owned(new (Context) CXXThrowExpr(Ex, Context.VoidTy, OpLoc,
607 return Owned(E);
616 return Owned(E);
620 return Owned(E)
    [all...]
TreeTransform.h 126 static inline ExprResult Owned(Expr *E) { return E; }
127 static inline StmtResult Owned(Stmt *S) { return S; }
    [all...]
SemaExprMember.cpp 450 return Owned(CXXDependentScopeMemberExpr::Create(Context, BaseExpr, BaseType,
627 ExprResult BaseResult = Owned(Base);
637 Owned(Base);
768 return Owned(result);
847 return Owned(MemExpr);
    [all...]
SemaExpr.cpp 286 return Owned(E);
312 if (!E->isGLValue()) return Owned(E);
321 return Owned(E);
324 return Owned(E);
333 return Owned(E);
341 return Owned(E);
359 return Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
383 return Owned(E);
409 return Owned(E);
414 return Owned(E)
    [all...]
SemaExprObjC.cpp 408 ExprResult ArgE = PerformCopyInitialization(Entity, lbrac, Owned(argExpr));
568 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
573 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
589 return Owned(new (Context) ObjCPropertyRefExpr(PD, T,
595 return Owned(new (Context) ObjCPropertyRefExpr(PD, T,
665 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
670 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
827 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
833 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
    [all...]
SemaCXXCast.cpp 162 ExprResult Ex = Owned(E);
185 return Owned(CXXConstCastExpr::Create(Context,
199 return Owned(CXXDynamicCastExpr::Create(Context,
211 return Owned(CXXReinterpretCastExpr::Create(Context,
225 return Owned(CXXStaticCastExpr::Create(Context,
    [all...]
DeclSpec.cpp 547 Decl *Rep, bool Owned) {
548 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
555 Decl *Rep, bool Owned) {
568 TypeSpecOwned = Owned;
SemaTemplate.cpp 394 return Owned(CXXDependentScopeMemberExpr::Create(Context,
411 return Owned(DependentScopeDeclRefExpr::Create(Context,
    [all...]
SemaInit.cpp 746 ExprResult ExprRes = SemaRef.Owned(expr);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
Sema.cpp 257 return Owned(E);
278 return Owned(E);
282 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));
    [all...]
SemaOverload.cpp 43 ExprResult E = S.Owned(new (S.Context) DeclRefExpr(Fn, Fn->getType(),
    [all...]
SemaTemplateVariadic.cpp 446 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 191 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 203 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
  /external/clang/lib/StaticAnalyzer/Core/
CFRefCount.cpp 215 Owned = 0, // Owning reference.
216 NotOwned, // Reference is not owned by still valid (not freed).
221 ErrorDeallocNotOwned, // -dealloc called on non-owned object.
224 ErrorReleaseNotOwned, // Release of an object that was not owned.
259 return getKind() == Owned;
276 return RefVal(Owned, o, Count, 0, t);
326 case Owned: {
327 Out << "Owned";
363 Out << "-dealloc (not-owned)";
383 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/lib/Parse/
ParseObjc.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 141 bool Owned)
142 : Arguments(Args, Owned), NumArguments(NumArgs) { }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 214 ExprResult Owned(ExprResult res) {
218 StmtResult Owned(StmtResult res) {
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 555 unsigned &DiagID, Decl *Rep, bool Owned);
561 unsigned &DiagID, Decl *Rep, bool Owned);
    [all...]
Sema.h 732 ExprResult Owned(Expr* E) { return E; }
733 ExprResult Owned(ExprResult R) { return R; }
734 StmtResult Owned(Stmt* S) { return S; }
    [all...]

Completed in 487 milliseconds

1 2