Home
last modified time | relevance | path

Searched defs:ModExpr (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp655 const MCExpr *ModExpr = LoongArchMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1582 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp15206 void notePreMod(Object O, const Expr *ModExpr) { in notePreMod()
15213 void notePostMod(Object O, const Expr *ModExpr, UsageKind UK) { in notePostMod()