Home
last modified time | relevance | path

Searched refs:UO_Extension (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h327 UO_Extension // __extension__ marker. enumerator
DStmtVisitor.h94 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator); in Visit()
/external/clang/lib/AST/
DExpr.cpp756 case UO_Extension: return "__extension__"; in getOpcodeStr()
1701 case UO_Extension: in isUnusedResultAWarning()
2007 if (P->getOpcode() == UO_Extension) { in IgnoreParens()
2036 if (P->getOpcode() == UO_Extension) { in IgnoreParenCasts()
2077 if (P->getOpcode() == UO_Extension) { in IgnoreParenLValueCasts()
2112 if (P->getOpcode() == UO_Extension) { in IgnoreParenImpCasts()
2177 if (P->getOpcode() == UO_Extension) { in IgnoreParenNoopCasts()
2298 if (UnOp->getOpcode() == UO_Extension) { in isImplicitCXXThis()
2406 if (Exp->getOpcode() == UO_Extension) in isConstantInitializer()
DExprClassification.cpp206 case UO_Extension: in ClassifyInternal()
DStmtProfile.cpp684 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DStmtPrinter.cpp840 case UO_Extension: in VisitUnaryOperator()
DExprConstant.cpp5327 case UO_Extension: in VisitUnaryOperator()
6098 case UO_Extension: in VisitUnaryOperator()
6608 case UO_Extension: in CheckICE()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp684 case UO_Extension: in CanVary()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp655 case UO_Extension: { in VisitUnaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp66 assert(uop->getOpcode() == UO_Extension); in rebuild()
DSemaExprObjC.cpp3009 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
3011 return new (Context) UnaryOperator(sub, UO_Extension, sub->getType(), in stripARCUnbridgedCast()
DSemaExpr.cpp7525 case UO_Extension: in getPrimaryDecl()
7831 case tok::kw___extension__: Opc = UO_Extension; break; in ConvertTokenKindToUnaryOpcode()
8412 case UO_Extension: in CreateBuiltinUnaryOp()
8485 if (Opc == UO_Extension) in BuildUnaryOp()
/external/clang/lib/CodeGen/
DCGClass.cpp1654 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGExprCXX.cpp99 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGObjC.cpp2551 if (op->getOpcode() == UO_Extension) { in tryEmitARCRetainScalarExpr()
DCGExpr.cpp1617 if (E->getOpcode() == UO_Extension) in EmitUnaryOpLValue()