HomeSort by: relevance | last modified time | path
    Searched defs:ExprLoc (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/AsmParser/
MSP430AsmParser.cpp 367 SMLoc ExprLoc = getLexer().getLoc();
369 return Error(ExprLoc, "expected expression operand");
374 return Error(ExprLoc, "invalid jump offset");
376 Operands.push_back(MSP430Operand::CreateImm(Val, ExprLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 1634 SourceLocation ExprLoc = E->getBeginLoc();
1636 S.Context.getTrivialTypeSourceInfo(TargetType, ExprLoc);
1639 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
1640 SourceRange(ExprLoc, ExprLoc), E->getSourceRange())
SemaChecking.cpp 12205 SourceLocation ExprLoc = E->getExprLoc();
12215 S.Diag(ExprLoc, diag::warn_left_shift_always) << 0;
12219 S.Diag(ExprLoc, diag::warn_left_shift_always)
12222 S.Diag(ExprLoc, diag::warn_left_shift_in_bool_context) << E;
12236 S.Diag(ExprLoc, diag::warn_integer_constants_in_conditional_always_true);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 707 SMLoc ExprLoc = L;
715 return Error(ExprLoc, "literal value out of range (256) for falign");
719 return Error(ExprLoc, "not a valid expression for falign directive");
1151 SMLoc ExprLoc = Lexer.getLoc();
1215 HexagonOperand::CreateImm(getContext(), Expr, ExprLoc, ExprLoc);
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 3130 SMLoc ExprLoc = Lexer.getLoc();
3136 return Error(ExprLoc, "expression must be relocatable");
3157 SMLoc ExprLoc = getLexer().getLoc();
3165 return Error(ExprLoc, "out of range literal value");
3168 getStreamer().emitValue(Value, Size, ExprLoc);
3179 SMLoc ExprLoc = Asm.getTok().getLoc();
3183 return Asm.Error(ExprLoc, "out of range literal value");
3307 SMLoc SizeLoc, ExprLoc;
3314 ExprLoc = getTok().getLoc();
3332 Warning(ExprLoc, "'.fill' directive pattern has been truncated to 32-bits")
    [all...]
MasmParser.cpp 3595 SMLoc ExprLoc = Asm.getTok().getLoc();
3599 return Asm.Error(ExprLoc, "out of range literal value");
6839 SMLoc ExprLoc = getLexer().getLoc();
6844 return Error(ExprLoc, "unexpected expression in _emit");
6847 return Error(ExprLoc, "literal value out of range for directive");
6855 SMLoc ExprLoc = getLexer().getLoc();
6860 return Error(ExprLoc, "unexpected expression in align");
6863 return Error(ExprLoc, "literal value not a power of two greater then zero");
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 3081 SMLoc ExprLoc = getLoc();
3087 Error(ExprLoc, "immediate value expected for barrier operand");
3099 Error(ExprLoc, "barrier operand out of range");
3104 ExprLoc, getContext(),
3155 SMLoc ExprLoc = getLoc();
3160 Error(ExprLoc, "immediate value expected for barrier operand");
3167 Error(ExprLoc, "barrier operand out of range");
3172 ExprLoc, getContext(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 7801 SMLoc ExprLoc = getLexer().getLoc();
7805 reportParseError(ExprLoc, "expected save register or stack offset");
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 11777 SourceLocation ExprLoc;
11781 ExprLoc = VLENExpr->getExprLoc();
11791 MangledName, 's', 128, Fn, ExprLoc);
11794 MangledName, 'n', 128, Fn, ExprLoc);

Completed in 87 milliseconds