Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp290 void PointerArithChecker::checkPreStmt(const UnaryOperator *UOp, in checkPreStmt()
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp896 void ConsumedStmtVisitor::VisitUnaryOperator(const UnaryOperator *UOp) { in VisitUnaryOperator()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp656 if (const auto *UOp = dyn_cast<UnaryOperator>(ArgExp)) checkAttrArgsAreCapabilityObjs() local
H A DSemaChecking.cpp15210 if (UnaryOperator *UOp = dyn_cast<UnaryOperator>(InnerE)) DiagnoseFloatingImpCast() local