Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1578 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
1586 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
1608 return Error(ValueExprLoc, (Tag == CSKYAttrs::CSKY_ARCH_NAME) in parseDirectiveAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2986 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveAttribute() local
2994 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveAttribute()
3013 if (resetToArch(StringValue, ValueExprLoc, Result, false)) in parseDirectiveAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11601 SMLoc ValueExprLoc = Parser.getTok().getLoc(); in parseDirectiveEabiAttr() local
11607 return Error(ValueExprLoc, "expected numeric constant"); in parseDirectiveEabiAttr()