Home
last modified time | relevance | path

Searched refs:IsSameWidthCast (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2988 bool IsSameWidthCast = (E->getType()->isPointerType() || in IgnoreParenNoopCasts() local
2995 if (IsIdentityCast || IsSameWidthCast) in IgnoreParenNoopCasts()