OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckPrefixes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h
28
std::vector<StringRef>
CheckPrefixes
;
/src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp
39
static cl::list<std::string>
CheckPrefixes
(
43
"check-prefixes", cl::aliasopt(
CheckPrefixes
), cl::CommaSeparated,
767
append_range(Req.
CheckPrefixes
,
CheckPrefixes
);
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp
1906
std::set<StringRef> PrefixesNotFound(Req.
CheckPrefixes
.begin(),
1907
Req.
CheckPrefixes
.end());
2036
*Req.
CheckPrefixes
.begin(), SMLoc::getFromPointer(Buffer.data()));
2564
if (Req.
CheckPrefixes
.empty()) {
2574
if (!ValidatePrefixes("check", UniquePrefixes, Req.
CheckPrefixes
))
2582
if (Req.
CheckPrefixes
.empty()) {
2584
Req.
CheckPrefixes
.push_back(Prefix);
2592
// We already validated the contents of
CheckPrefixes
and CommentPrefixes so
2595
for (size_t I = 0, E = Req.
CheckPrefixes
.size(); I != E; ++I) {
2598
PrefixRegexStr.append(Req.
CheckPrefixes
[I])
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026