HomeSort by relevance Sort by last modified time
    Searched defs:EC (Results 1 - 25 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p7.cpp 3 enum class EC { ec };
4 using EC::ec; // expected-error {{using declaration cannot refer to a scoped enumerator}}
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 59 std::error_code EC;
60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text);
61 if (EC) {
  /external/clang/test/CXX/expr/expr.post/expr.static.cast/
p9-0x.cpp 4 enum class EC { ec1 };
6 void test0(EC ec) {
7 (void)static_cast<bool>(ec);
8 (void)static_cast<bool>(EC::ec1);
9 (void)static_cast<char>(ec);
10 (void)static_cast<char>(EC::ec1);
11 (void)static_cast<int>(ec);
12 (void)static_cast<int>(EC::ec1);
13 (void)static_cast<unsigned long>(ec);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 21 std::error_code EC;
22 raw_fd_ostream OS(Path, EC, sys::fs::F_None);
24 if (EC)
  /external/llvm/lib/TableGen/
Main.cpp 57 std::error_code EC;
58 tool_output_file DepOut(DependFilename, EC, sys::fs::F_Text);
59 if (EC) {
61 << EC.message() << "\n";
79 if (std::error_code EC = FileOrErr.getError()) {
81 << "': " << EC.message() << "\n";
97 std::error_code EC;
98 tool_output_file Out(OutputFilename, EC, sys::fs::F_Text);
99 if (EC) {
101 << EC.message() << "\n"
    [all...]
  /external/llvm/tools/llvm-split/
llvm-split.cpp 57 std::error_code EC;
59 OutputFilename + utostr(I++), EC, sys::fs::F_None));
60 if (EC) {
61 errs() << EC.message() << '\n';
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 22 std::error_code EC;
23 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
24 ASSERT_FALSE(EC);
43 EC = sys::fs::remove(StringRef(TmpDir));
44 ASSERT_FALSE(EC);
49 std::error_code EC;
50 EC = sys::fs::createUniqueDirectory("LockFileManagerTestDir", TmpDir);
51 ASSERT_FALSE(EC);
63 EC = sys::fs::openFileForWrite(StringRef(TmpFileLock), FD, sys::fs::F_None);
64 ASSERT_FALSE(EC);
    [all...]
  /external/llvm/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /external/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp 54 std::error_code EC = convertToErrorCode();
56 ErrMsg += EC.message() + " ";
RecordSerialization.cpp 116 auto EC = consume(Bytes, Num);
118 return EC;
125 if (auto EC = consume(Data, N))
126 return EC;
136 if (auto EC = consumeObject(Data, IntPtr))
137 return EC;
144 auto EC = consume(Bytes, Item);
146 return EC;
152 if (auto EC = consumeObject(Data, IntPtr))
153 return EC;
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAError.cpp 46 std::error_code EC = convertToErrorCode();
48 ErrMsg += EC.message() + " ";
  /external/llvm/lib/DebugInfo/PDB/
GenericError.cpp 54 std::error_code EC = convertToErrorCode();
56 ErrMsg += EC.message() + " ";
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawError.cpp 54 std::error_code EC = convertToErrorCode();
56 ErrMsg += EC.message() + " ";
  /external/llvm/tools/llvm-as/
llvm-as.cpp 74 std::error_code EC;
76 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
77 if (EC) {
78 errs() << EC.message() << '\n';
  /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/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IntEqClasses.h 29 /// EC - When uncompressed, map each integer to a smaller member of its
33 /// When compressed, EC[i] is the equivalence class of i.
34 SmallVector<unsigned, 8> EC;
52 EC.clear();
78 return EC[a];

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>