reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
105 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::Alignment)); 106 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); 110 EXPECT_FALSE(AL.hasParamAttr(0, Attribute::Alignment)); 111 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); 117 EXPECT_FALSE(AL.hasParamAttr(0, Attribute::Alignment)); 118 EXPECT_TRUE(AL.hasParamAttr(0, Attribute::ReadOnly)); 127 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); 128 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly)); 134 EXPECT_FALSE(AL2.hasParamAttr(0, Attribute::Alignment)); 135 EXPECT_TRUE(AL2.hasParamAttr(0, Attribute::ReadOnly));