Home
last modified time | relevance | path

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

12345

/freebsd-13.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h147 static void Execute() { statement; }\
156 GTestExpectFatalFailureHelper::Execute();\
164 static void Execute() { statement; }\
173 GTestExpectFatalFailureHelper::Execute();\
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp26 static bool Execute(ProcessInfo &PI, StringRef Program,
41 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteAndWait()
66 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg, in ExecuteNoWait()
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib49 # Execute and print command with status where success equals non-zero result
61 # Execute a positive test and exit $STF_FAIL is test fails
71 # Execute a positive test but retry the command on failure if the output
136 # Execute a positive test and exit $STF_FAIL is test fails after being
146 # Execute a negative test and exit $STF_FAIL if test passes
156 # Execute a negative test with keyword expected, and exit
185 # Execute and print command with status where success equals non-zero result
255 # Execute and print command with status where success equals zero result
432 # Execute custom callback scripts on test failure
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h59 llvm::Error Execute(PartialTranslationUnit &T);
65 return Execute(*PTU); in ParseAndExecute()
/freebsd-13.1/contrib/bearssl/T0/
H A DTValue.cs117 internal void Execute(T0Comp ctx, CPU cpu) in Execute() method
119 ToXT().Execute(ctx, cpu); in Execute()
H A DTPointerBase.cs49 internal virtual void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerBase
H A DTPointerXT.cs57 internal override void Execute(T0Comp ctx, CPU cpu) in Execute() method in TPointerXT
/freebsd-13.1/contrib/llvm-project/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()
432 int ForceSuccessCommand::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects, in Execute() function in ForceSuccessCommand
435 int Status = Command::Execute(Redirects, ErrMsg, ExecutionFailed); in Execute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h178 virtual int Execute(ArrayRef<Optional<StringRef>> Redirects,
237 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg,
256 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg,
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp50 auto Execute = in createDefaultPipeline() local
67 StagePipeline->appendStage(std::move(Execute)); in createDefaultPipeline()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp86 bool CommandObjectMultiword::Execute(const char *args_string, in Execute() function in CommandObjectMultiword
120 sub_cmd_obj->Execute(args_string, result); in Execute()
394 bool CommandObjectProxy::Execute(const char *args_string, in Execute() function in CommandObjectProxy
398 return proxy_command->Execute(args_string, result); in Execute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h58 bool Execute(const char *args_string, CommandReturnObject &result) override;
133 bool Execute(const char *args_string, CommandReturnObject &result) override;
H A DCommandObject.h307 virtual bool Execute(const char *args_string,
387 bool Execute(const char *args_string, CommandReturnObject &result) override;
404 bool Execute(const char *args_string, CommandReturnObject &result) override;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DEnumTables.cpp24 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegularExpression.h57 bool Execute(llvm::StringRef string,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A D__threading_support87 // Execute once
119 // Execute once
158 // Execute Once
242 // Execute once
487 // Execute once
647 // Execute once
/freebsd-13.1/bin/sh/tests/builtins/
H A Dfc1.017 # Execute bad command again
H A Dfc2.018 # Execute bad command again
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/freebsd-13.1/contrib/tcsh/nls/C/
H A Dset354 52 Execute command
124 122 Execute command and keep current line
125 123 Execute command and move to next history line

12345