Searched refs:deserialized (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 127 ProcessInstanceInfo deserialized; in TEST() local 129 yin >> deserialized; in TEST() 132 EXPECT_EQ(deserialized.GetArchitecture(), info.GetArchitecture()); in TEST() 133 EXPECT_EQ(deserialized.GetUserID(), info.GetUserID()); in TEST() 134 EXPECT_EQ(deserialized.GetGroupID(), info.GetGroupID()); in TEST() 156 ProcessInstanceInfoList deserialized; in TEST() local 158 yin >> deserialized; in TEST() 160 ASSERT_EQ(deserialized.size(), static_cast<size_t>(1)); in TEST() 162 EXPECT_EQ(deserialized[0].GetArchitecture(), info.GetArchitecture()); in TEST() 163 EXPECT_EQ(deserialized[0].GetUserID(), info.GetUserID()); in TEST() [all …]
|
| H A D | ArgsTest.cpp | 301 Args deserialized; in TEST() local 303 yin >> deserialized; in TEST() 305 EXPECT_EQ(4u, deserialized.GetArgumentCount()); in TEST() 306 EXPECT_STREQ(deserialized.GetArgumentAtIndex(0), "this"); in TEST() 307 EXPECT_STREQ(deserialized.GetArgumentAtIndex(1), "has"); in TEST() 308 EXPECT_STREQ(deserialized.GetArgumentAtIndex(2), "multiple"); in TEST() 309 EXPECT_STREQ(deserialized.GetArgumentAtIndex(3), "args"); in TEST() 311 llvm::ArrayRef<Args::ArgEntry> entries = deserialized.entries(); in TEST()
|
| H A D | ConstStringTest.cpp | 154 std::vector<ConstString> deserialized; in TEST() local 156 yin >> deserialized; in TEST() 158 EXPECT_EQ(strings, deserialized); in TEST()
|
| H A D | FileSpecTest.cpp | 438 FileSpec deserialized; in TEST() local 440 yin >> deserialized; in TEST() 442 EXPECT_EQ(deserialized.GetPathStyle(), fs_windows.GetPathStyle()); in TEST() 443 EXPECT_EQ(deserialized.GetFilename(), fs_windows.GetFilename()); in TEST() 444 EXPECT_EQ(deserialized.GetDirectory(), fs_windows.GetDirectory()); in TEST() 445 EXPECT_EQ(deserialized, fs_windows); in TEST()
|
| H A D | ArchSpecTest.cpp | 485 std::vector<ArchSpec> deserialized; in TEST() local 487 yin >> deserialized; in TEST() 489 EXPECT_EQ(archs, deserialized); in TEST()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | flags.ll | 7 ; Make sure the flags are serialized/deserialized properly for both
|
| H A D | fcmp-fast.ll | 6 ; Make sure fast math flags on fcmp instructions are serialized/deserialized properly.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hoist-cond.ll | 4 ; At the same time condition shall not be serialized into a VGPR and deserialized later
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 82 entity (and those entities it depends on) are deserialized from the AST file. 109 declarations, identifiers, and macros were actually deserialized from the 248 When types are deserialized from the AST file, the data within the record is 271 AST file. When declarations are deserialized from the AST file, the data 295 stored within a declaration context will be deserialized. There are two 305 deserialized to provide the results of name lookup. 383 (macro definitions, flags, top-level declarations, etc.) will be deserialized, 568 existing, non-visible, already-deserialized AST nodes visible; it is the
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | PropertiesBase.td | 26 /// Given a value of type CXXName bound as 'value' that was deserialized
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | SPIR-V.md | 86 specification. Such an op will be serialized into and deserialized from one
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Options.td | 6039 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">, 6040 HelpText<"Dump declarations that are deserialized from PCH, for testing">, 6042 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">, 6043 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">; 6044 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">,
|