Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h331 UO_Extension // __extension__ marker. enumerator
DStmtVisitor.h94 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator); in Visit()
/external/clang/lib/AST/
DExpr.cpp886 case UO_Extension: return "__extension__"; in getOpcodeStr()
1839 case UO_Extension: in isUnusedResultAWarning()
2164 if (P->getOpcode() == UO_Extension) { in IgnoreParens()
2193 if (P->getOpcode() == UO_Extension) { in IgnoreParenCasts()
2234 if (P->getOpcode() == UO_Extension) { in IgnoreParenLValueCasts()
2289 if (P->getOpcode() == UO_Extension) { in IgnoreParenImpCasts()
2354 if (P->getOpcode() == UO_Extension) { in IgnoreParenNoopCasts()
2479 if (UnOp->getOpcode() == UO_Extension) { in isImplicitCXXThis()
2587 if (Exp->getOpcode() == UO_Extension) in isConstantInitializer()
DExprClassification.cpp219 case UO_Extension: in ClassifyInternal()
DStmtProfile.cpp689 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DStmtPrinter.cpp766 case UO_Extension: in VisitUnaryOperator()
DExprConstant.cpp5291 case UO_Extension: in VisitUnaryOperator()
6064 case UO_Extension: in VisitUnaryOperator()
6570 case UO_Extension: in CheckICE()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp687 case UO_Extension: in CanVary()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp751 case UO_Extension: { in VisitUnaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp67 assert(uop->getOpcode() == UO_Extension); in rebuild()
DSemaExprObjC.cpp3072 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
3074 return new (Context) UnaryOperator(sub, UO_Extension, sub->getType(), in stripARCUnbridgedCast()
DSemaExpr.cpp7868 case UO_Extension: in getPrimaryDecl()
8174 case tok::kw___extension__: Opc = UO_Extension; break; in ConvertTokenKindToUnaryOpcode()
8755 case UO_Extension: in CreateBuiltinUnaryOp()
8828 if (Opc == UO_Extension) in BuildUnaryOp()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp79 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGClass.cpp1666 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGObjC.cpp2573 if (op->getOpcode() == UO_Extension) { in tryEmitARCRetainScalarExpr()
DCGExpr.cpp1758 if (E->getOpcode() == UO_Extension) in EmitUnaryOpLValue()