Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3469 bool CastConsistency() const;
3487 assert(CastConsistency()); in CastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1798 bool CastExpr::CastConsistency() const { in CastConsistency() function in CastExpr