HomeSort by relevance Sort by last modified time
    Searched refs:CM_RValue (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprClassification.cpp 586 return Cl::CM_RValue;
671 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match");
  /external/clang/include/clang/AST/
Expr.h 322 CM_RValue, // Not modifiable because it's an rvalue
324 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext
    [all...]

Completed in 37 milliseconds