Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DUnaryOp.java25 public enum UnaryOp { enum
/external/clang/lib/AST/
DStmtProfile.cpp999 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1187 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.h753 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, EMPTY }; enum
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h911 enum UnaryOp { CAST, HEAD, TAIL, EMPTY }; enum
/external/clang/lib/Sema/
DSemaChecking.cpp6180 if (const UnaryOperator *UnaryOp = dyn_cast<UnaryOperator>(Dest)) in CheckMemaccessArguments() local