Searched refs:PtrLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5827 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local 5847 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore() 5853 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore() 5871 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 5885 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg() 5901 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg() 5925 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local 5951 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW() 5960 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()
|