Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DDiagnostic.cpp597 const char *ExprEnd = Argument; in HandlePluralModifier() local
598 while (*ExprEnd != ':') { in HandlePluralModifier()
599 assert(ExprEnd != ArgumentEnd && "Plural missing expression end"); in HandlePluralModifier()
600 ++ExprEnd; in HandlePluralModifier()
602 if (EvalPluralExpr(ValNo, Argument, ExprEnd)) { in HandlePluralModifier()
603 Argument = ExprEnd + 1; in HandlePluralModifier()
604 ExprEnd = ScanFormat(Argument, ArgumentEnd, '|'); in HandlePluralModifier()
608 DInfo.FormatDiagnostic(Argument, ExprEnd, OutStr); in HandlePluralModifier()
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp535 SMLoc ExprEnd; in ParseMemOperand() local
536 if (getParser().ParseExpression(Disp, ExprEnd)) return 0; in ParseMemOperand()
543 return X86Operand::CreateMem(Disp, MemStart, ExprEnd); in ParseMemOperand()
544 return X86Operand::CreateMem(SegReg, Disp, 0, 0, 1, MemStart, ExprEnd); in ParseMemOperand()
559 SMLoc ExprEnd; in ParseMemOperand() local
562 if (getParser().ParseParenExpression(Disp, ExprEnd)) in ParseMemOperand()
570 return X86Operand::CreateMem(Disp, LParenLoc, ExprEnd); in ParseMemOperand()
571 return X86Operand::CreateMem(SegReg, Disp, 0, 0, 1, MemStart, ExprEnd); in ParseMemOperand()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2005 SMLoc ExprEnd; in ParseMemOperand() local
2006 if (getParser().parseExpression(Disp, ExprEnd)) return nullptr; in ParseMemOperand()
2013 return X86Operand::CreateMem(getPointerWidth(), Disp, MemStart, ExprEnd); in ParseMemOperand()
2015 MemStart, ExprEnd); in ParseMemOperand()
2030 SMLoc ExprEnd; in ParseMemOperand() local
2033 if (getParser().parseParenExpression(Disp, ExprEnd)) in ParseMemOperand()
2042 ExprEnd); in ParseMemOperand()
2044 MemStart, ExprEnd); in ParseMemOperand()