Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp164 auto *LHSLoc = Env.getStorageLocation(*LHS); in VisitBinaryOperator() local
165 if (LHSLoc == nullptr) in VisitBinaryOperator()
173 Env.setValue(*LHSLoc, *RHSVal); in VisitBinaryOperator()
176 Env.setStorageLocation(*S, *LHSLoc); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp832 auto LHSLoc = Lex.getLoc(); in ParseSliceElement() local
874 Error(LHSLoc, in ParseSliceElement()
908 auto LHSLoc = Lex.getLoc(); in ParseSliceElements() local
916 Error(LHSLoc, in ParseSliceElements()
926 Error(LHSLoc, in ParseSliceElements()
2979 SMLoc LHSLoc = Lex.getLoc(); in ParseValue() local
3016 Error(LHSLoc, "Invalid value, list expected"); in ParseValue()
3022 Error(LHSLoc, "Type '" + Twine(LHS->getType()->getAsString()) + in ParseValue()