Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5506 Self.CheckUnusedVolatileAssignment(Result.get()); in EvaluateBinaryTypeTrait()
7822 CheckUnusedVolatileAssignment(E); in IgnoredValueConversions()
7860 CheckUnusedVolatileAssignment(E); in CheckUnevaluatedOperand()
H A DSemaExpr.cpp16436 void Sema::CheckUnusedVolatileAssignment(Expr *E) { in CheckUnusedVolatileAssignment() function in Sema
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4956 void CheckUnusedVolatileAssignment(Expr *E);