HomeSort by relevance Sort by last modified time
    Searched refs:UO_Extension (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/AST/
OperationKinds.h 327 UO_Extension // __extension__ marker.
StmtVisitor.h 94 case UO_Extension: DISPATCH(UnaryExtension, UnaryOperator);
  /external/clang/lib/AST/
Expr.cpp 756 case UO_Extension: return "__extension__";
    [all...]
ExprClassification.cpp 206 case UO_Extension:
StmtProfile.cpp 684 UnaryOperatorKind UnaryOp = UO_Extension;
StmtPrinter.cpp 840 case UO_Extension:
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 684 case UO_Extension:
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 655 case UO_Extension: {
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 66 assert(uop->getOpcode() == UO_Extension);
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprCXX.cpp 99 if (UO->getOpcode() == UO_Extension) {
    [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]

Completed in 128 milliseconds