Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isLValue

2163   assert(V->isLValue() && "V of 'omp atomic read' is not lvalue");
2164 assert(X->isLValue() && "X of 'omp atomic read' is not lvalue");
2186 assert(X->isLValue() && "X of 'omp atomic write' is not lvalue");
2325 assert(X->isLValue() && "X of 'omp atomic update' is not lvalue");
2371 assert(X->isLValue() && "X of 'omp atomic capture' is not lvalue");
2372 assert(V->isLValue() && "V of 'omp atomic capture' is not lvalue");