Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp453 constexpr bool IsConstRef = variable
476 static_assert(IsConstRef<decltype(a)>); in TEST()
477 static_assert(!IsConstRef<decltype(b)>); in TEST()
478 static_assert(IsConstRef<decltype(c)>); in TEST()
479 static_assert(!IsConstRef<decltype(d)>); in TEST()
491 static_assert(!IsConstRef<decltype(a)>); in TEST()
492 static_assert(IsConstRef<decltype(b)>); in TEST()
503 static_assert(!IsConstRef<decltype(a)>); in TEST()
504 static_assert(IsConstRef<decltype(b)>); in TEST()
514 static_assert(!IsConstRef<decltype(a)>); in TEST()
[all …]
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9605 auto MakeDiag = [&](bool IsConstRef, unsigned DefaultDiagID, in PerformCopyInitialization()
9611 DiagID = IsConstRef ? ConstRefDiagID : DefaultDiagID; in PerformCopyInitialization()
9438 __anon7508643c0a02(bool IsConstRef, unsigned DefaultDiagID, unsigned ConstRefDiagID, unsigned WarnDiagID) DiagnoseNarrowingInInitList() argument