Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp124 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local
136 ConstRef = (V.RefI.Pos == SV.RefI.Pos); in operator <<()
140 if (ConstRef && V.RefI.Pos == SV.RefI.Pos) in operator <<()
159 SeqRef = ConstRef = false; in operator <<()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1147 struct ConstRef { struct
1151 struct ConstRef<T&> { argument
1157 typename ::testing::internal::ConstRef<T>::type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10827 const char *ConstRef in CheckConstructor() local
10831 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()