Home
last modified time | relevance | path

Searched defs:UnaryOp (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
DUnaryOp.java25 public enum UnaryOp { enum
/external/clang/lib/AST/
DStmtProfile.cpp885 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1073 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1173 UnaryOp(TIL_UnaryOpcode Op, SExpr *E) : SExpr(COP_UnaryOp), Expr0(E) { in UnaryOp() function
1176 UnaryOp(const UnaryOp &U, SExpr *E) : SExpr(U), Expr0(E) { Flags = U.Flags; } in UnaryOp() function
/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c119 cmsBool _Remove1Op(cmsPipeline* Lut, cmsStageSignature UnaryOp) in _Remove1Op()
/external/llvm/include/llvm/TableGen/
DRecord.h680 enum UnaryOp { CAST, HEAD, TAIL, EMPTY }; enum
/external/clang/lib/Sema/
DSemaChecking.cpp5292 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local