Home
last modified time | relevance | path

Searched refs:PreInc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp33 PreInc = 1, enumerator
420 return ((F >> TSF_AddrModeOff) & TSF_AddModeMask) == PreInc; in isPreIncrement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h162 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
H A DOperationKinds.def432 UNARY_OPERATION(PreInc, "++")