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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp6506 static bool HasEnumType(Expr *E) { function in namespace:__anon3982
6529 << "< 0" << "false" << HasEnumType(E->getLHS())
6533 << ">= 0" << "true" << HasEnumType(E->getLHS())
6537 << "0 >" << "false" << HasEnumType(E->getRHS())
6541 << "0 <=" << "true" << HasEnumType(E->getRHS())

Completed in 112 milliseconds