HomeSort by relevance Sort by last modified time
    Searched refs:Ranges (Results 76 - 100 of 118) sorted by null

1 2 34 5

  /external/clang/lib/Sema/
SemaStmt.cpp 723 // Keep track of any GNU case ranges we see. The APSInt is the low value.
864 // Detect duplicate case ranges, which usually don't exist at all in
867 // Sort all the case ranges by their low value so we can easily detect
868 // overlaps between ranges.
871 // Scan the ranges, computing the high values and removing empty ranges.
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 214 ArrayRef<SMRange> Ranges = None);
216 ArrayRef<SMRange> Ranges = None);
299 ArrayRef<SMRange> Ranges = None) const {
300 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
530 bool AsmParser::Warning(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
532 return Error(L, Msg, Ranges);
533 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
538 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
540 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
    [all...]
  /external/chromium_org/media/base/
pipeline.cc 157 Ranges<TimeDelta> Pipeline::GetBufferedTimeRanges() {
159 Ranges<TimeDelta> time_ranges;
  /external/chromium_org/media/filters/
ffmpeg_demuxer.cc 242 Ranges<base::TimeDelta> FFmpegDemuxerStream::GetBufferedRanges() const {
825 Ranges<base::TimeDelta> buffered;
source_buffer_stream_unittest.cc 123 Ranges<base::TimeDelta> r = stream_->GetBufferedTime();
137 Ranges<base::TimeDelta> r = stream_->GetBufferedTime();
377 // Check expected ranges.
379 // Check buffers in ranges.
506 // Check expected ranges: stream should not have kept buffers 13 and 14
549 // Check expected ranges.
578 // Check expected ranges.
595 // Check ranges are correct.
646 // Check ranges are correct.
862 // Check expected ranges
    [all...]
source_buffer_stream.cc 243 // Helper method that returns true if |ranges| is sorted in increasing order,
246 const std::list<media::SourceBufferRange*>& ranges) {
249 ranges.begin(); itr != ranges.end(); ++itr) {
1114 Ranges<base::TimeDelta> ranges; local
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 227 const MDNode *Ranges) {
229 TBAAInfo, Ranges);
    [all...]
MachineInstr.cpp 423 const MDNode *Ranges)
426 TBAAInfo(TBAAInfo), Ranges(Ranges) {
602 /// ranges. If MRI is non-null also update use-def chains.
    [all...]
RegisterCoalescer.cpp 476 // live-range starts. If there are no intervening live ranges between them in
530 LiveInterval::Ranges::iterator BI =
531 std::upper_bound(IntB.ranges.begin(), IntB.ranges.end(), AI->start);
532 if (BI != IntB.ranges.begin())
534 for (; BI != IntB.ranges.end() && AI->end >= BI->start; ++BI) {
715 // Extend BValNo by merging in IntA live ranges of AValNo. Val# definition
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 194 void llvm::computeMaskedBitsLoad(const MDNode &Ranges, APInt &KnownZero) {
196 unsigned NumRanges = Ranges.getNumOperands() / 2;
199 // Use the high end of the ranges to find leading zeros.
202 ConstantInt *Lower = cast<ConstantInt>(Ranges.getOperand(2*i + 0));
203 ConstantInt *Upper = cast<ConstantInt>(Ranges.getOperand(2*i + 1));
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 483 ArrayRef<SMRange> Ranges = None,
486 return Parser.Error(L, Msg, Ranges);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 710 const MDNode *TBAAInfo = 0, const MDNode *Ranges = 0);
724 const MDNode *Ranges = 0);
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 25 std::vector<tooling::Range> Ranges(1, tooling::Range(Offset, Length));
26 tooling::Replacements Replaces = reformat(Style, Code, Ranges);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 821 // Check that at least one of the callbacks from Ranges() contains
831 MallocExtension::instance()->Ranges(&state, RangeCallback);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 821 // Check that at least one of the callbacks from Ranges() contains
831 MallocExtension::instance()->Ranges(&state, RangeCallback);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 602 ArrayRef<SMRange> Ranges = Proto->getSuperClassRanges();
604 NewReg->addSuperClass(Supers[i], Ranges[i]);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 539 // Accumulate a small number of ranges in a local buffer
541 static base::MallocRange ranges[kNumRanges]; local
546 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) {
550 uintptr_t limit = ranges[n].address + ranges[n].length;
558 (*func)(arg, &ranges[i]);
624 virtual void Ranges(void* arg, RangeFunction func) {
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SetsTest.java 661 Set<Integer> set = Ranges.closed(0, 10000).asSet(DiscreteDomains.integers());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 567 // Accumulate a small number of ranges in a local buffer
569 static base::MallocRange ranges[kNumRanges]; local
574 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) {
578 uintptr_t limit = ranges[n].address + ranges[n].length;
586 (*func)(arg, &ranges[i]);
652 virtual void Ranges(void* arg, RangeFunction func) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 1844 milliseconds

1 2 34 5