Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Analysis/
H A DExprMutationAnalyzerTest.cpp132 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...]
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp698 const MCExpr *ModExpr = LoongArchMCExpr::create(SubExpr, VK, getContext()); parseOperandWithModifier() local
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2011 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); parseOperandWithModifier() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12068 notePreMod(Object O,const Expr * ModExpr) notePreMod() argument
12075 notePostMod(Object O,const Expr * ModExpr,UsageKind UK) notePostMod() argument