HomeSort by: relevance | last modified time | path
    Searched refs:CM_RValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 630 return Cl::CM_RValue;
711 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 346 CM_RValue, // Not modifiable because it's an rvalue
348 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext

Completed in 25 milliseconds