Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp6716 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local
6736 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore()
6742 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore()
6761 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local
6775 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg()
6795 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg()
6814 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local
6840 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW()
6849 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()