Searched refs:ICEDiag (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 9317 struct ICEDiag { struct 9321 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() function 9326 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag() 9328 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() 9330 static ICEDiag CheckEvalInICE(const Expr* E, const ASTContext &Ctx) { in CheckEvalInICE() 9334 return ICEDiag(IK_NotICE, E->getLocStart()); in CheckEvalInICE() 9339 static ICEDiag CheckICE(const Expr* E, const ASTContext &Ctx) { in CheckICE() 9342 return ICEDiag(IK_NotICE, E->getLocStart()); in CheckICE() 9422 return ICEDiag(IK_NotICE, E->getLocStart()); in CheckICE() 9432 return ICEDiag(IK_NotICE, E->getLocStart()); in CheckICE() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 15022 struct ICEDiag { struct 15026 ICEDiag(ICEKind IK, SourceLocation l) : Kind(IK), Loc(l) {} in ICEDiag() argument 15031 static ICEDiag NoDiag() { return ICEDiag(IK_ICE, SourceLocation()); } in NoDiag() 15033 static ICEDiag Worst(ICEDiag A, ICEDiag B) { return A.Kind >= B.Kind ? A : B; } in Worst() 15035 static ICEDiag CheckEvalInICE(const Expr* E, const ASTContext &Ctx) { in CheckEvalInICE() 15043 return ICEDiag(IK_NotICE, E->getBeginLoc()); in CheckEvalInICE() 15048 static ICEDiag CheckICE(const Expr* E, const ASTContext &Ctx) { in CheckICE() 15051 return ICEDiag(IK_NotICE, E->getBeginLoc()); in CheckICE() 15140 return ICEDiag(IK_NotICE, E->getBeginLoc()); in CheckICE() 15150 return ICEDiag(IK_NotICE, E->getBeginLoc()); in CheckICE() [all …]
|