Searched refs:Owned (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaStmt.cpp45 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(L
[all...]
H A DSemaExprMember.cpp470 return Owned(CXXDependentScopeMemberExpr::Create(Context, BaseExpr, BaseType,
663 ExprResult BaseResult = Owned(Base);
673 Owned(Base);
805 return Owned(result);
892 return Owned(MemExpr);
930 Owned(BaseExpr);
945 return Owned(BuildMemberExpr(*this, Context, BaseExpr, IsArrow, SS,
962 return Owned(BuildMemberExpr(*this, Context, BaseExpr, IsArrow, SS,
970 return Owned(BuildMemberExpr(*this, Context, BaseExpr, IsArrow, SS,
975 Owned(BaseExp
[all...]
H A DTreeTransform.h132 static inline ExprResult Owned(Expr *E) { return E; } function in class:clang::TreeTransform
133 static inline StmtResult Owned(Stmt *S) { return S; } function in class:clang::TreeTransform
1313 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
1541 return getSema().Owned(ME);
1673 return SemaRef.Owned(new (SemaRef.Context) ImplicitValueInitExpr(T));
1940 return getSema().Owned(
1961 return getSema().Owned(CXXDefaultArgExpr::Create(getSema().Context, Loc,
2271 return SemaRef.Owned(SemaRef.BuildObjCEncodeExpression(AtLoc, EncodeTypeInfo,
2314 ExprResult Base = getSema().Owned(BaseArg);
2343 ExprResult Base = getSema().Owned(BaseAr
[all...]
H A DSemaExprCXX.cpp305 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(
[all...]
H A DSemaExpr.cpp339 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(
[all...]
H A DSemaInit.cpp821 ExprResult ExprRes = SemaRef.Owned(expr);
858 SemaRef.Owned(expr),
944 if (!SemaRef.CanPerformCopyInitialization(Entity, SemaRef.Owned(expr)))
952 SemaRef.Owned(expr),
1007 if (!SemaRef.CanPerformCopyInitialization(Entity, SemaRef.Owned(expr)))
1015 SemaRef.Owned(expr),
1055 if (!SemaRef.CanPerformCopyInitialization(Entity, SemaRef.Owned(Init)))
1063 SemaRef.Owned(Init),
2279 return Owned(DIE);
4528 return S.Owned(CurInitExp
[all...]
H A DSemaTemplate.cpp421 return Owned(CXXDependentScopeMemberExpr::Create(Context,
440 return Owned(DependentScopeDeclRefExpr::Create(Context,
2263 return Owned(ULE);
2785 ExprResult E = Owned(DependentScopeDeclRefExpr::Create(Context,
3996 return Owned(Arg);
4040 return Owned(Arg);
4129 return Owned(Arg);
4183 return Owned(Arg);
4231 return Owned(Arg);
4237 return Owned(Ar
6366 bool Owned = false; local
[all...]
H A DDeclSpec.cpp580 Decl *Rep, bool Owned) {
581 return SetTypeSpecType(T, Loc, Loc, PrevSpec, DiagID, Rep, Owned);
588 Decl *Rep, bool Owned) {
601 TypeSpecOwned = Owned;
577 SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
584 SetTypeSpecType(TST T, SourceLocation TagKwLoc, SourceLocation TagNameLoc, const char *&PrevSpec, unsigned &DiagID, Decl *Rep, bool Owned) argument
H A DSemaExprObjC.cpp401 return Owned(BoxedExpr);
555 return Owned(ObjCSubscriptRefExpr::Create(Context,
1179 ExprResult ArgE = PerformCopyInitialization(Entity, lbrac, Owned(argExpr));
1359 return Owned(new (Context) ObjCPropertyRefExpr(PD, Context.PseudoObjectTy,
1364 return Owned(new (Context) ObjCPropertyRefExpr(PD, Context.PseudoObjectTy,
1377 return Owned(new (Context) ObjCPropertyRefExpr(PD,
1384 return Owned(new (Context) ObjCPropertyRefExpr(PD,
1441 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
1447 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter,
1583 return Owned(ne
[all...]
H A DSemaTemplateInstantiate.cpp1080 return SemaRef.Owned(E);
1096 return getSema().Owned(PE);
1108 return SemaRef.Owned(E);
1149 result = SemaRef.Owned(argExpr);
1196 return SemaRef.Owned(new (SemaRef.Context)
1207 return getSema().Owned(E);
2456 return Owned(S);
2467 return Owned(E);
H A DSema.cpp267 return Owned(E);
288 return Owned(E);
292 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));
H A DSemaOverload.cpp47 ExprResult E = S.Owned(DRE);
4390 if (S.CanPerformCopyInitialization(Entity, S.Owned(From))) {
4718 return Owned(From);
5039 return Owned(From);
5061 return Owned(From);
5066 return Owned(From);
5167 return Owned(From);
5178 return Owned(From);
9195 Owned(FixOverloadedFunctionReference(SrcExpr.take(), found, fn));
9611 return Owned(C
[all...]
H A DSemaTemplateVariadic.cpp473 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
H A DSemaCast.cpp94 return Self.Owned(castExpr);
239 ExprResult Ex = Owned(E);
H A DSemaTemplateInstantiateDecl.cpp646 ExprResult Value = SemaRef.Owned((Expr *)0);
658 Value = SemaRef.Owned((Expr *)0);
2976 return Owned(Init);
3001 return Owned((Expr*)0);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h205 void setBufferOwned(bool Owned) { BufferOwned = Owned; }
/external/clang/lib/Parse/
H A DParseObjc.cpp2546 return Owned(Actions.ParseObjCStringLiteral(&AtLocs[0], AtStrings.take(),
2570 return Owned(Actions.BuildObjCNumericLiteral(AtLoc, Lit.take()));
2584 return Owned(Actions.BuildObjCNumericLiteral(AtLoc, Lit.take()));
2605 return Owned(Actions.BuildObjCBoxedExpr(SourceRange(AtLoc, RPLoc),
2639 return Owned(Actions.BuildObjCArrayLiteral(SourceRange(AtLoc, EndLoc), Args));
2695 return Owned(Actions.BuildObjCDictionaryLiteral(SourceRange(AtLoc, EndLoc),
2721 return Owned(Actions.ParseObjCEncodeExpression(AtLoc, EncLoc,
2746 return Owned(Actions.ParseObjCProtocolExpression(protocolId, AtLoc, ProtoLoc,
2809 return Owned(Actions.ParseObjCSelectorExpression(Sel, AtLoc, SelectorLoc,
H A DParseDeclCXX.cpp1168 bool Owned = false; local
1298 TParams, Owned, IsDependent,
1332 PrevSpec, DiagID, TagOrTempResult.get(), Owned);
H A DParseDecl.cpp2958 bool Owned = false; local
2965 Owned, IsDependent, ScopedEnumKWLoc,
3018 PrevSpec, DiagID, TagDecl, Owned))
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp149 Owned = 0, // Owning reference. enumerator in enum:__anon3456::RefVal::Kind
193 return getKind() == Owned;
210 return RefVal(Owned, o, Count, 0, t);
260 case Owned: {
261 Out << "Owned";
317 Out << "Release of Not-Owned [ERROR]";
2041 case RefVal::Owned:
2930 case RefVal::Owned:
2947 if (V.getKind() == RefVal::Owned) {
2973 case RefVal::Owned
[all...]
/external/oprofile/events/x86-64/family10/
H A Dunit_masks191 0x08 Owned
341 0x04 Owned
350 0x04 Owned
/external/clang/include/clang/AST/
H A DDeclTemplate.h144 bool Owned)
145 : Arguments(Args, Owned), NumArguments(NumArgs) { }
/external/clang/include/clang/Sema/
H A DDeclSpec.h564 unsigned &DiagID, Decl *Rep, bool Owned);
570 unsigned &DiagID, Decl *Rep, bool Owned);
H A DSema.h845 ExprResult Owned(Expr* E) { return E; } function in class:clang::Sema
846 ExprResult Owned(ExprResult R) { return R; } function in class:clang::Sema
847 StmtResult Owned(Stmt* S) { return S; } function in class:clang::Sema
6409 E1 = Owned(E1Tmp);
6410 E2 = Owned(E2Tmp);
/external/clang/include/clang/Parse/
H A DParser.h234 ExprResult Owned(ExprResult res) { function in class:clang::Parser
238 StmtResult Owned(StmtResult res) { function in class:clang::Parser

Completed in 283 milliseconds

12