OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Filters
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageFilters.cpp
1
//===- CoverageFilters.cpp - Function coverage mapping
filters
------------===//
58
Filters
.push_back(std::move(Filter));
63
for (const auto &Filter :
Filters
) {
71
for (const auto &Filter :
Filters
) {
81
for (const auto &Filter :
Filters
) {
CoverageReport.h
44
const CoverageFilter &
Filters
= CoverageFiltersMatchAll());
52
const CoverageFilter *
Filters
);
62
/// in \p
Filters
.
64
const CoverageFiltersMatchAll &
Filters
) const;
CoverageFilters.h
1
//===- CoverageFilters.h - Function coverage mapping
filters
--------------===//
131
/// A collection of
filters
.
132
/// Matches functions that match any
filters
contained
136
std::vector<std::unique_ptr<CoverageFilter>>
Filters
;
142
bool empty() const { return
Filters
.empty(); }
150
/// A collection of
filters
.
151
/// Matches functions that match all of the
filters
contained
SourceCoverageViewText.h
32
const CoverageFiltersMatchAll &
Filters
) override;
CoverageReport.cpp
361
FileCoverageSummary *FileReport, const CoverageFilter *
Filters
) {
365
if (!
Filters
->matches(*Coverage, *F))
388
const CoverageFilter &
Filters
) {
406
&Coverage, Options, LCP, &FileReports.back(), &
Filters
);
420
// Apply ignore source files
filters
.
434
const CoverageFiltersMatchAll &
Filters
) const {
437
prepareFileReports(Coverage, Totals, Files, Options,
Filters
);
476
if (EmptyFiles &&
Filters
.empty()) {
SourceCoverageViewHTML.h
34
const CoverageFiltersMatchAll &
Filters
) override;
SourceCoverageViewText.cpp
33
const CoverageFiltersMatchAll &
Filters
) {
41
Report.renderFileReports(OSRef, SourceFiles,
Filters
);
SourceCoverageViewHTML.cpp
396
const CoverageFiltersMatchAll &
Filters
) {
435
Coverage, Totals, SourceFiles, Opts,
Filters
);
449
if (EmptyFiles &&
Filters
.empty()) {
CodeCoverage.cpp
142
CoverageFiltersMatchAll
Filters
;
813
// Create the function
filters
824
Filters
.push_back(std::move(NameFilterer));
844
Filters
.push_back(std::move(StatFilterer));
847
// Create the ignore filename
filters
.
1008
if (Error E = Printer->createIndexFile(SourceFiles, *Coverage,
Filters
)) {
1014
if (!
Filters
.empty()) {
1020
if (
Filters
.matches(*Coverage.get(), Function))
SourceCoverageView.h
134
const CoverageFiltersMatchAll &
Filters
) = 0;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp
342
/// FilterChooser - FilterChooser chooses the best filter among a set of
Filters
346
/// of instructions available, FilterChooser builds up the possible
Filters
that
374
// Vector of candidate
filters
.
375
std::vector<Filter>
Filters
;
384
// Index of the best filter from
Filters
.
469
return
Filters
[BestIndex];
524
// builds up a list of candidate
filters
. It chooses the best filter and
1474
Filters
.clear();
1475
Filters
.emplace_back(*this, startBit, numBit, true);
1485
Filters
.emplace_back(*this, StartBit, BitIndex - StartBit, true)
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efipxebc.h
108
UINT8
Filters
;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp
73
std::vector<NameScopeArgs>
Filters
;
320
IO.mapOptional("
Filters
", Config.
Filters
);
393
for (auto &F : Config.
Filters
) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
249
// For outlined finallys and
filters
, use the SEH personality in case they
250
// contain more SEH. This mostly only affects finallys.
Filters
could
556
// because __cxa_call_unexpected magically
filters
exceptions
910
SmallVector<llvm::Constant*, 8>
Filters
;
917
Filters
.push_back(cast<llvm::Constant>(filterTypes[i]));
918
llvm::Constant *FilterArray = llvm::ConstantArray::get(AType,
Filters
);
1853
// save the exception code in
filters
so that __exception_code() works.
1864
// 32-bit SEH
filters
need to be careful about FP recovery. The end of the
1881
// frame pointer of the parent function. We only need to do this in
filters
,
2012
// All SEH finally functions take two parameters. Win64
filters
take tw
[
all
...]
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026