Home
last modified time | relevance | path

Searched refs:CM_RValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp654 return Cl::CM_RValue; in IsModifiable()
735 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match"); in isModifiableLvalue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h346 CM_RValue, // Not modifiable because it's an rvalue enumerator