HomeSort by relevance Sort by last modified time
    Searched refs:ExecutionFailed (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Support/
Program.cpp 33 bool *ExecutionFailed) {
36 if (ExecutionFailed)
37 *ExecutionFailed = false;
43 if (ExecutionFailed)
44 *ExecutionFailed = true;
52 bool *ExecutionFailed) {
54 if (ExecutionFailed)
55 *ExecutionFailed = false;
57 if (ExecutionFailed)
58 *ExecutionFailed = true
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Program.cpp 33 bool *ExecutionFailed) {
36 if (ExecutionFailed)
37 *ExecutionFailed = false;
43 if (ExecutionFailed)
44 *ExecutionFailed = true;
52 bool *ExecutionFailed) {
54 if (ExecutionFailed)
55 *ExecutionFailed = false;
57 if (ExecutionFailed)
58 *ExecutionFailed = true
    [all...]
  /external/llvm/unittests/Support/
ProgramTest.cpp 150 bool ExecutionFailed;
154 &ExecutionFailed);
155 EXPECT_FALSE(ExecutionFailed) << Error;
187 bool ExecutionFailed;
197 &ExecutionFailed);
198 EXPECT_FALSE(ExecutionFailed) << error;
222 bool ExecutionFailed;
224 &Error, &ExecutionFailed);
225 ASSERT_FALSE(ExecutionFailed) << Error;
243 &Error, &ExecutionFailed);
    [all...]
  /external/clang/lib/Driver/
Job.cpp 232 bool *ExecutionFailed) const {
243 ExecutionFailed);
262 if (ExecutionFailed)
263 *ExecutionFailed = true;
269 /*memoryLimit*/ 0, ErrMsg, ExecutionFailed);
295 bool *ExecutionFailed) const {
296 int PrimaryStatus = Command::Execute(Redirects, ErrMsg, ExecutionFailed);
300 // Clear ExecutionFailed and ErrMsg before falling back.
303 if (ExecutionFailed)
304 *ExecutionFailed = false
    [all...]
Compilation.cpp 157 bool ExecutionFailed;
158 int Res = C.Execute(Redirects, &Error, &ExecutionFailed);
167 return ExecutionFailed ? 1 : Res;
  /external/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Program.h 121 bool *ExecutionFailed = nullptr);
131 std::string *ErrMsg = nullptr, bool *ExecutionFailed = nullptr);
  /external/clang/include/clang/Driver/
Job.h 97 bool *ExecutionFailed) const;
135 bool *ExecutionFailed) const override;
152 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Job.h 101 bool *ExecutionFailed) const;
145 bool *ExecutionFailed) const override;
162 bool *ExecutionFailed) const override;

Completed in 668 milliseconds