Home | History | Annotate | Download | only in Sema

Lines Matching refs:isGLValue

3782       assert(Initializer->isGLValue());
4476 if (ArrayDecay || Initializer->isGLValue()) {
5507 if (ILE->getNumInits() == 1 && ILE->isGLValue()) {
5528 if (CE->getSubExpr()->isGLValue())
6049 assert(CurInit.get()->isGLValue() && "cannot load from a prvalue");