Searched refs:UO_Not (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h329 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h90 case UO_Not: DISPATCH(UnaryNot, UnaryOperator);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp769 case UO_Not: {
786 case UO_Not:
/external/clang/lib/AST/
H A DExpr.cpp882 case UO_Not: return "~";
901 case OO_Tilde: return UO_Not;
914 case UO_Not: return OO_Tilde;
1823 case UO_Not:
H A DStmtProfile.cpp567 UnaryOp = UO_Not;
H A DExprConstant.cpp5308 case UO_Not: {
6079 case UO_Not:
6574 case UO_Not:
/external/clang/lib/Sema/
H A DSemaExpr.cpp8170 case tok::tilde: Opc = UO_Not; break;
8686 case UO_Not: // bitwise complement

Completed in 149 milliseconds