| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | RegularExpressionTest.cpp | 21 EXPECT_TRUE(r1.Execute("916")); in TEST() 30 EXPECT_TRUE(r2.Execute("916")); in TEST() 40 EXPECT_FALSE(r1.Execute("916")); in TEST() 50 EXPECT_FALSE(r1.Execute("ab")); in TEST() 60 EXPECT_TRUE(r1.Execute("9a:513b", &matches)); in TEST()
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | benchmark_random_interleaving_gtest.cc | 51 void Execute(const std::string& pattern) { in Execute() function in benchmark::internal::__anon40b2d9fb0111::BenchmarkTest 80 Execute("BM_Match1"); in TEST_F() 95 Execute("BM_Match1/(64|80)"); in TEST_F() 109 Execute("BM_Match1/(64|80)"); in TEST_F()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-spi.h | 147 static void Execute() { statement; }\ 156 GTestExpectFatalFailureHelper::Execute();\ 164 static void Execute() { statement; }\ 173 GTestExpectFatalFailureHelper::Execute();\
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrSGX.td | 18 // ENCLS - Execute an Enclave System Function of Specified Leaf Number 22 // ENCLU - Execute an Enclave User Function of Specified Leaf Number 26 // ENCLV - Execute an Enclave VMM Function of Specified Leaf Number
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Program.cpp | 25 static bool Execute(ProcessInfo &PI, StringRef Program, 40 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteAndWait() 65 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteNoWait()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | static-local-in-local-class.cpp | 35 static void Execute() { in foo() function 39 Helper::Execute(); in foo()
|
| /llvm-project-15.0.7/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 62 llvm::Error Execute(PartialTranslationUnit &T); 68 return Execute(*PTU); in ParseAndExecute()
|
| /llvm-project-15.0.7/clang/lib/Driver/ |
| H A D | Job.cpp | 312 int Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, in Execute() function in Command 377 int CC1Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, in Execute() function in CC1Command 383 return Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute() 434 int ForceSuccessCommand::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, in Execute() function in ForceSuccessCommand 437 int Status = Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Job.h | 178 virtual int Execute(ArrayRef<Optional<StringRef>> Redirects, 243 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg, 262 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg,
|
| /llvm-project-15.0.7/llvm/lib/MCA/ |
| H A D | Context.cpp | 50 auto Execute = in createDefaultPipeline() local 67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | setup.py | 95 Client.Control.Execute("l+t") 128 client.Control.Execute("p")
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 61 bool Execute(const char *args_string, CommandReturnObject &result) override; 131 bool Execute(const char *args_string, CommandReturnObject &result) override;
|
| H A D | CommandObject.h | 312 virtual bool Execute(const char *args_string, 398 bool Execute(const char *args_string, CommandReturnObject &result) override; 415 bool Execute(const char *args_string, CommandReturnObject &result) override;
|
| H A D | CommandAlias.h | 59 bool Execute(const char *args_string, CommandReturnObject &result) override;
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 161 bool CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword 195 sub_cmd_obj->Execute(args_string, result); in Execute() 436 bool CommandObjectProxy::Execute(const char *args_string, in Execute() function in CommandObjectProxy 440 return proxy_command->Execute(args_string, result); in Execute()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrameRecognizer.cpp | 128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame() 136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
|
| H A D | InstrumentationRuntime.cpp | 58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | meta-merge-fdata.test | 13 # Execute with no input 29 # Execute again
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | ForwardOpTree.cpp | 145 std::function<bool()> Execute = []() -> bool { in __anon533823240202() member 173 Result.Execute = [=]() { in triviallyForwardable() 181 static ForwardingAction canForward(std::function<bool()> Execute, in canForward() 187 Result.Execute = std::move(Execute); in canForward() 934 if (RootAction->Execute()) in applyForwardingActions() 941 DepAction->Execute(); in applyForwardingActions()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __threading_support | 73 // Execute once 105 // Execute once 138 // Execute Once 202 // Execute once 349 // Execute once 509 // Execute once
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | NameMatches.cpp | 30 return regex.Execute(name); in NameMatches()
|
| H A D | RegularExpression.cpp | 23 bool RegularExpression::Execute( in Execute() function in RegularExpression
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | EnumTables.cpp | 25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | RegularExpression.h | 57 bool Execute(llvm::StringRef string,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | RawConstants.h | 105 Execute = 1 << 2, // Segment is executable. enumerator
|