OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotStrings
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
893
/// Verifies that none of the strings in \p
NotStrings
are found in the given
897
const std::vector<const Pattern *> &
NotStrings
,
902
std::vector<const Pattern *> &
NotStrings
,
FileCheck.cpp
2240
std::vector<const Pattern *>
NotStrings
;
2248
LastPos = CheckDag(SM, Buffer,
NotStrings
, Req, Diags);
2309
if (CheckNot(SM, SkippedRegion,
NotStrings
, Req, Diags))
2378
const std::vector<const Pattern *> &
NotStrings
,
2382
for (const Pattern *Pat :
NotStrings
) {
2397
std::vector<const Pattern *> &
NotStrings
,
2425
NotStrings
.push_back(&Pat);
2512
if (!
NotStrings
.empty()) {
2518
if (CheckNot(SM, SkippedRegion,
NotStrings
, Req, Diags))
2521
NotStrings
.clear()
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026