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