Searched refs:getLoc (Results 26 - 50 of 108) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp72 return X->getLoc().getAsLocSymbol();
140 return X->getLoc().getAsRegion();
276 os << C.getLoc() << " [as " << C.getNumBits() << " bit integer]";
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp177 SourceLocation LHS = getLoc(L);
178 SourceLocation RHS = getLoc(R);
183 SourceLocation LHS = getLoc(L);
188 SourceLocation RHS = getLoc(R);
192 SourceLocation getLoc(PreprocessedEntity *PPE) const { function in struct:__anon3927::PPEntityComp
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp154 Asm.getContext().reportError(Fixup.getLoc(),
169 Asm.getContext().reportError(Fixup.getLoc(),
259 Asm.getContext().reportError(Fixup.getLoc(),
275 Asm.getContext().reportError(Fixup.getLoc(),
362 Asm.getContext().reportError(Fixup.getLoc(),
H A DARMAsmBackend.cpp401 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
422 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
554 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
571 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
581 Ctx->reportError(Fixup.getLoc(), FixupDiagnostic);
596 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
617 Ctx->reportError(Fixup.getLoc(), "out of range pc-relative fixup value");
632 Ctx->reportError(Fixup.getLoc(), "out of range immediate fixup value");
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp622 SMLoc startLoc = getLexer().getLoc();
639 SMLoc startLoc = getLexer().getLoc();
663 SMLoc startLoc = getLexer().getLoc();
690 SMLoc startLoc = getLexer().getLoc();
710 SMLoc startLoc = getLexer().getLoc();
737 SMLoc startLoc = getLexer().getLoc();
751 SMLoc startLoc = getLexer().getLoc();
H A DDarwinAsmParser.cpp556 SMLoc Loc = getLexer().getLoc();
722 SMLoc IDLoc = getLexer().getLoc();
735 SMLoc SizeLoc = getLexer().getLoc();
743 Pow2AlignmentLoc = getLexer().getLoc();
805 SMLoc IDLoc = getLexer().getLoc();
818 SMLoc SizeLoc = getLexer().getLoc();
826 Pow2AlignmentLoc = getLexer().getLoc();
870 SMLoc Loc = getParser().getTok().getLoc();
H A DELFAsmParser.cpp222 SMLoc FirstLoc = getLexer().getLoc();
234 SMLoc PrevLoc = getLexer().getLoc();
252 if (PrevLoc.getPointer() + CurSize != getTok().getLoc().getPointer())
601 SMLoc TypeLoc = getLexer().getLoc();
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp763 parseTwoOperandConstraint(Constraint, TheDef->getLoc());
769 PrintFatalError(TheDef->getLoc(),
773 PrintFatalError(TheDef->getLoc(),
853 PrintFatalError(TheDef->getLoc(),
860 PrintFatalError(TheDef->getLoc(),
982 PrintFatalError(TheDef->getLoc(), "instruction with empty asm string");
987 PrintFatalError(TheDef->getLoc(),
995 PrintFatalError(TheDef->getLoc(),
1009 PrintFatalError(TheDef->getLoc(),
1017 PrintFatalError(TheDef->getLoc(),
[all...]
H A DCodeGenInstruction.cpp586 PrintFatalError(R->getLoc(),
603 PrintFatalError(R->getLoc(), "result value $" + Result->getArgName(i) +
621 PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
627 R->getLoc(), T, ResOp)) {
662 PrintFatalError(R->getLoc(), "not enough arguments for instruction!");
665 R->getLoc(), T, ResOp)) {
670 PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) +
677 PrintFatalError(R->getLoc(), "result argument #" + Twine(AliasOpNo) +
683 PrintFatalError(R->getLoc(), "too many operands for instruction!");
H A DOptParserEmitter.cpp82 PrintError(A->getLoc(), Twine("Option is equivalent to"));
83 PrintError(B->getLoc(), Twine("Other defined here"));
H A DCodeGenSchedule.cpp260 PrintFatalError((*AI)->getLoc(), "SchedWrite Alias must be SchedWrite");
266 PrintFatalError((*AI)->getLoc(), "SchedRead Alias must be SchedRead");
297 PrintFatalError((*AI)->getLoc(), "Cannot Alias an Alias");
429 PrintFatalError(AliasRW.TheDef->getLoc(), "Multiple aliases "
535 PrintFatalError(Inst->TheDef->getLoc(), "Instruction's sched class "
674 PrintFatalError(InstRWDef->getLoc(), "No matching instruction opcodes");
679 PrintFatalError((*I)->getLoc(), "No sched class for instruction.");
745 PrintFatalError(InstRWDef->getLoc(), "Overlapping InstRW def " +
818 PrintFatalError((*II)->getLoc(), "SchedModel is undefined");
822 PrintFatalError((*II)->getLoc(), "Undefine
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp143 assert(!LHS->getLoc().empty() && !RHS->getLoc().empty());
145 LHS->getLoc().front().getPointer() < RHS->getLoc().front().getPointer();
246 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
253 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
268 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
277 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(),
523 PrintFatalError(R.getLoc(), "Error " + R.getName() +
531 PrintFatalError(R.getLoc(), "Erro
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp673 PrintFatalError(CurRec->getLoc(),
928 PrintFatalError(CurRec->getLoc(), "!foreach requires an operator\n");
933 PrintFatalError(CurRec->getLoc(), "!foreach requires typed variable\n");
1581 PrintFatalError(getLoc(), "Record name is not a string!");
1623 PrintFatalError(getLoc(), "Invalid value is found when setting '" +
1683 PrintFatalError(getLoc(), "Record `" + getName() +
1696 PrintFatalError(getLoc(), "Record `" + getName() +
1701 PrintFatalError(getLoc(), "Record `" + getName() + "', field `" +
1712 PrintFatalError(getLoc(), "Record `" + getName() +
1717 PrintFatalError(getLoc(), "Recor
[all...]
H A DTGLexer.h117 SMLoc getLoc() const;
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp61 return Error(Lex.getLoc(), "expected end of string");
341 LocTy TypeLoc = Lex.getLoc();
369 LocTy NameLoc = Lex.getLoc();
440 LocTy NameLoc = Lex.getLoc();
445 return Error(Lex.getLoc(), "variable expected to be numbered '%" +
477 LocTy NameLoc = Lex.getLoc();
504 LocTy NameLoc = Lex.getLoc();
577 FwdRef = std::make_pair(MDTuple::getTemporary(Context, None), Lex.getLoc());
682 LocTy ExplicitTypeLoc = Lex.getLoc();
688 LocTy AliaseeLoc = Lex.getLoc();
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp82 MI.getLoc()));
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp396 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(FixupKind),
448 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups);
459 EmitImmediate(Disp, MI.getLoc(), 2, FK_Data_2, CurByte, OS, Fixups);
480 EmitImmediate(Disp, MI.getLoc(), 4, FK_Data_4, CurByte, OS, Fixups);
497 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups);
505 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups,
513 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(X86::reloc_signed_4byte),
579 EmitImmediate(Disp, MI.getLoc(), 1, FK_Data_1, CurByte, OS, Fixups, ImmOffset);
581 EmitImmediate(Disp, MI.getLoc(), 4, MCFixupKind(X86::reloc_signed_4byte),
1292 EmitImmediate(MI.getOperand(CurOp++), MI.getLoc(),
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp766 Warning (MCI.getLoc(), "Signed/Unsigned mismatch");
885 return ParseDirectiveValue(4, DirectiveID.getLoc());
888 return ParseDirectiveValue(2, DirectiveID.getLoc());
890 return ParseDirectiveFalign(256, DirectiveID.getLoc());
892 return ParseDirectiveComm(true, DirectiveID.getLoc());
894 return ParseDirectiveComm(false, DirectiveID.getLoc());
896 return ParseDirectiveSubsection(DirectiveID.getLoc());
1012 SMLoc SizeLoc = getLexer().getLoc();
1020 ByteAlignmentLoc = getLexer().getLoc();
1033 AccessAlignmentLoc = getLexer().getLoc();
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp236 Fixups.push_back(MCFixup::create(0, Expr, Kind, MI.getLoc()));
253 Fixups.push_back(MCFixup::create(4, Expr, Kind, MI.getLoc()));
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1281 StartLoc = Tok.getLoc();
1482 return Error(Parser.getTok().getLoc(), "expected '('");
1493 return Error(Parser.getTok().getLoc(), "expected ')'");
1505 SMLoc S = Parser.getTok().getLoc();
1506 SMLoc E = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
1567 S = Parser.getTok().getLoc();
1571 return Error(Parser.getTok().getLoc(), "missing ')'");
1572 E = Parser.getTok().getLoc();
1581 S = Parser.getTok().getLoc();
1618 return Error(Parser.getTok().getLoc(), "missin
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp521 StartLoc = Tok.getLoc();
644 SMLoc S = Parser.getTok().getLoc();
1123 SMLoc S = Parser.getTok().getLoc();
1140 SMLoc S = Parser.getTok().getLoc();
1228 case MatchOperand_ParseFail: return Error(getLexer().getLoc(),
1230 case MatchOperand_NoMatch: return Error(getLexer().getLoc(),
1240 return Error(getLexer().getLoc(), "failed parsing operand.");
1287 SMLoc S = Parser.getTok().getLoc();
1302 SMLoc S = Parser.getTok().getLoc();
1345 SMLoc S = Parser.getTok().getLoc();
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp79 SourceLocation loc = attr.getLoc();
3873 AttrLoc = Attr->getLoc();
3883 AttrLoc = Attr->getLoc();
4553 TL.setAttrNameLoc(attrs->getLoc());
5013 S.Diag(Attr.getLoc(), diag::err_attribute_address_multiple_qualifiers);
5021 S.Diag(Attr.getLoc(), diag::err_attribute_address_function_type);
5030 S.Diag(Attr.getLoc(), diag::err_attribute_wrong_number_arguments)
5039 S.Diag(Attr.getLoc(), diag::err_attribute_argument_type)
5049 S.Diag(Attr.getLoc(), diag::err_attribute_address_space_negative)
5059 S.Diag(Attr.getLoc(), dia
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCInst.h162 SMLoc getLoc() const { return Loc; } function in class:llvm::MCInst
H A DMCTargetAsmParser.h159 return ParseInstruction(Info, Name, Token.getLoc(), Operands);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h74 MachineLocation getLoc() const { return Loc; } function in struct:llvm::DebugLocEntry::Value

Completed in 312 milliseconds

12345