Home
last modified time | relevance | path

Searched refs:setRange (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dbits.d295 void setRange(size_t target, size_t len) nothrow in setRange() function
364 bits.setRange(0,1);
370 bits.setRange(BITS_PER_WORD-1,1);
376 bits.setRange(12,7);
385 bits.setRange(0,BITS_PER_WORD);
389 bits.setRange(BITS_PER_WORD,BITS_PER_WORD);
398 bits.setRange(8*BITS_PER_WORD+1,4*BITS_PER_WORD-2);
414 bits.setRange(0, bits.nbits);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPExpressions.cpp65 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); } in setRange() function in __anond75e42200111::PPValue
66 void setRange(SourceLocation B, SourceLocation E) { in setRange() function in __anond75e42200111::PPValue
277 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
358 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
415 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
444 Result.setRange(Start, PeekTok.getLocation()); in EvaluateValue()
513 Result.setRange(PeekTok.getLocation()); in EvaluateValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttributeCommonInfo.h131 void setRange(SourceRange R) { AttrRange = R; } in setRange() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp5790 return setRange(C, SignHint, ConstantRange(C->getAPInt())); in getRangeRef()
5820 return setRange(Add, SignHint, in getRangeRef()
5828 return setRange(Mul, SignHint, in getRangeRef()
5836 return setRange(SMax, SignHint, in getRangeRef()
5844 return setRange(UMax, SignHint, in getRangeRef()
5852 return setRange(SMin, SignHint, in getRangeRef()
5860 return setRange(UMin, SignHint, in getRangeRef()
5867 return setRange(UDiv, SignHint, in getRangeRef()
5873 return setRange(ZExt, SignHint, in getRangeRef()
5880 return setRange(SExt, SignHint, in getRangeRef()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d3606 freebits.setRange(0, nbits);
3986 is_pointer.setRange(offset/(void*).sizeof, s/(void*).sizeof);
4016 is_pointer.setRange(offset/(void*).sizeof + tocopy, s/(void*).sizeof - tocopy);
4034 is_pointer.setRange(offset/(void*).sizeof, s/(void*).sizeof);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1538 const ConstantRange &setRange(const SCEV *S, RangeSignHint Hint,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h70 void setRange(SourceRange R) { Range = R; } in setRange() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3387 F->setRange(CI.getRange()); in mergeFormatAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8309 ToAttr->setRange(ToRange); in Import()