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

/external/clang/include/clang/AST/
H A DOperationKinds.h335 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h91 case UO_Not: DISPATCH(UnaryNot, UnaryOperator);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp834 case UO_Not: {
851 case UO_Not:
/external/clang/lib/AST/
H A DExpr.cpp1034 case UO_Not: return "~";
1053 case OO_Tilde: return UO_Not;
1066 case UO_Not: return OO_Tilde;
1994 case UO_Not:
H A DStmtProfile.cpp713 UnaryOp = UO_Not;
H A DExprConstant.cpp7108 case UO_Not: {
7867 case UO_Not:
8454 case UO_Not:
/external/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp250 case UO_Not:
/external/clang/lib/Sema/
H A DSemaExpr.cpp9219 case tok::tilde: Opc = UO_Not; break;
9844 case UO_Not: // bitwise complement

Completed in 120 milliseconds