Home | History | Annotate | Download | only in Sema

Lines Matching refs:isRValue

4144         (isLValueRef || InitCategory.isRValue())) {
4686 assert(src->isRValue());
6010 if (!ArgStripped->isRValue() || !ArgStripped->getType()->isRecordType())
6301 assert(CurInit.get()->isRValue() && "not a temporary");
6458 assert(CurInit.get()->isRValue() && "cannot convert glvalue to atomic");