HomeSort by: relevance | last modified time | path
    Searched refs:Execute (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
EnumTables.cpp 24 PDB_ENUM_CLASS_ENT(OMFSegDescFlags, Execute),
DbiStreamBuilder.cpp 336 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute);
338 Ret |= static_cast<uint16_t>(OMFSegDescFlags::Execute);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-spi.h 148 static void Execute() { statement; }\
157 GTestExpectFatalFailureHelper::Execute();\
165 static void Execute() { statement; }\
174 GTestExpectFatalFailureHelper::Execute();\
  /src/external/apache2/llvm/dist/clang/include/clang/Interpreter/
Interpreter.h 59 llvm::Error Execute(Transaction &T);
65 return Execute(*ErrOrTransaction);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Program.cpp 26 static bool Execute(ProcessInfo &PI, StringRef Program,
41 if (Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg,
66 if (!Execute(PI, Program, Args, Env, Redirects, MemoryLimit, ErrMsg,
  /src/external/apache2/llvm/dist/llvm/lib/MCA/
Context.cpp 12 /// a default out-of-order pipeline with fetch, dispatch, execute, and retire
49 auto Execute =
66 StagePipeline->appendStage(std::move(Execute));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 105 Execute = 1 << 2, // Segment is executable.
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h 1 //===- Job.h - Commands to Execute ------------------------------*- C++ -*-===//
104 /// execute.
177 virtual int Execute(ArrayRef<Optional<StringRef>> Redirects,
238 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg,
257 int Execute(ArrayRef<Optional<StringRef>> Redirects, std::string *ErrMsg,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Job.cpp 1 //===- Job.cpp - Command to Execute ---------------------------------------===//
311 int Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects,
376 int CC1Command::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects,
382 return Command::Execute(Redirects, ErrMsg, ExecutionFailed);
431 int ForceSuccessCommand::Execute(ArrayRef<llvm::Optional<StringRef>> Redirects,
434 int Status = Command::Execute(Redirects, ErrMsg, ExecutionFailed);
Compilation.cpp 196 int Res = C.Execute(Redirects, &Error, &ExecutionFailed);
243 // In all but CLMode, execute all the jobs unless the necessary inputs for the
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
dnreverse.cpp 124 assignDn_ru.Execute(stat);
285 getNullDNs.Execute(stat);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendAction.h 51 /// Prepare to execute the action on the given CompilerInstance.
206 /// Prepare the action to execute on the given compiler instance.
229 /// be aborted and neither Execute() nor EndSourceFile() should be called.
233 llvm::Error Execute();
275 AddBeforeMainAction, ///< Execute the action before the main action
276 AddAfterMainAction ///< Execute the action after the main action
  /src/external/lgpl3/gmp/dist/tests/
amd64call.asm 30 C Execute an fldcw, setting the x87 control word to cw.
41 C Execute an fstcw, returning the current x87 control word.
x86call.asm 30 C Execute an fldcw, setting the x87 control word to cw.
40 C Execute an fstcw, returning the current x87 control word.
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
ole.d 187 OLESTATUS function(LPOLEOBJECT, HGLOBAL, UINT) Execute;
259 OLESTATUS function(LPOLESERVER, HGLOBAL) Execute;
278 OLESTATUS function(LPOLESERVERDOC, HGLOBAL) Execute;
  /src/sys/dev/arcbios/
arcbios.h 325 int32_t Execute;
arcbios_calls.S 186 AFV4ORLESS(Execute) /* long (*Execute)(char *, u_long, char **, char **); */
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
Interpreter.cpp 205 llvm::Error Interpreter::Execute(Transaction &T) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishell.h 362 EFI_SHELL_EXECUTE Execute;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 133 if (llvm::Error Err = FixAction->Execute()) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Program.inc 174 static bool Execute(ProcessInfo &PI, StringRef Program,
282 // Child process: Execute the program.
308 // Execute!
490 // signal during execution as opposed to failing to execute.
Path.inc 596 case AccessMode::Execute:
609 if (Mode == AccessMode::Execute) {
622 return !access(Path, AccessMode::Execute);
  /src/sys/arch/sgimips/sgimips/
arcemu.c 73 .Execute = ARCEMU_UNIMPL,
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 414 /* Execute region offset to PR */
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 414 /* Execute region offset to PR */

Completed in 49 milliseconds

1 2