Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp125 const std::string ModExpr = "x " + GetParam() + " 10"; in TEST_P() local
134 const std::string ModExpr = "(x) " + GetParam() + " 10"; in TEST_P() local
143 const std::string ModExpr = "x " + GetParam() + " 10"; in TEST_P() local
154 const std::string ModExpr = "y, x, y " + GetParam() + " 10"; in TEST_P() local
164 const std::string ModExpr = "(y != 0 ? y : x) " + GetParam() + " 10"; in TEST_P() local
175 const std::string ModExpr = in TEST_P() local
187 const std::string ModExpr = "(y != 0 ? (y) : ((x))) " + GetParam() + " 10"; in TEST_P() local
197 const std::string ModExpr = "(y ?: x) " + GetParam() + " 10"; in TEST_P() local
226 const std::string ModExpr = GetParam(); in TEST_P() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1582 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp14863 void notePreMod(Object O, const Expr *ModExpr) { in notePreMod()
14870 void notePostMod(Object O, const Expr *ModExpr, UsageKind UK) { in notePostMod()