Searched refs:CL_PRValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp67 case Cl::CL_PRValue: assert(getValueKind() == VK_RValue); break;
85 return Cl::CL_PRValue;
93 return Lang.CPlusPlus ? ClassifyTemporary(E->getType()) : Cl::CL_PRValue;
200 return Cl::CL_PRValue;
235 ? Cl::CL_PRValue : Cl::CL_LValue;
272 return Lang.CPlusPlus ? Cl::CL_LValue : Cl::CL_PRValue;
275 return Cl::CL_PRValue;
302 return Cl::CL_PRValue;
310 return Cl::CL_PRValue;
363 if (!Lang.CPlusPlus) return Cl::CL_PRValue;
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h341 CL_PRValue // A prvalue for any other reason, of any other type enumerator in enum:clang::Expr::Classification::Kinds

Completed in 109 milliseconds