Searched refs:Distinct (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
| H A D | p8.cpp | 65 struct Distinct {}; struct 67 void over(Distinct); 72 Distinct d; in foo3()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | MetadataImpl.h | 32 case Distinct: in storeImpl() 47 case Distinct: in storeImpl()
|
| H A D | Metadata.cpp | 949 Storage = Distinct; in storeDistinctInContext()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | StringTableBuilderTest.cpp | 46 std::set<uint32_t> Distinct{FooID, BarID, BazID, BuzzID, BazzID, BarrID}; in TEST() local 47 EXPECT_EQ(6U, Distinct.size()); in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Metadata.h | 70 enum StorageType { Uniqued, Distinct, Temporary }; enumerator 1127 bool isDistinct() const { return Storage == Distinct; } 1369 return getImpl(Context, MDs, Distinct); 1550 : Metadata(DistinctMDOperandPlaceholderKind, Distinct) {
|
| H A D | DebugInfoMetadata.h | 43 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 624 MDNode *Distinct = MDNode::getDistinct(Context, Ops); in TEST_F() local 625 EXPECT_TRUE(Distinct->isResolved()); in TEST_F() 626 EXPECT_EQ(Temp.get(), Distinct->getOperand(0)); in TEST_F() 631 EXPECT_EQ(Empty, Distinct->getOperand(0)); in TEST_F() 846 auto *Distinct = MDNode::replaceWithDistinct(std::move(Temp)); in TEST_F() local 847 EXPECT_TRUE(Distinct->isDistinct()); in TEST_F() 848 EXPECT_TRUE(Distinct->isResolved()); in TEST_F() 849 EXPECT_EQ(Current, Distinct); in TEST_F() 860 EXPECT_TRUE(Distinct->isDistinct()); in TEST_F() 861 EXPECT_TRUE(Distinct->isResolved()); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AliasAnalysis.rst | 513 * Distinct globals, stack allocations, and heap allocations can never alias.
|
| H A D | Coroutines.rst | 544 Distinct Save and Suspend
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | LanguageExtensions.rst | 495 * Distinct boolean vectors are always distinct memory objects (there is no
|