Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2964 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() && in isCopyElisionCandidate()
2984 if (CESK & CES_AllowDifferentTypes) in isCopyElisionCandidate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3847 CES_AllowDifferentTypes = 2, enumerator
3850 CES_Default = (CES_AllowParameters | CES_AllowDifferentTypes),
3851 CES_AsIfByStdMove = (CES_AllowParameters | CES_AllowDifferentTypes |