Home
last modified time | relevance | path

Searched refs:CheckStrings (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/utils/FileCheck/
H A DFileCheck.cpp998 CheckStrings.empty()) { in ReadCheckFile()
1016 CheckStrings.emplace_back(P, UsedPrefix, PatternLoc); in ReadCheckFile()
1017 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1026 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1029 if (CheckStrings.empty()) { in ReadCheckFile()
1481 ArrayRef<CheckString> CheckStrings) { in CheckInput() argument
1490 unsigned i = 0, j = 0, e = CheckStrings.size(); in CheckInput()
1496 const CheckString &CheckLabelStr = CheckStrings[j]; in CheckInput()
1519 const CheckString &CheckStr = CheckStrings[i]; in CheckInput()
1588 std::vector<CheckString> CheckStrings; in main() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h190 std::vector<FileCheckString> CheckStrings; in CheckMachineFunction() local
191 FC.ReadCheckFile(SM, CheckFileText, PrefixRE, CheckStrings); in CheckMachineFunction()
194 return FC.CheckInput(SM, OutBuffer, CheckStrings); in CheckMachineFunction()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h197 std::vector<FileCheckString> CheckStrings; in CheckMachineFunction() local
198 if (FC.ReadCheckFile(SM, CheckFileText, PrefixRE, CheckStrings)) in CheckMachineFunction()
203 return FC.CheckInput(SM, OutBuffer, CheckStrings); in CheckMachineFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DFileCheck.cpp753 std::vector<FileCheckString> &CheckStrings) { in ReadCheckFile() argument
848 CheckStrings.empty()) { in ReadCheckFile()
866 CheckStrings.emplace_back(P, UsedPrefix, PatternLoc); in ReadCheckFile()
867 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
874 CheckStrings.emplace_back(FileCheckPattern(Check::CheckEOF), *Req.CheckPrefixes.begin(), in ReadCheckFile()
876 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
879 if (CheckStrings.empty()) { in ReadCheckFile()
1384 ArrayRef<FileCheckString> CheckStrings, in CheckInput() argument
1394 unsigned i = 0, j = 0, e = CheckStrings.size(); in CheckInput()
1400 const FileCheckString &CheckLabelStr = CheckStrings[j]; in CheckInput()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/
H A DPRESUBMIT_test.py2934 warnings = PRESUBMIT.CheckStrings(input_api,
2944 warnings = PRESUBMIT.CheckStrings(input_api,
2960 warnings = PRESUBMIT.CheckStrings(input_api,
3026 warnings = PRESUBMIT.CheckStrings(input_api,
3063 warnings = PRESUBMIT.CheckStrings(input_api,
3110 warnings = PRESUBMIT.CheckStrings(input_api,
3138 warnings = PRESUBMIT.CheckStrings(input_api,
3179 warnings = PRESUBMIT.CheckStrings(input_api,
3219 warnings = PRESUBMIT.CheckStrings(input_api,
3230 results = PRESUBMIT.CheckStrings(input_api, MockOutputApi())
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DFileCheck.h264 std::vector<FileCheckString> &CheckStrings);
278 ArrayRef<FileCheckString> CheckStrings,
/dports/graphics/aseprite/aseprite-1.2.9/src/gen/
H A Dcheck_strings.cpp88 class CheckStrings { class
232 CheckStrings cs; in check_strings()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DFileCheck.cpp1112 std::vector<FileCheckString> &CheckStrings) { in ReadCheckFile() argument
1217 CheckStrings.empty()) { in ReadCheckFile()
1235 CheckStrings.emplace_back(P, UsedPrefix, PatternLoc); in ReadCheckFile()
1236 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1243 CheckStrings.emplace_back( in ReadCheckFile()
1246 std::swap(DagNotMatches, CheckStrings.back().DagNotStrings); in ReadCheckFile()
1249 if (CheckStrings.empty()) { in ReadCheckFile()
1891 ArrayRef<FileCheckString> CheckStrings, in CheckInput() argument
1895 unsigned i = 0, j = 0, e = CheckStrings.size(); in CheckInput()
1901 const FileCheckString &CheckLabelStr = CheckStrings[j]; in CheckInput()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DFileCheck.cpp1113 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1223 CheckStrings->empty()) { in readCheckFile()
1241 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
1242 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1249 CheckStrings->emplace_back( in readCheckFile()
1252 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1255 if (CheckStrings->empty()) { in readCheckFile()
1919 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp1113 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1223 CheckStrings->empty()) { in readCheckFile()
1241 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
1242 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1249 CheckStrings->emplace_back( in readCheckFile()
1252 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1255 if (CheckStrings->empty()) { in readCheckFile()
1919 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp1113 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
1223 CheckStrings->empty()) { in readCheckFile()
1241 CheckStrings->emplace_back(P, UsedPrefix, PatternLoc); in readCheckFile()
1242 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1249 CheckStrings->emplace_back( in readCheckFile()
1252 std::swap(DagNotMatches, CheckStrings->back().DagNotStrings); in readCheckFile()
1255 if (CheckStrings->empty()) { in readCheckFile()
1919 unsigned i = 0, j = 0, e = CheckStrings->size(); in checkInput()
1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h149 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DFileCheck.h147 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DFileCheck.h144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DFileCheck.h147 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFileCheck.h144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm80/llvm-8.0.1.src/utils/FileCheck/
H A DFileCheck.cpp596 std::vector<FileCheckString> CheckStrings; in main() local
597 if (FC.ReadCheckFile(SM, CheckFileText, PrefixRE, CheckStrings)) in main()
627 int ExitCode = FC.CheckInput(SM, InputFileText, CheckStrings, in main()
/dports/devel/llvm90/llvm-9.0.1.src/utils/FileCheck/
H A DFileCheck.cpp599 std::vector<FileCheckString> CheckStrings; in main() local
600 if (FC.ReadCheckFile(SM, CheckFileText, PrefixRE, CheckStrings)) in main()
630 int ExitCode = FC.CheckInput(SM, InputFileText, CheckStrings, in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/FileCheck/
H A DFileCheck.h172 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/FileCheck/
H A DFileCheck.h181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable

12