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

/openbsd-current/gnu/llvm/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;
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp10622 const char *ConstRef
10626 << FixItHint::CreateInsertion(ParamLoc, ConstRef);

Completed in 199 milliseconds