Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp220 if (const auto *Uop = dyn_cast<UnaryOperator>(E)) in getDereferenceOperand() local
326 static bool isDereferenceOfUop(const UnaryOperator *Uop, in isDereferenceOfUop() argument
502 bool ForLoopIndexUseVisitor::TraverseUnaryOperator(UnaryOperator *Uop) { in TraverseUnaryOperator() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedWideningCastCheck.cpp78 } else if (const auto *Uop = dyn_cast<UnaryOperator>(E)) { in getMaxCalculationWidth() local