Searched defs:ModExpr (Results 1 – 4 of 4) sorted by relevance
132 const std::string ModExpr = "x " + GetParam() + " 10"; TEST_P() local 141 const std::string ModExpr = "(x) " + GetParam() + " 10"; TEST_P() local 150 const std::string ModExpr = "x " + GetParam() + " 10"; TEST_P() local 161 const std::string ModExpr = "y, x, y " + GetParam() + " 10"; TEST_P() local 171 const std::string ModExpr = "(y != 0 ? y : x) " + GetParam() + " 10"; TEST_P() local 182 const std::string ModExpr = TEST_P() local 194 const std::string ModExpr = "(y != 0 ? (y) : ((x))) " + GetParam() + " 10"; TEST_P() local 204 const std::string ModExpr = "(y ?: x) " + GetParam() + " 10"; TEST_P() local 233 const std::string ModExpr = GetParam(); TEST_P() local [all...]
698 const MCExpr *ModExpr = LoongArchMCExpr::create(SubExpr, VK, getContext()); parseOperandWithModifier() local
2011 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); parseOperandWithModifier() local
12068 notePreMod(Object O,const Expr * ModExpr) notePreMod() argument 12075 notePostMod(Object O,const Expr * ModExpr,UsageKind UK) notePostMod() argument