Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1021 struct ConstRef { typedef const T& type; }; argument
1023 struct ConstRef<T&> { typedef T& type; };
1027 typename ::testing::internal::ConstRef<T>::type
/netbsd-src/external/apache2/llvm/dist/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 <<()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp10334 const char *ConstRef in CheckConstructor() local
10338 << FixItHint::CreateInsertion(ParamLoc, ConstRef); in CheckConstructor()