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

/external/clang/include/clang/AST/
H A DOperationKinds.h333 UO_AddrOf, UO_Deref, // [C99 6.5.3.2] Address and indirection enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h88 case UO_Deref: DISPATCH(UnaryDeref, UnaryOperator);
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp141 if (UO->getOpcode() == UO_Deref) {
H A DSemaExprMember.cpp1360 if (UO->getOpcode() == UO_Deref)
H A DSemaStmt.cpp1293 if (E->getOpcode() == UO_Deref)
2050 AdjustedRange = SemaRef.BuildUnaryOp(S, RangeLoc, UO_Deref, Range);
H A DSemaTemplate.cpp4352 if (UnOpKind == UO_Deref)
4354 if (UnOpKind == UO_AddrOf || UnOpKind == UO_Deref) {
4373 assert(FirstOpKind == UO_Deref);
H A DSemaChecking.cpp4734 if (U->getOpcode() == UO_Deref)
5224 case UO_Deref:
7222 case UO_Deref:
7946 if (UO->getOpcode() == UO_AddrOf || UO->getOpcode() == UO_Deref) {
H A DSemaExpr.cpp479 if (UO->getOpcode() == UO_Deref &&
8964 if (uOp->getOpcode() == UO_Deref)
9216 case tok::star: Opc = UO_Deref; break;
9820 case UO_Deref: {
9953 if (Opc != UO_AddrOf && Opc != UO_Deref)
H A DSemaDeclCXX.cpp9071 S.CreateBuiltinUnaryOp(Loc, UO_Deref, Builder.build(S, Loc)).get());
9779 ExprResult ThisObj = CreateBuiltinUnaryOp(Loc, UO_Deref, This.build(*this, Loc));
10201 CreateBuiltinUnaryOp(Loc, UO_Deref, This.build(*this, Loc));
10645 Expr *DerefThis =CreateBuiltinUnaryOp(CurrentLocation, UO_Deref, This).get();
H A DSemaExprCXX.cpp5696 if (UO->getOpcode() == UO_Deref)
/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp79 if (op->getOpcode() == clang::UO_Deref) {
/external/clang/lib/Analysis/
H A DBodyFarm.cpp125 return new (C) UnaryOperator(const_cast<Expr*>(Arg), UO_Deref, Ty,
H A DThreadSafetyCommon.cpp243 case UO_Deref:
H A DThreadSafety.cpp391 if (UOE->getOpcode() == UO_Deref) {
1908 if (UO->getOpcode() == clang::UO_Deref)
/external/clang/lib/AST/
H A DExprClassification.cpp215 case UO_Deref:
H A DExpr.cpp1031 case UO_Deref: return "*";
1050 case OO_Star: return UO_Deref;
1063 case UO_Deref: return OO_Star;
1162 if (UO->getOpcode() == UO_Deref)
1996 case UO_Deref:
H A DStmtProfile.cpp680 UnaryOp = UO_Deref;
H A DExprConstant.cpp8445 case UO_Deref:
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp814 case UO_Deref:
H A DBugReporterVisitors.cpp58 if (U->getOpcode() == UO_Deref)
/external/clang/lib/CodeGen/
H A DCGObjC.cpp2923 UnaryOperator DST(&DstExpr, UO_Deref, DestTy->getPointeeType(),
2928 UnaryOperator SRC(&SrcExpr, UO_Deref, SrcTy->getPointeeType(),
3002 UnaryOperator SRC(&SrcExpr, UO_Deref, SrcTy->getPointeeType(),
H A DCGExprCXX.cpp1629 if (UO->getOpcode() == UO_Deref)
H A DCGExpr.cpp1933 case UO_Deref: {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4837 Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
7730 Expr *Exp = new (Context) UnaryOperator(castExpr, UO_Deref, IvarT,
H A DRewriteObjC.cpp3921 Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),

Completed in 514 milliseconds