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

/external/swiftshader/third_party/LLVM/utils/FileCheck/
H A DFileCheck.cpp493 /// expected strings. The strings are added to the CheckStrings vector.
495 std::vector<CheckString> &CheckStrings) {
567 if (IsCheckNext && CheckStrings.empty()) {
583 CheckStrings.push_back(CheckString(P,
586 std::swap(NotMatches, CheckStrings.back().NotStrings);
591 CheckStrings.push_back(CheckString(Pattern(true),
594 std::swap(NotMatches, CheckStrings.back().NotStrings);
597 if (CheckStrings.empty()) {
652 std::vector<CheckString> CheckStrings; local
653 if (ReadCheckFile(SM, CheckStrings))
494 ReadCheckFile(SourceMgr &SM, std::vector<CheckString> &CheckStrings) argument
[all...]
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp864 /// expected strings. The strings are added to the CheckStrings vector.
867 std::vector<CheckString> &CheckStrings) {
967 CheckStrings.empty()) {
983 CheckStrings.emplace_back(P, UsedPrefix, PatternLoc);
984 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings);
991 CheckStrings.emplace_back(Pattern(Check::CheckEOF), *CheckPrefixes.begin(),
993 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings);
996 if (CheckStrings.empty()) {
1330 std::vector<CheckString> CheckStrings; local
1331 if (ReadCheckFile(SM, CheckStrings))
866 ReadCheckFile(SourceMgr &SM, std::vector<CheckString> &CheckStrings) argument
[all...]

Completed in 116 milliseconds