Searched refs:PtrLoc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 4068 Value *Val, *Ptr; LocTy Loc, PtrLoc; in ParseStore() local 4088 ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseStore() 4094 return Error(PtrLoc, "store operand must be a pointer"); in ParseStore() 4112 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in ParseCmpXchg() local 4121 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseCmpXchg() 4132 return Error(PtrLoc, "cmpxchg operand must be a pointer"); in ParseCmpXchg() 4155 Value *Ptr, *Val; LocTy PtrLoc, ValLoc; in ParseAtomicRMW() local 4181 if (ParseTypeAndValue(Ptr, PtrLoc, PFS) || in ParseAtomicRMW() 4190 return Error(PtrLoc, "atomicrmw operand must be a pointer"); in ParseAtomicRMW()
|