Home
last modified time | relevance | path

Searched refs:PreDec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h163 UNARYOP_FALLBACK(PreInc) UNARYOP_FALLBACK(PreDec)
H A DOperationKinds.def439 UNARY_OPERATION(PreDec, "--")
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td613 def PreDec : OverflowOpcode;
H A DInterp.h941 bool PreDec(InterpState &S, CodePtr OpPC, bool CanOverflow) { in PreDec() function