Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h337 UO_Extension, // __extension__ marker. enumerator
DStmtVisitor.h96 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator); in Visit()
/external/clang/lib/AST/
DExpr.cpp1110 case UO_Extension: return "__extension__"; in getOpcodeStr()
2100 case UO_Extension: in isUnusedResultAWarning()
2456 if (P->getOpcode() == UO_Extension) { in IgnoreParens()
2736 if (UnOp->getOpcode() == UO_Extension) { in isImplicitCXXThis()
2884 if (Exp->getOpcode() == UO_Extension) in isConstantInitializer()
DExprClassification.cpp226 case UO_Extension: in ClassifyInternal()
DStmtProfile.cpp1073 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DStmtPrinter.cpp1276 case UO_Extension: in VisitUnaryOperator()
DExprConstant.cpp7688 case UO_Extension: in VisitUnaryOperator()
8567 case UO_Extension: in VisitUnaryOperator()
9194 case UO_Extension: in CheckICE()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp839 case UO_Extension: { in VisitUnaryOperator()
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp447 case UO_Extension: in translateUnaryOperator()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp129 assert(uop->getOpcode() == UO_Extension); in rebuild()
DSemaExprObjC.cpp4115 assert(uo->getOpcode() == UO_Extension); in stripARCUnbridgedCast()
4117 return new (Context) UnaryOperator(sub, UO_Extension, sub->getType(), in stripARCUnbridgedCast()
DSemaExpr.cpp9780 case UO_Extension: in getPrimaryDecl()
10159 case tok::kw___extension__: Opc = UO_Extension; break; in ConvertTokenKindToUnaryOpcode()
10931 case UO_Extension: in CreateBuiltinUnaryOp()
11003 if (Opc == UO_Extension) in BuildUnaryOp()
/external/clang/lib/CodeGen/
DCGClass.cpp2612 if (UO->getOpcode() == UO_Extension) { in skipNoOpCastsAndParens()
DCGObjC.cpp2690 if (op->getOpcode() == UO_Extension) { in tryEmitARCRetainScalarExpr()
DCGExpr.cpp2175 if (E->getOpcode() == UO_Extension) in EmitUnaryOpLValue()