Searched refs:ICEDiag (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp6419 // ICEDiag contains a Val of 0, 1, or 2, and a possibly null SourceLocation.
6434 struct ICEDiag { struct in namespace:__anon3068
6439 ICEDiag(unsigned v, SourceLocation l) : Val(v), Loc(l) {} function in struct:__anon3068::ICEDiag
6440 ICEDiag() : Val(0) {} function in struct:__anon3068::ICEDiag
6445 static ICEDiag NoDiag() { return ICEDiag(); }
6447 static ICEDiag CheckEvalInICE(const Expr* E, ASTContext &Ctx) {
6451 return ICEDiag(2, E->getLocStart());
6456 static ICEDiag CheckICE(const Expr* E, ASTContext &Ctx) {
6459 return ICEDiag(
[all...]

Completed in 55 milliseconds