Searched defs:regex (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/contrib/kyua/utils/text/
H A Dregex.hpp68 class regex { class in namespace:utils::text
H A Dregex_test.cpp112 const text::regex regex = text::regex::compile("number is ([0-9]+)", 1); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h56 Regex &operator=(Regex regex) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegexCommand.h48 RegularExpression regex; member in struct:lldb_private::CommandObjectRegexCommand::Entry
/freebsd-current/tests/sys/audit/
H A Dfile-write.c94 const char *regex = "ftruncate.*return,success"; local
118 const char *regex = "ftruncate.*return,failure"; local
H A Dfile-close.c84 const char *regex = "munmap.*return,failure : Invalid argument"; local
133 const char *regex = "close.*return,failure"; local
155 const char *regex = "close_range\\(2\\),.*,0x7fffffff,lowfd,.*" local
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dtext.cpp54 impl::match(const std::string& str, const std::string& regex) argument
/freebsd-current/contrib/flex/src/
H A Dregex.c50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
/freebsd-current/contrib/kyua/engine/
H A Dkyuafile_test.cpp450 do_load_error_test(const char* file, const char* regex) argument
/freebsd-current/contrib/atf/atf-c++/
H A Dutils.cpp81 atf::utils::grep_file(const std::string& regex, const std::string& path) argument
87 atf::utils::grep_string(const std::string& regex, const std::string& str) argument
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp24 AddFormat( TypeCategoryImpl::SharedPointer category_sp, lldb::Format format, llvm::StringRef type_name, TypeFormatImpl::Flags flags, bool regex) argument
34 AddSummary( TypeCategoryImpl::SharedPointer category_sp, TypeSummaryImplSP summary_sp, llvm::StringRef type_name, bool regex) argument
42 AddStringSummary( TypeCategoryImpl::SharedPointer category_sp, const char *string, llvm::StringRef type_name, TypeSummaryImpl::Flags flags, bool regex) argument
52 AddOneLineSummary( TypeCategoryImpl::SharedPointer category_sp, llvm::StringRef type_name, TypeSummaryImpl::Flags flags, bool regex) argument
63 AddCXXSummary( TypeCategoryImpl::SharedPointer category_sp, CXXFunctionSummaryFormat::Callback funct, const char *description, llvm::StringRef type_name, TypeSummaryImpl::Flags flags, bool regex) argument
75 AddCXXSynthetic( TypeCategoryImpl::SharedPointer category_sp, CXXSyntheticChildren::CreateFrontEndCallback generator, const char *description, llvm::StringRef type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
87 AddFilter( TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char *description, llvm::StringRef type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp42 bool NameToDIE::Find(const RegularExpression &regex, argument
H A DAppleDWARFIndex.cpp144 GetGlobalVariables( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
293 GetFunctions( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
H A DDebugNamesDWARFIndex.cpp113 GetGlobalVariables( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
289 GetFunctions( const RegularExpression &regex, llvm::function_ref<bool(DWARFDIE die)> callback) argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp111 size_t VariableList::AppendVariablesIfUnique(const RegularExpression &regex, argument
H A DSymbolFile.cpp120 void SymbolFile::FindGlobalVariables(const RegularExpression &regex, argument
129 void SymbolFile::FindFunctions(const RegularExpression &regex, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp26 Regex::Regex(StringRef regex, RegexFlags Flags) { argument
39 Regex::Regex(StringRef regex, unsigned Flags) argument
42 Regex::Regex(Regex &&regex) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp22 BreakpointResolverFileRegex( const lldb::BreakpointSP &bkpt, RegularExpression regex, const std::unordered_set<std::string> &func_names, bool exact_match) argument
/freebsd-current/contrib/atf/atf-c/
H A Dutils.c83 grep_string(const char *regex, const char *str) argument
307 atf_utils_grep_file(const char *regex, const char *file, ...) argument
341 atf_utils_grep_string(const char *regex, const char *str, ...) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h134 size_t GetValues(const RegularExpression &regex, argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h82 TypeMatcher(RegularExpression regex) argument
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h180 inline Matcher<const ::std::string&> MakeDeathTestMatcher(const char* regex) { argument
176 MakeDeathTestMatcher( ::testing::internal::RE regex) argument
183 MakeDeathTestMatcher( const ::std::string& regex) argument
/freebsd-current/usr.sbin/setfmac/
H A Dsetfmac.c52 regex_t regex; /* compiled regular expression to match */ member in struct:label_spec::label_spec_entry
/freebsd-current/libexec/getty/
H A Dsubr.c466 regex_t regex; local
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc361 const char regex[] = local

Completed in 314 milliseconds

12