Searched refs:PtrLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 5330 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local 5350 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore() 5356 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore() 5374 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 5388 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg() 5404 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg() 5428 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local 5454 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW() 5463 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()
|