Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7485 static bool checkBitCastConstexprEligibilityType(SourceLocation Loc, in checkBitCastConstexprEligibilityType() function
7516 if (!checkBitCastConstexprEligibilityType(Loc, BS.getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7523 if (!checkBitCastConstexprEligibilityType(Loc, FD->getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7530 !checkBitCastConstexprEligibilityType(Loc, Ctx.getBaseElementType(Ty), in checkBitCastConstexprEligibilityType()
7540 bool DestOK = checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()
7542 bool SourceOK = DestOK && checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()