Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11657 struct ErrorInfoTy { struct in __anon1dd12e444711::OpenMPAtomicCompareChecker
11668 bool checkStmt(Stmt *S, ErrorInfoTy &ErrorInfo);
11696 bool checkCondUpdateStmt(IfStmt *S, ErrorInfoTy &ErrorInfo);
11699 bool checkCondExprStmt(Stmt *S, ErrorInfoTy &ErrorInfo);
11702 bool checkType(ErrorInfoTy &ErrorInfo) const;
11704 static bool CheckValue(const Expr *E, ErrorInfoTy &ErrorInfo, in CheckValue()
11735 ErrorInfoTy &ErrorInfo) { in checkCondUpdateStmt()
11840 ErrorInfoTy &ErrorInfo) { in checkCondExprStmt()
11939 bool OpenMPAtomicCompareChecker::checkType(ErrorInfoTy &ErrorInfo) const { in checkType()
11956 Stmt *S, OpenMPAtomicCompareChecker::ErrorInfoTy &ErrorInfo) { in checkStmt()
[all …]