Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h334 UO_Extension // __extension__ marker. enumerator
DStmtVisitor.h94 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator); in Visit()
/external/clang/lib/AST/
DExpr.cpp983 case UO_Extension: return "__extension__"; in getOpcodeStr()
1940 case UO_Extension: in isUnusedResultAWarning()
2271 if (P->getOpcode() == UO_Extension) { in IgnoreParens()
2300 if (P->getOpcode() == UO_Extension) { in IgnoreParenCasts()
2341 if (P->getOpcode() == UO_Extension) { in IgnoreParenLValueCasts()
2396 if (P->getOpcode() == UO_Extension) { in IgnoreParenImpCasts()
2461 if (P->getOpcode() == UO_Extension) { in IgnoreParenNoopCasts()
2586 if (UnOp->getOpcode() == UO_Extension) { in isImplicitCXXThis()
2694 if (Exp->getOpcode() == UO_Extension) in isConstantInitializer()
DExprClassification.cpp219 case UO_Extension: in ClassifyInternal()
DStmtProfile.cpp689 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DStmtPrinter.cpp791 case UO_Extension: in VisitUnaryOperator()
DExprConstant.cpp5319 case UO_Extension: in VisitUnaryOperator()
6094 case UO_Extension: in VisitUnaryOperator()
6626 case UO_Extension: in CheckICE()
/external/clang/lib/StaticAnalyzer/Checkers/
DIdempotentOperationChecker.cpp685 case UO_Extension: in CanVary()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp779 case UO_Extension: { in VisitUnaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp69 assert(uop->getOpcode() == UO_Extension); in rebuild()
DSemaExprObjC.cpp3173 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
3175 return new (Context) UnaryOperator(sub, UO_Extension, sub->getType(), in stripARCUnbridgedCast()
DSemaExpr.cpp8043 case UO_Extension: in getPrimaryDecl()
8358 case tok::kw___extension__: Opc = UO_Extension; break; in ConvertTokenKindToUnaryOpcode()
8983 case UO_Extension: in CreateBuiltinUnaryOp()
9056 if (Opc == UO_Extension) in BuildUnaryOp()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp81 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGClass.cpp2071 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGObjC.cpp2599 if (op->getOpcode() == UO_Extension) { in tryEmitARCRetainScalarExpr()
DCGExpr.cpp1862 if (E->getOpcode() == UO_Extension) in EmitUnaryOpLValue()