Searched refs:Execute (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp364 bool FrontendAction::Execute() { function in class:FrontendAction
H A DASTUnit.cpp1227 if (!Act->Execute())
1643 Act->Execute();
1901 if (!Act->Execute()) {
2527 Act->Execute();
H A DCompilerInstance.cpp707 Act.Execute();
904 // Execute the action to actually build the module in-place. Use a separate
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h439 if (regex->Execute(key_cstr))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp320 m_user_expression_sp->Execute(execution_errors,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1341 if(param->cate_regex != NULL && strcmp(cate_name,param->cate_regex->GetText()) != 0 && param->cate_regex->Execute(cate_name) == false)
1365 if (regex == NULL || strcmp(type,regex->GetText()) == 0 || regex->Execute(type))
2352 if(param->cate_regex != NULL && strcmp(cate_name,param->cate_regex->GetText()) != 0 && param->cate_regex->Execute(cate_name) == false)
2376 if (regex == NULL || strcmp(type,regex->GetText()) == 0 || regex->Execute(type))
2687 if (regex == NULL || strcmp(cate_name, regex->GetText()) == 0 || regex->Execute(cate_name))
2901 if(param->cate_regex != NULL && strcmp(cate_name,param->cate_regex->GetText()) != 0 && param->cate_regex->Execute(cate_name) == false)
2925 if (regex == NULL || regex->Execute(type))
3116 if(param->cate_regex != NULL && strcmp(cate_name,param->cate_regex->GetText()) != 0 && param->cate_regex->Execute(cate_name) == false)
3140 if (regex == NULL || regex->Execute(type))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp562 if (regex.Execute(buffer.c_str()))
H A DDisassembler.cpp698 bool reg_exp_success = g_reg_exp.Execute (line.c_str(), &regex_match);
768 bool reg_exp_success = g_reg_exp.Execute (line.c_str(), &regex_match);
H A DConnectionFileDescriptor.cpp71 if (g_regex.Execute (host_and_port, &regex_match))
H A DMangled.cpp5190 if (m_mangled && regex.Execute (m_mangled.AsCString()))
5193 if (GetDemangledName() && regex.Execute (m_demangled.AsCString()))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp1006 CommandObjectParsed::Execute (const char *args_string, CommandReturnObject &result) function in class:CommandObjectParsed
1030 // Call the command-specific version of 'Execute', passing it the already processed arguments.
1041 CommandObjectRaw::Execute (const char *args_string, CommandReturnObject &result) function in class:CommandObjectRaw
H A DCommandInterpreter.cpp1156 // This function finds the final, lowest-level, alias-resolved command object whose 'Execute' function will
1641 // object whose Execute method will actually be called; 2). a revised command string, with all substitutions &
1642 // replacements taken care of; 3). whether or not the Execute function wants raw input or not.
1809 // At this point cmd_obj should contain the CommandObject whose Execute method will be called, if the command
1812 // wants_raw_input specifies whether the Execute method expects raw input or not.
1823 // Take care of things like setting up the history command & calling the appropriate Execute method on the
1858 cmd_obj->Execute (remainder.c_str(), result);
2389 // of the commands back to any appropriate listener (see CommandObjectSource::Execute for more details).
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp726 if (regexp.Execute (name))
753 if (regexp.Execute (name))
H A DObjectFile.cpp578 if (g_object_regex.Execute (path_with_object, &regex_match))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp379 if (s_regex.Execute(out_string, &matches))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.cpp149 if (g_bitfield_regex.Execute(slice_cstr, &regex_match))
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp764 if (info->regex->Execute(die_name))
H A DHashedNameToDIE.h730 const bool match = regex.Execute(strp_cstr);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp1282 return g_source_file_regex.Execute (extension.GetCString());

Completed in 305 milliseconds

12