Home
last modified time | relevance | path

Searched defs:CheckStrings (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h149 std::unique_ptr<std::vector<FileCheckString>> CheckStrings; variable
/external/llvm/utils/FileCheck/
DFileCheck.cpp867 std::vector<CheckString> &CheckStrings) { in ReadCheckFile()
1330 std::vector<CheckString> CheckStrings; in main() local