Lines Matching refs:getDistinct
82 MDTuple *getTuple() { return MDTuple::getDistinct(Context, None); } in getTuple()
84 return DISubroutineType::getDistinct(Context, DINode::FlagZero, 0, in getSubroutineType()
88 return DISubprogram::getDistinct( in getSubprogram()
93 return DIFile::getDistinct(Context, "file.c", "/path/to/dir"); in getFile()
96 return DICompileUnit::getDistinct( in getUnit()
106 return DIDerivedType::getDistinct( in getDerivedType()
117 return DICompositeType::getDistinct( in getCompositeType()
357 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
358 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
383 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
384 auto *N1 = MDNode::getDistinct(Context, None); in TEST_F()
418 auto *N0 = MDNode::getDistinct(Context, None); in TEST_F()
461 DIType *PointerTy = DIDerivedType::getDistinct( in TEST_F()
570 TEST_F(MDNodeTest, getDistinct) { in TEST_F() argument
578 MDNode *Distinct1 = MDNode::getDistinct(Context, None); in TEST_F()
579 MDNode *Distinct2 = MDNode::getDistinct(Context, None); in TEST_F()
592 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
601 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
610 MDNode *D = MDTuple::getDistinct(Context, None); in TEST_F()
624 MDNode *Distinct = MDNode::getDistinct(Context, Ops); in TEST_F()
668 MDNode *N5 = MDNode::getDistinct(Context, Ops5); in TEST_F()
670 MDNode *N6 = MDNode::getDistinct(Context, Ops6); in TEST_F()
992 auto *SP1 = DISubprogram::getDistinct(Context, F, "a", "a", F, 0, nullptr, in TEST_F()
995 auto *SP2 = DISubprogram::getDistinct(Context, F, "b", "b", F, 0, nullptr, in TEST_F()
1023 TEST_F(DILocationTest, getDistinct) { in TEST_F() argument
1025 DILocation *L0 = DILocation::getDistinct(Context, 2, 7, N); in TEST_F()
1628 DISubroutineType::getDistinct(Context, DINode::FlagZero, 0, Types); in TEST_F()
1899 auto *Elements = MDTuple::getDistinct(Context, None); in TEST_F()
1918 auto *TemplateParams = MDTuple::getDistinct(Context, None); in TEST_F()
2179 auto *N = DICompileUnit::getDistinct( in TEST_F()
2236 MDTuple *EnumTypes = MDTuple::getDistinct(Context, None); in TEST_F()
2237 MDTuple *RetainedTypes = MDTuple::getDistinct(Context, None); in TEST_F()
2238 MDTuple *ImportedEntities = MDTuple::getDistinct(Context, None); in TEST_F()
2242 auto *N = DICompileUnit::getDistinct( in TEST_F()
2248 auto *GlobalVariables = MDTuple::getDistinct(Context, None); in TEST_F()
2255 auto *Macros = MDTuple::getDistinct(Context, None); in TEST_F()
3500 auto *D = MDTuple::getDistinct(Context, Ops); in TEST_F()
3543 MDTuple::getDistinct(Context, &PH); in TEST_F()
3544 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()
3557 MDTuple::getDistinct(Context, &PH); in TEST_F()
3563 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH), in TEST_F()
3611 MDTuple *A = MDTuple::getDistinct(Context, {Value1, Value1}); in TEST_F()
3671 MDTuple *B = MDTuple::getDistinct(Context, Ops); in TEST_F()
3703 MDTuple *C = MDTuple::getDistinct(Context, OpsLarge); in TEST_F()