Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2963 bool IsSameWidthCast = (E->getType()->isPointerType() || in IgnoreParenNoopCasts() local
2970 if (IsIdentityCast || IsSameWidthCast) in IgnoreParenNoopCasts()