Home
last modified time | relevance | path

Searched refs:Execute (Results 1 – 25 of 115) sorted by relevance

12345

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DRegularExpressionTest.cpp21 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 Dbenchmark_random_interleaving_gtest.cc51 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 Dgtest-spi.h147 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 DX86InstrSGX.td18 // 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 DProgram.cpp25 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 Dstatic-local-in-local-class.cpp35 static void Execute() { in foo() function
39 Helper::Execute(); in foo()
/llvm-project-15.0.7/clang/include/clang/Interpreter/
H A DInterpreter.h62 llvm::Error Execute(PartialTranslationUnit &T);
68 return Execute(*PTU); in ParseAndExecute()
/llvm-project-15.0.7/clang/lib/Driver/
H A DJob.cpp312 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 DJob.h178 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 DContext.cpp50 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 Dsetup.py95 Client.Control.Execute("l+t")
128 client.Control.Execute("p")
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h61 bool Execute(const char *args_string, CommandReturnObject &result) override;
131 bool Execute(const char *args_string, CommandReturnObject &result) override;
H A DCommandObject.h312 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 DCommandAlias.h59 bool Execute(const char *args_string, CommandReturnObject &result) override;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp161 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 DStackFrameRecognizer.cpp128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame()
136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
H A DInstrumentationRuntime.cpp58 if (runtime_regex.Execute(file_spec.GetFilename().GetCString()) || in ModulesDidLoad()
/llvm-project-15.0.7/bolt/test/runtime/
H A Dmeta-merge-fdata.test13 # Execute with no input
29 # Execute again
/llvm-project-15.0.7/polly/lib/Transform/
H A DForwardOpTree.cpp145 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_support73 // 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 DNameMatches.cpp30 return regex.Execute(name); in NameMatches()
H A DRegularExpression.cpp23 bool RegularExpression::Execute( in Execute() function in RegularExpression
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp25 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DRegularExpression.h57 bool Execute(llvm::StringRef string,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator

12345