Searched refs:ConstRef (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp124 bool ConstRef = false; // A sequence of refs to the same bit. local
136 ConstRef = (V.RefI.Pos == SV.RefI.Pos);
140 if (ConstRef && V.RefI.Pos == SV.RefI.Pos)
159 SeqRef = ConstRef = false;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1425 struct ConstRef { typedef const T& type; }; struct in namespace:testing::internal
1427 struct ConstRef<T&> { typedef T& type; }; struct in namespace:testing::internal
1431 typename ::testing::internal::ConstRef<T>::type
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9907 const char *ConstRef
9911 << FixItHint::CreateInsertion(ParamLoc, ConstRef);

Completed in 170 milliseconds