Home
last modified time | relevance | path

Searched refs:use_regex (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DOptionGroupVariable.cpp85 use_regex = true; in SetOptionValue()
125 use_regex = false; in OptionParsingStarting()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupVariable.h39 use_regex : 1, show_scope : 1, show_decl : 1; variable
/external/bcc/tools/
Dfunccount.py37 def __init__(self, pattern, use_regex=False, pid=None): argument
68 if not use_regex:
Dstackcount.py30 def __init__(self, pattern, kernel_stack, user_stack, use_regex=False, argument
63 if not use_regex:
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c71 int use_regex = FALSE; variable
1329 if(use_regex) { in add_path()
1433 int match = use_regex ? in matches()
2619 use_regex = TRUE; in main()
Dmksquashfs.c119 int use_regex = FALSE; variable
4612 if(use_regex) { in add_path()
4732 int match = use_regex ? in excluded_match()
5790 use_regex = FALSE; in main()
5793 use_regex = TRUE; in main()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp529 if (m_option_variable.use_regex) { in DoExecute()
DCommandObjectTarget.cpp855 if (m_option_variable.use_regex) { in DoExecute()