Searched refs:End (Results 501 - 525 of 543) sorted by relevance

<<2122

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp654 unsigned Start, unsigned End) {
656 for (unsigned I = Start; I <= End; ++I)
7448 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); local
7451 End = End.getLocWithOffset(1);
7453 return CharSourceRange::getCharRange(Start, End);
653 checkOpenCLEnqueueLocalSizeArgs(Sema &S, CallExpr *TheCall, unsigned Start, unsigned End) argument
H A DSemaTemplateInstantiate.cpp1608 for (FunctionParmPackExpr::iterator I = E->begin(), End = E->end();
1609 I != End; ++I) {
H A DSemaInit.cpp6782 for (auto It = Path.rbegin(), End = Path.rend(); It != End; ++It) {
7312 for (auto It = Path.rbegin(), End = Path.rend(); It != End; ++It) {
H A DSemaCodeComplete.cpp7029 for (DeclGroupRef::iterator I = DG.begin(), End = DG.end(); I != End; ++I) {
8710 auto End = llvm::sys::path::end(NativeRelDir);
8713 llvm::sys::path::append(Dir, ++Begin, End);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp739 unsigned Start, End;
740 if (TII->isRxSBGMask(Value, SplatBitSize, Start, End)) {
745 OpVals.push_back(End - (64 - SplatBitSize));
5493 unsigned End = (Index + 1) * BytesPerElement; local
5494 if (End % OpBytesPerElement != 0)
5497 Op = Op.getOperand(End / OpBytesPerElement - 1);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4585 std::string::size_type End = std::string::npos;
4587 End = BaseName.rfind('.');
4588 SmallString<128> Suffixed(BaseName.substr(0, End));
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp946 // Fill in "Parent" and "End" fields by maintaining a stack of scopes.
1652 ts.End = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp371 Value *End = ConstantInt::get(Idx->getType(), local
373 return new ICmpInst(ICmpInst::ICMP_ULT, Idx, End);
385 Value *End = ConstantInt::get(Idx->getType(), local
387 return new ICmpInst(ICmpInst::ICMP_UGT, Idx, End);
H A DInstructionCombining.cpp2549 for (BasicBlock::iterator It = FreeInstrBB->begin(), End = FreeInstrBB->end();
2550 It != End;) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1928 for (FunctionParmPackExpr::iterator I = E->begin(), End = E->end();
1929 I != End; ++I)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp152 CastExpr::path_const_iterator End) {
158 for (CastExpr::path_const_iterator I = Start; I != End; ++I) {
150 computeNonVirtualBaseClassOffset( const CXXRecordDecl *DerivedClass, CastExpr::path_const_iterator Start, CastExpr::path_const_iterator End) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2419 int End = earliestCycleInChain(Dep) + (II - 1); local
2420 *MinEnd = std::min(*MinEnd, End);
H A DCodeGenPrepare.cpp6543 unsigned End = getTransitionType()->getVectorNumElements(); local
6545 return ConstantVector::getSplat(End, Val);
6549 for (unsigned Idx = 0; Idx != End; ++Idx) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp984 static bool rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) { argument
985 for (; Start != End; ++Start)
H A DInstructions.cpp371 BOI.End = CurrentIndex + BI->input_size();
372 CurrentIndex = BOI.End;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp2461 int SubReg = 0, End = NumRegs, Incr = 1; local
2464 End = -1;
2468 for (; SubReg != End; SubReg += Incr) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp666 SourceLocation *End) {
726 if (End)
727 *End = T.getCloseLocation();
665 ParseMicrosoftDeclSpecs(ParsedAttributes &Attrs, SourceLocation *End) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1455 Brackets.End = rAngleLoc.getRawEncoding();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp3240 AddToSysPath(AddLocation::End, ".");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp2143 PreheaderLoad, nullptr, PreheaderLoad->getParent(), MemorySSA::End);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2012 UnresolvedSetIterator End) const;
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2101 WARNING: `uname -sr` is approaching its End-of-Life date.
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak304 # End Custom Macros
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4379 if (Stmt *End = S->getEndStmt())
4380 addLocalScopeForStmt(End);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3892 for (unsigned Idx = 0, End = PhiLPInst->getNumIncomingValues(); Idx != End;

Completed in 1084 milliseconds

<<2122