Home
last modified time | relevance | path

Searched defs:Ranges (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/clang/unittests/Format/
H A DCleanupTest.cpp24 const std::vector<tooling::Range> &Ranges, in cleanup()
46 std::vector<tooling::Range> Ranges; in TEST_F() local
66 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
79 std::vector<tooling::Range> Ranges(1, tooling::Range(14, 0)); in TEST_F() local
93 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
110 std::vector<tooling::Range> Ranges(1, tooling::Range(0, Code.size())); in TEST_F() local
120 std::vector<tooling::Range> Ranges; in TEST_F() local
144 std::vector<tooling::Range> Ranges; in TEST_F() local
161 std::vector<tooling::Range> Ranges; in TEST_F() local
175 std::vector<tooling::Range> Ranges(1, tooling::Range(42, 9)); in TEST_F() local
[all …]
/aosp_15_r20/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp463 std::vector<Range> Ranges = calculateChangedRanges(Replaces); in TEST() local
473 std::vector<Range> Ranges = {Range(5, 2), Range(10, 5)}; in TEST() local
480 std::vector<Range> Ranges = {Range(5, 2), Range(10, 5)}; in TEST() local
487 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(10, 5)}; in TEST() local
497 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(10, 5)}; in TEST() local
507 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5), in TEST() local
518 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5)}; in TEST() local
525 std::vector<Range> Ranges = {Range(0, 2), Range(5, 5), Range(15, 5)}; in TEST() local
534 std::vector<Range> Ranges = {Range(0, 2), Range(5, 2), Range(15, 5)}; in TEST() local
542 std::vector<Range> Ranges = {Range(0, 0), Range(15, 5)}; in TEST() local
[all …]
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp1203 static bool affectsRange(ArrayRef<tooling::Range> Ranges, unsigned Start, in affectsRange()
1218 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes()
1324 ArrayRef<tooling::Range> Ranges, in sortCppIncludes()
1384 ArrayRef<tooling::Range> Ranges, in sortIncludes()
1434 std::vector<tooling::Range> Ranges, in formatReplacements()
1435 StringRef FileName) -> tooling::Replacements { in formatReplacements()
1605 StringRef FileName) -> tooling::Replacements { in cleanupAroundReplacements()
1615 FileID ID, ArrayRef<CharSourceRange> Ranges, in reformat()
1627 ArrayRef<tooling::Range> Ranges, in reformat()
1640 FileID ID, ArrayRef<CharSourceRange> Ranges) { in cleanup()
[all …]
H A DAffectedRangeManager.h29 const ArrayRef<CharSourceRange> Ranges) in AffectedRangeManager()
61 const SmallVector<CharSourceRange, 8> Ranges; variable
/aosp_15_r20/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp84 ArrayRef<CharSourceRange> Ranges, in emitDiagnostic()
355 ArrayRef<CharSourceRange> Ranges, in mapDiagnosticRanges()
411 ArrayRef<CharSourceRange> Ranges, in emitCaret()
424 ArrayRef<CharSourceRange> Ranges, in emitSingleMacroExpansion()
479 ArrayRef<CharSourceRange> Ranges, in checkRangesForMacroArgExpansion()
523 ArrayRef<CharSourceRange> Ranges, in emitMacroExpansions()
H A DSerializedDiagnosticPrinter.cpp79 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
683 ArrayRef<clang::CharSourceRange> Ranges, in emitDiagnosticMessage()
711 void SDiagsWriter::EmitCodeContext(SmallVectorImpl<CharSourceRange> &Ranges, in EmitCodeContext()
741 SmallVectorImpl<CharSourceRange> &Ranges, in emitCodeContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
99 const CharRanges Ranges; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DUnicodeCharRanges.h55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet()
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet()
95 const CharRanges Ranges; variable
/aosp_15_r20/external/llvm/lib/Support/
H A DSourceMgr.cpp137 ArrayRef<SMRange> Ranges, in GetMessage()
217 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
223 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp165 ArrayRef<SMRange> Ranges, in GetMessage()
244 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
250 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
262 ArrayRef<std::pair<unsigned,unsigned>> Ranges, in SMDiagnostic() argument
/aosp_15_r20/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp41 const Twine &Msg, ArrayRef<SMRange> Ranges, in printMessage()
132 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) }; in TEST_F() local
143 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) }; in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSourceMgr.cpp275 const Twine &Msg, ArrayRef<SMRange> Ranges, in GetMessage()
354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage()
360 const Twine &Msg, ArrayRef<SMRange> Ranges, in PrintMessage()
381 ArrayRef<std::pair<unsigned, unsigned>> Ranges, in SMDiagnostic() argument
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.cpp43 auto &Ranges = VarInstrRanges[Var]; in startInstrRange() local
55 auto &Ranges = VarInstrRanges[Var]; in endInstrRange() local
68 const auto &Ranges = I->second; in getRegisterForVar() local
/aosp_15_r20/external/llvm/lib/TableGen/
H A DTGParser.cpp543 bool TGParser::ParseRangePiece(std::vector<unsigned> &Ranges) { in ParseRangePiece()
606 bool TGParser::ParseOptionalRangeList(std::vector<unsigned> &Ranges) { in ParseOptionalRangeList()
628 bool TGParser::ParseOptionalBitList(std::vector<unsigned> &Ranges) { in ParseOptionalBitList()
1478 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1500 std::vector<unsigned> Ranges = ParseRangeList(); in ParseValue() local
1761 std::vector<unsigned> Ranges; in ParseForeachDeclaration() local
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DPluralRangesMapper.java69 private final class Ranges { class in PluralRangesMapper
72 Ranges(CldrPath prefix) { in Ranges() method in PluralRangesMapper.Ranges
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp33 void encodeRanges(const AddressRanges &Ranges, FileWriter &O, in encodeRanges()
42 void decodeRanges(AddressRanges &Ranges, DataExtractor &Data, uint64_t BaseAddr, in decodeRanges()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp671 bool TGParser::ParseRangePiece(SmallVectorImpl<unsigned> &Ranges, in ParseRangePiece()
747 bool TGParser::ParseOptionalRangeList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalRangeList()
769 bool TGParser::ParseOptionalBitList(SmallVectorImpl<unsigned> &Ranges) { in ParseOptionalBitList()
2167 SmallVector<unsigned, 16> Ranges; in ParseValue() local
2190 SmallVector<unsigned, 16> Ranges; in ParseValue() local
2499 SmallVector<unsigned, 16> Ranges; in ParseForeachDeclaration() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/go/xds/type/matcher/v3/
Drange.pb.go176 Ranges []*v3.Int64Range `protobuf:"bytes,1,rep,name=ranges,proto3" json:"ranges,omitempty"` member
231 Ranges []*v3.Int32Range `protobuf:"bytes,1,rep,name=ranges,proto3" json:"ranges,omitempty"` member
286 Ranges []*v3.DoubleRange `protobuf:"bytes,1,rep,name=ranges,proto3" json:"ranges,omitempty"` member
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp118 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticMessage()
135 ArrayRef<CharSourceRange> Ranges, in emitDiagnosticLoc()
140 SmallVectorImpl<CharSourceRange>& Ranges, in emitCodeContext()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DDWARFYAML.h72 struct Ranges { struct
73 std::optional<llvm::yaml::Hex64> Offset;
74 std::optional<llvm::yaml::Hex8> AddrSize;
75 std::vector<RangeEntry> Entries;

12345678910>>...30