Searched refs:StrVal2 (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| D | LLParser.h | 68 std::string StrVal, StrVal2; member 78 StrVal(RHS.StrVal), StrVal2(RHS.StrVal2), APSIntVal(RHS.APSIntVal), in ValID()
|
| /openbsd/src/gnu/llvm/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 3564 ID.StrVal2 = Lex.getStrVal(); in parseValID() 5670 if (Error Err = InlineAsm::verify(ID.FTy, ID.StrVal2)) in convertValIDToValue() 5673 ID.FTy, ID.StrVal, ID.StrVal2, ID.UIntVal & 1, (ID.UIntVal >> 1) & 1, in convertValIDToValue()
|