Searched defs:CheckPrefix (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp838 // Find all instances of CheckPrefix followed by : in the file.
842 // LineNumber keeps track of the line on which CheckPrefix instances are
1176 static bool ValidateCheckPrefix(StringRef CheckPrefix) { argument
1178 return Validator.match(CheckPrefix);

Completed in 146 milliseconds