Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7159 static bool checkBitCastConstexprEligibilityType(SourceLocation Loc, in checkBitCastConstexprEligibilityType() function
7190 if (!checkBitCastConstexprEligibilityType(Loc, BS.getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7197 if (!checkBitCastConstexprEligibilityType(Loc, FD->getType(), Info, Ctx, in checkBitCastConstexprEligibilityType()
7204 !checkBitCastConstexprEligibilityType(Loc, Ctx.getBaseElementType(Ty), in checkBitCastConstexprEligibilityType()
7214 bool DestOK = checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()
7216 bool SourceOK = DestOK && checkBitCastConstexprEligibilityType( in checkBitCastConstexprEligibility()