Searched defs:matches (Results 1 - 25 of 93) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp20 bool NameCoverageFilter::matches( function in class:NameCoverageFilter
27 bool NameRegexCoverageFilter::matches( function in class:NameRegexCoverageFilter
37 bool NameAllowlistCoverageFilter::matches( function in class:NameAllowlistCoverageFilter
43 bool RegionCoverageFilter::matches( function in class:RegionCoverageFilter
50 bool LineCoverageFilter::matches( function in class:LineCoverageFilter
61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, function in class:CoverageFilters
78 bool CoverageFiltersMatchAll::matches( function in class:CoverageFiltersMatchAll
H A DCoverageFilters.h34 virtual bool matches(const coverage::CoverageMapping &CM, function in class:llvm::CoverageFilter
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h40 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/freebsd-current/contrib/kyua/utils/text/
H A Dregex_test.cpp41 const text::regex_matches matches = text::match_regex( local
51 const text::regex_matches matches = text::match_regex( local
62 const text::regex_matches matches = text::match_regex( local
74 const text::regex_matches matches = text::match_regex( local
87 const text::regex_matches matches = text::match_regex( local
99 const text::regex_matches matches = text::match_regex( local
115 const text::regex_matches matches = regex.match("my number is 581."); local
123 const text::regex_matches matches = regex.match("your number is 6"); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp44 bool matches = true; local
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_dmi.c136 int matches = 0; local
[all...]
/freebsd-current/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp57 bool ento::CallDescription::matches(const CallEvent &Call) const { function in class:ento::CallDescription
/freebsd-current/contrib/kyua/store/
H A Dlayout.cpp80 const text::regex_matches matches = preg.match(iter->name); local
/freebsd-current/sys/isa/
H A Disahint.c106 int line, matches, unit; local
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp94 bool Option::matches(OptSpecifier Opt) const { function in class:Option
/freebsd-current/usr.sbin/iovctl/
H A Dvalidate.c76 parse_vf_num(const char *key, regmatch_t *matches) argument
225 regmatch_t matches[2]; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { function in class:llvm::fuzzerop::SourcePred
/freebsd-current/crypto/openssl/test/
H A Digetest.c298 size_t matches; local
355 size_t matches; local
386 size_t matches; local
417 size_t matches; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.cpp61 llvm::SmallVector<llvm::StringRef, 4> matches; local
H A DCommandObjectHelp.cpp101 StringList matches; local
106 StringList matches; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp240 llvm::SmallVector<llvm::StringRef, 4> matches; local
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c357 checkmatches(const char *matches, size_t nm, const regmatch_t *pm, argument
400 char *name, *pattern, *input, *matches, *comment; local
[all...]
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc439 ElementMatcherPairs matches = FindMaxBipartiteMatching(matrix); local
/freebsd-current/usr.bin/whereis/
H A Dwhereis.c385 regmatch_t matches[2]; local
/freebsd-current/usr.bin/grep/
H A Dgrep.h104 regmatch_t matches[MAX_MATCHES]; /* Matches made */ member in struct:parsec
/freebsd-current/usr.bin/systat/
H A Ddevs.c89 static struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
/freebsd-current/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h94 lzma_match matches[MATCH_LEN_MAX + 1]; member in struct:lzma_lzma1_encoder_s
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c23 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) argument
251 hc_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
306 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) argument
367 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) argument
451 bt_find_func( const uint32_t len_limit, const uint32_t pos, const uint8_t *const cur, uint32_t cur_match, uint32_t depth, uint32_t *const son, const uint32_t cyclic_pos, const uint32_t cyclic_size, lzma_match *matches, uint32_t len_best) argument
588 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) argument
621 lzma_mf_bt3_find(lzma_mf *mf, lzma_match *matches) argument
676 lzma_mf_bt4_find(lzma_mf *mf, lzma_match *matches) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DDynamicRegisterInfo.cpp77 llvm::SmallVector<llvm::StringRef, 4> matches; local

Completed in 371 milliseconds

1234