Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp7248 static bool checkBitCastConstexprEligibilityType(SourceLocation Loc, in checkBitCastConstexprEligibilityType() function
7279 if (!checkBitCastConstexprEligibilityType(Loc, BS.getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7286 if (!checkBitCastConstexprEligibilityType(Loc, FD->getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7293 !checkBitCastConstexprEligibilityType(Loc, Ctx.getBaseElementType(Ty), in checkBitCastConstexprEligibilityType()
7303 bool DestOK = checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()
7305 bool SourceOK = DestOK && checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()