Searched refs:checkBitCastConstexprEligibilityType (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7543 static bool checkBitCastConstexprEligibilityType(SourceLocation Loc, in checkBitCastConstexprEligibilityType() function 7574 if (!checkBitCastConstexprEligibilityType(Loc, BS.getType(), Info, Ctx, in checkBitCastConstexprEligibilityType() 7581 if (!checkBitCastConstexprEligibilityType(Loc, FD->getType(), Info, Ctx, in checkBitCastConstexprEligibilityType() 7588 !checkBitCastConstexprEligibilityType(Loc, Ctx.getBaseElementType(Ty), in checkBitCastConstexprEligibilityType() 7598 bool DestOK = checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility() 7600 bool SourceOK = DestOK && checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()
|