Home
last modified time | relevance | path

Searched defs:Uop (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.cpp220 if (const auto *Uop = dyn_cast<UnaryOperator>(E)) in getDereferenceOperand() local
326 static bool isDereferenceOfUop(const UnaryOperator *Uop, in isDereferenceOfUop()
504 bool ForLoopIndexUseVisitor::TraverseUnaryOperator(UnaryOperator *Uop) { in TraverseUnaryOperator()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedWideningCastCheck.cpp81 } else if (const auto *Uop = dyn_cast<UnaryOperator>(E)) { in getMaxCalculationWidth() local