HomeSort by relevance Sort by last modified time
    Searched refs:EC (Results 226 - 250 of 982) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
LockFileManager.h 91 void setError(std::error_code &EC, StringRef ErrorMsg = "") {
92 Error = EC;
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 61 if (auto EC = pdb::DbiModuleDescriptor::initialize(Stream, Info))
62 return EC;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
LockFileManager.h 91 void setError(std::error_code &EC, StringRef ErrorMsg = "") {
92 Error = EC;
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 41 EC.clear();
42 EC.grow(2 * MF->getNumBlockIDs());
49 EC.join(OutE, 2 * (*SI)->getNumber());
51 EC.compress();
  /external/llvm/tools/yaml2obj/
yaml2obj.cpp 79 std::error_code EC;
81 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
82 if (EC) {
83 errs() << EC.message() << '\n';
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
EdgeBundles.cpp 41 EC.clear();
42 EC.grow(2 * MF->getNumBlockIDs());
51 EC.join(OutE, 2 * (*SI)->getNumber());
53 EC.compress();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CVRecord.h 72 if (auto EC = Reader.readObject(Prefix))
73 return EC;
80 if (auto EC =
82 return EC;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CVRecord.h 72 if (auto EC = Reader.readObject(Prefix))
73 return EC;
80 if (auto EC =
82 return EC;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CVRecord.h 72 if (auto EC = Reader.readObject(Prefix))
73 return EC;
80 if (auto EC =
82 return EC;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CVRecord.h 72 if (auto EC = Reader.readObject(Prefix))
73 return EC;
80 if (auto EC =
82 return EC;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ToolOutputFile.h 48 tool_output_file(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ToolOutputFile.h 48 ToolOutputFile(StringRef Filename, std::error_code &EC,

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 91011>>