Searched refs:Range (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp499 for (const std::pair<unsigned, unsigned> &Range : D.getRanges()) {
501 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
502 Loc.getLocWithOffset(Range.second - Column));
H A DCGStmt.cpp1198 llvm::APInt Range = RHS - LHS;
1200 if (Range.ult(llvm::APInt(Range.getBitWidth(), 64))) {
1201 // Range is small enough to add multiple switch instruction cases.
1203 unsigned NCases = Range.getZExtValue() + 1;
1237 Builder.CreateICmpULE(Diff, Builder.getInt(Range), "inbounds");
H A DCodeGenFunction.h769 SourceRange Range; member in class:clang::CodeGen::CodeGenFunction::LexicalScope
778 explicit LexicalScope(CodeGenFunction &CGF, SourceRange Range) argument
779 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
782 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
794 DI->EmitLexicalBlockEnd(CGF.Builder, Range.getEnd());
799 ApplyDebugLocation DL(CGF, Range.getEnd());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp225 void Note(SMLoc L, const Twine &Msg, SMRange Range = None) override;
226 bool Warning(SMLoc L, const Twine &Msg, SMRange Range = None) override;
227 bool printError(SMLoc L, const Twine &Msg, SMRange Range = None) override;
307 SMRange Range = None) const {
308 ArrayRef<SMRange> Ranges(Range);
760 void AsmParser::Note(SMLoc L, const Twine &Msg, SMRange Range) { argument
762 printMessage(L, SourceMgr::DK_Note, Msg, Range);
766 bool AsmParser::Warning(SMLoc L, const Twine &Msg, SMRange Range) { argument
770 return Error(L, Msg, Range);
771 printMessage(L, SourceMgr::DK_Warning, Msg, Range);
776 printError(SMLoc L, const Twine &Msg, SMRange Range) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp100 void writeRange(storage::Range<T> &R, const std::vector<T> &Objs) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h146 CXXForRangeStmt(Stmt *InitStmt, DeclStmt *Range, DeclStmt *Begin,
H A DDeclCXX.h149 SourceRange Range; member in class:clang::CXXBaseSpecifier
184 : Range(R), EllipsisLoc(EllipsisLoc), Virtual(V), BaseOfClass(BC),
188 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
189 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
190 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
H A DExpr.h2182 SourceRange Range; member in class:clang::final::OffsetOfNode
2199 : Range(LBracketLoc, RBracketLoc), Data((Index << 2) | Array) {}
2203 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
2209 : Range(DotLoc.isValid() ? DotLoc : NameLoc, NameLoc),
2214 : Range(), Data(reinterpret_cast<uintptr_t>(Base) | OffsetOfNode::Base) {}
2248 SourceRange getSourceRange() const LLVM_READONLY { return Range; }
2249 SourceLocation getBeginLoc() const LLVM_READONLY { return Range.getBegin(); }
2250 SourceLocation getEndLoc() const LLVM_READONLY { return Range.getEnd(); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp290 Range<lldb::addr_t, uint32_t> reserved_block(free_block);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp263 tooling::Range(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1516 // Range Start
1521 // Range Length
1522 const MCExpr *Range = MakeStartMinusEndExpr(Streamer, *Frame.Begin, local
1524 emitAbsValue(Streamer, Range, 4);
1714 // PC Range
1715 const MCExpr *Range = local
1717 emitAbsValue(Streamer, Range, PCSize);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h531 static BitsInit *get(ArrayRef<Init *> Range);
682 static ListInit *get(ArrayRef<Init *> Range, RecTy *EltTy);
1582 void addSuperClass(Record *R, SMRange Range) { argument
1585 SuperClasses.push_back(std::make_pair(R, Range));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4428 SourceRange Range, VariadicCallType CallType) {
4440 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
7241 SourceLocation Loc, SourceRange Range,
7247 CallType, Loc, Range, CheckedVarArgs);
7255 SourceLocation Loc, SourceRange Range,
7259 Diag(Loc, diag::warn_missing_format_string) << Range;
7404 template <typename Range>
7408 bool IsStringLocation, Range StringRange,
7433 template <typename Range>
7435 bool IsStringLocation, Range StringRang
4425 checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, const Expr *ThisArg, ArrayRef<const Expr *> Args, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
7237 CheckFormatArguments(const FormatAttr *Format, ArrayRef<const Expr *> Args, bool IsCXXMember, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
7251 CheckFormatArguments(ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, SourceLocation Loc, SourceRange Range, llvm::SmallBitVector &CheckedVarArgs) argument
7995 auto Range = getSpecifierRange(startFlag, flagLen); local
8006 auto Range = getSpecifierRange(flagsStart, flagsEnd - flagsStart + 1); local
9188 emitReplacement(Sema &S, SourceLocation Loc, SourceRange Range, unsigned AbsKind, QualType ArgType) argument
11367 PrettyPrintInRange(const llvm::APSInt &Value, IntRange Range) argument
12313 DiagnoseAlwaysNonNullPointer(Expr *E, Expr::NullPointerConstantKind NullKind, bool IsEqual, SourceRange Range) argument
13698 SourceRange Range; member in struct:__anon615::RetainCycleOwner
[all...]
H A DSemaDeclAttr.cpp2188 static bool checkAvailabilityAttr(Sema &S, SourceRange Range, argument
2202 S.Diag(Range.getBegin(), diag::warn_availability_version_ordering)
2210 S.Diag(Range.getBegin(), diag::warn_availability_version_ordering)
2218 S.Diag(Range.getBegin(), diag::warn_availability_version_ordering)
3887 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
3908 Diag(Range.getBegin(), diag::err_mismatched_ms_inheritance)
8482 void DiagnoseDeclAvailability(NamedDecl *D, SourceRange Range,
8559 NamedDecl *D, SourceRange Range, ObjCInterfaceDecl *ReceiverClass) {
8597 SemaRef.Diag(Range.getBegin(), DiagKind)
8598 << Range <<
3886 checkMSInheritanceAttrOnDefinition( CXXRecordDecl *RD, SourceRange Range, bool BestCase, MSInheritanceModel ExplicitModel) argument
8558 DiagnoseDeclAvailability( NamedDecl *D, SourceRange Range, ObjCInterfaceDecl *ReceiverClass) argument
[all...]
H A DSemaCast.cpp1809 SourceRange Range) {
1814 if (Diags.isIgnored(DiagID, Range.getBegin()))
1854 Diag(Range.getBegin(), DiagID) << SrcType << DestType << Range; local
1807 CheckCompatibleReinterpretCast(QualType SrcType, QualType DestType, bool IsDereference, SourceRange Range) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1184 for (const InsnRange &Range : Scope->getRanges()) {
1185 const MCSymbol *Begin = getLabelBeforeInsn(Range.first);
1186 const MCSymbol *End = getLabelAfterInsn(Range.second);
2811 const InsnRange &Range = Ranges.front(); local
2812 assert(Range.first && Range.second);
2814 Block.Begin = getLabelBeforeInsn(Range.first);
2815 Block.End = getLabelAfterInsn(Range.second);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2818 if (loc->Range) {
2822 loc->Range->LowPC += slide;
2823 loc->Range->HighPC += slide;
2825 if (loc->Range->LowPC <= addr && addr < loc->Range->HighPC)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp123 ConstantRange Range = local
128 return ValueLatticeElement::getRange(std::move(Range));
1009 ConstantRange Range = ConstantRange::getFull(OperandBitWidth); local
1014 Range = Val.getConstantRange();
1016 return Range;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h375 uint64_t Range =
379 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) {
380 JumpTableSize = Range;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3054 auto Range = getContiguousRangeOfSetBits(C->getAPIntValue());
3055 if (!Range)
3077 if (Range->second == 0) {
3079 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first);
3081 } else if (Range->first == 31) {
3083 NewN = EmitShift(ARM::tLSRri, X, Range->second);
3085 } else if (Range->first == Range->second) {
3088 NewN = EmitShift(ARM::tLSLri, X, 31 - Range->first);
3095 NewN = EmitShift(ARM::tLSLri, X, 31 - Range
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp539 Callbacks->MacroExpands(Info.Tok, Info.MD, Info.Range,
937 for (SourceRange Range : InitLists)
938 DB << Range; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h574 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp440 SourceRange Range, const MacroArgs *Args) override {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp1070 ID.AddInteger(Range.getBegin().getRawEncoding());
1071 ID.AddInteger(Range.getEnd().getRawEncoding());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp949 if (auto *Range = WidenLoad->getMetadata(LLVMContext::MD_range)) {
951 mdconst::extract<ConstantInt>(Range->getOperand(0));

Completed in 485 milliseconds

1234567891011>>