Lines Matching defs:check
416 // Check for builtin function calls.
640 // Otherwise check if this is a binary expressioan.
687 bool RuntimeDyldCheckerImpl::check(StringRef CheckExpr) const {
717 DidAllTestsPass &= check(Line.substr(RulePrefix.size()));
922 bool RuntimeDyldChecker::check(StringRef CheckExpr) const {
923 return Impl->check(CheckExpr);