Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Analysis/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1206 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
/external/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1440 const MCExpr *ModExpr = RISCVMCExpr::create(SubExpr, VK, getContext()); in parseOperandWithModifier() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13238 void notePreMod(Object O, const Expr *ModExpr) { in notePreMod()
13245 void notePostMod(Object O, const Expr *ModExpr, UsageKind UK) { in notePostMod()