/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | DependencyDirectivesSourceMinimizer.cpp | 57 LLVM_NODISCARD IdInfo lexIdentifier(const char *First, const char *const End); 58 LLVM_NODISCARD bool isNextIdentifier(StringRef Id, const char *&First, 60 LLVM_NODISCARD bool minimizeImpl(const char *First, const char *const End); 61 LLVM_NODISCARD bool lexPPLine(const char *&First, const char *const End); 62 LLVM_NODISCARD bool lexAt(const char *&First, const char *const End); 63 LLVM_NODISCARD bool lexModule(const char *&First, const char *const End); 64 LLVM_NODISCARD bool lexDefine(const char *&First, const char *const End); 65 LLVM_NODISCARD bool lexPragma(const char *&First, const char *const End); 66 LLVM_NODISCARD bool lexEndif(const char *&First, const char *const End); 68 const char *&First, const char *const End); [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 23 const FormatToken *Next = Line.First->getNextNonComment(); in startsExternCBlock() 54 Offset = getIndentOffset(*Line.First); in nextLine() 67 if (Line.First->is(TT_CSharpGenericTypeConstraint)) in nextLine() 84 unsigned LevelIndent = Line.First->OriginalColumn; in adjustToUnmodifiedLine() 87 if ((!Line.First->is(tok::comment) || IndentForLevel[Line.Level] == -1) && in adjustToUnmodifiedLine() 153 return AnnotatedLines[StartLineIndex]->First->getNamespaceToken(); in getMatchingNamespaceToken() 157 const FormatToken *NamespaceToken = Line->First->getNamespaceToken(); in getNamespaceTokenText() 188 if (Next[i + 1]->First->NewlinesBefore > 0) in getNextMergedLine() 212 if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore) in tryFitMultipleLinesInOne() 215 (!I[1]->InPPDirective || I[1]->First->HasUnescapedNewline)) in tryFitMultipleLinesInOne() [all …]
|
H A D | AffectedRangeManager.cpp | 30 Line->LeadingEmptyLinesAffected = affectsLeadingEmptyLines(*Line->First); in computeAffectedLines() 37 while (PPEnd != E && !(*PPEnd)->First->HasUnescapedNewline) { in computeAffectedLines() 42 if (affectsTokenRange(*Line->First, *Last, in computeAffectedLines() 72 bool AffectedRangeManager::affectsTokenRange(const FormatToken &First, in affectsTokenRange() argument 75 SourceLocation Start = First.WhitespaceRange.getBegin(); in affectsTokenRange() 77 Start = Start.getLocWithOffset(First.LastNewlineOffset); in affectsTokenRange() 119 for (FormatToken *Tok = Line->First; Tok; Tok = Tok->Next) { in nonPPLineAffected() 134 Line->First->NewlinesBefore == 0; in nonPPLineAffected() 137 Line->First->is(tok::comment) && Line->First->Next == nullptr && in nonPPLineAffected() 138 Line->First->NewlinesBefore < 2 && PreviousLine && in nonPPLineAffected() [all …]
|
H A D | TokenAnnotator.h | 40 : First(Line.Tokens.front().Tok), Level(Line.Level), in AnnotatedLine() 53 First->Previous = nullptr; in AnnotatedLine() 54 FormatToken *Current = First; in AnnotatedLine() 76 FormatToken *Current = First; in ~AnnotatedLine() 87 return First && First->startsSequence(Tokens...); in startsWith() 122 FormatToken *First; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 24 unsigned First, unsigned Last) { in getJumpTableRange() argument 25 assert(Last >= First); in getJumpTableRange() 26 const APInt &LowCase = Clusters[First].Low->getValue(); in getJumpTableRange() 38 unsigned First, unsigned Last) { in getJumpTableNumCases() argument 39 assert(Last >= First); in getJumpTableNumCases() 40 assert(TotalCases[Last] >= TotalCases[First]); in getJumpTableNumCases() 42 TotalCases[Last] - (First == 0 ? 0 : TotalCases[First - 1]); in getJumpTableNumCases() 172 for (unsigned First = 0, Last; First < N; First = Last + 1) { in findJumpTables() local 173 Last = LastElement[First]; in findJumpTables() 174 assert(Last >= First); in findJumpTables() [all …]
|
H A D | InterferenceCache.cpp | 161 BI->First = BI->Last = SlotIndex(); in update() 171 if (!BI->First.isValid() || StartI < BI->First) in update() 172 BI->First = StartI; in update() 184 if (!BI->First.isValid() || StartI < BI->First) in update() 185 BI->First = StartI; in update() 191 SlotIndex Limit = BI->First.isValid() ? BI->First : Stop; in update() 196 BI->First = RegMaskSlots[i]; in update() 201 if (BI->First.isValid()) in update()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 377 std::unique_ptr<PPCallbacks> First, Second; variable 382 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks() 389 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 395 First->FileSkipped(SkippedFile, FilenameTok, FileType); in FileSkipped() 401 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound() 411 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 421 First->EnteredSubmodule(M, ImportLoc, ForPragma); in EnteredSubmodule() 427 First->LeftSubmodule(M, ImportLoc, ForPragma); in LeftSubmodule() 433 First->moduleImport(ImportLoc, Path, Imported); in moduleImport() 438 First->EndOfMainFile(); in EndOfMainFile() [all …]
|
/netbsd-src/usr.bin/calendar/calendars/ |
H A D | calendar.computer | 8 01/10 First CDC 1604 delivered to Navy, 1960 13 01/24 First Apple Macintosh released, 1984 14 01/25 First U.S. meeting of ALGOL definition committee, 1958 19 02/14 First micro-on-a-chip patented (TI), 1978 22 03/01 First NPL (later PL/I) report published, 1964 23 03/04 First Cray-1 shipped to Los Alamos, 1976 37 04/26 First ARM silicon produced, 1985 39 05/01 First BASIC program run at Dartmouth, 1964 41 05/16 First report on SNOBOL distributed (within BTL), 1963 45 05/27 First joint meeting of U.S. and European ALGOL definition cte., 1958 [all …]
|
H A D | calendar.history | 22 01/10 First meeting of United Nations General Assembly in London, 1946 31 01/13 First live radio concert broadcast, by Enrico Caruso, 39 01/16 First Persian Gulf War begins, 1991 44 01/18 First Australian penal colony established, 1788 46 01/19 First college basketball game played, Chicago beats Iowa 15-12, 1896 49 01/21 First commercial flight of Concorde SST, 1976 51 01/22 First British colonists arrive in New Zealand, 1840 52 01/22 First Russian Revolution begins, 1905 55 01/23 First insulin injection for diabetes, 1922 61 01/25 First Winter Olympics held in Chamonix, 1924 [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1950 const Node *First; variable 1955 : Node(KBracedRangeExpr), First(First_), Last(Last_), Init(Init_) {} in BracedRangeExpr() 1957 template<typename Fn> void match(Fn F) const { F(First, Last, Init); } in match() 1961 First->print(S); in printLeft() 2225 T* First = nullptr; in FOR_EACH_NODE_KIND() local 2230 bool isInline() const { return First == Inline; } in FOR_EACH_NODE_KIND() 2233 First = Inline; in FOR_EACH_NODE_KIND() 2244 std::copy(First, Last, Tmp); in FOR_EACH_NODE_KIND() 2245 First = Tmp; in FOR_EACH_NODE_KIND() 2247 First = static_cast<T*>(std::realloc(First, NewCap * sizeof(T))); in FOR_EACH_NODE_KIND() [all …]
|
H A D | StringView.h | 24 const char *First; variable 31 StringView(const char (&Str)[N]) : First(Str), Last(Str + N - 1) {} in StringView() 33 : First(First_), Last(Last_) {} in StringView() 35 : First(First_), Last(First_ + Len) {} in StringView() 36 StringView(const char *Str) : First(Str), Last(Str + std::strlen(Str)) {} in StringView() 37 StringView() : First(nullptr), Last(nullptr) {} in StringView() 49 if (const void *P = ::memchr(First + FindBegin, C, size() - FindBegin)) 50 return size_t(static_cast<const char *>(P) - First); 58 return StringView(First + N, Last); 64 return StringView(First, Last - N); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ilist_base.h | 41 static void removeRangeImpl(node_base_type &First, node_base_type &Last) { in removeRangeImpl() argument 42 node_base_type *Prev = First.getPrev(); in removeRangeImpl() 48 First.setPrev(nullptr); in removeRangeImpl() 52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl() argument 54 if (&Next == &Last || &First == &Last) in transferBeforeImpl() 58 assert(&Next != &First && in transferBeforeImpl() 65 First.getPrev()->setNext(&Last); in transferBeforeImpl() 66 Last.setPrev(First.getPrev()); in transferBeforeImpl() 71 First.setPrev(&Prev); in transferBeforeImpl() 72 Prev.setNext(&First); in transferBeforeImpl() [all …]
|
H A D | simple_ilist.h | 166 void insert(iterator I, Iterator First, Iterator Last) { in insert() argument 167 for (; First != Last; ++First) in insert() 168 insert(I, *First); in insert() 205 iterator erase(iterator First, iterator Last) { in erase() argument 206 list_base_type::removeRange(*First.getNodePtr(), *Last.getNodePtr()); in erase() 221 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose() argument 222 while (First != Last) in eraseAndDispose() 223 First = eraseAndDispose(First, dispose); in eraseAndDispose() 248 void splice(iterator I, simple_ilist &, iterator First, iterator Last) { in splice() argument 249 list_base_type::transferBefore(*I.getNodePtr(), *First.getNodePtr(), in splice()
|
H A D | PointerUnion.h | 161 using First = typename pointer_union_detail::GetFirstType<PTs...>::type; 202 First const *getAddrOfPtr1() const { 208 First *getAddrOfPtr1() { 209 assert(is<First>() && "Val is not the first pointer"); 211 PointerLikeTypeTraits<First>::getAsVoidPointer(get<First>()) == 214 return const_cast<First *>( 215 reinterpret_cast<const First *>(this->Val.getAddrOfPointer()));
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 29 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in ignoreError() argument 30 if (!First) in ignoreError() 31 llvm::consumeError(First.takeError()); in ignoreError() 38 llvm::Error findError(Expected<FirstT> &First, Expected<RestT> &... Rest) { in findError() argument 39 if (!First) { in findError() 41 return First.takeError(); in findError() 72 const FirstT &First, const RestT &... Rest) { in visitRefactoringOptionsImpl() argument 82 (OptionGatherer{Visitor})(First); in visitRefactoringOptionsImpl() 96 template <typename Base, typename First, typename... Rest> 97 struct HasBaseOf : std::conditional<HasBaseOf<Base, First>::value || [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
H A D | zlib.adb | 218 Filter.Offset := Simple_GZip_Header'First; 277 In_First := In_Buffer'First; 286 Flush => Flush_Finish (Last < In_Buffer'First)); 288 if Out_Buffer'First <= Out_Last then 289 Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last)); 403 Item_First : Ada.Streams.Stream_Element_Offset := Item'First; 407 pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1); 408 pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last); 411 if Rest_Last = Buffer'First - 1 then 416 Rest_First := Buffer'First; [all …]
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
H A D | zlib.adb | 218 Filter.Offset := Simple_GZip_Header'First; 277 In_First := In_Buffer'First; 286 Flush => Flush_Finish (Last < In_Buffer'First)); 288 if Out_Buffer'First <= Out_Last then 289 Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last)); 403 Item_First : Ada.Streams.Stream_Element_Offset := Item'First; 407 pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1); 408 pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last); 411 if Rest_Last = Buffer'First - 1 then 416 Rest_First := Buffer'First; [all …]
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | zlib.adb | 218 Filter.Offset := Simple_GZip_Header'First; 277 In_First := In_Buffer'First; 286 Flush => Flush_Finish (Last < In_Buffer'First)); 288 if Out_Buffer'First <= Out_Last then 289 Data_Out (Out_Buffer (Out_Buffer'First .. Out_Last)); 403 Item_First : Ada.Streams.Stream_Element_Offset := Item'First; 407 pragma Assert (Rest_First in Buffer'First .. Buffer'Last + 1); 408 pragma Assert (Rest_Last in Buffer'First - 1 .. Buffer'Last); 411 if Rest_Last = Buffer'First - 1 then 416 Rest_First := Buffer'First; [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 411 bool First) { in diagnoseUnsatisfiedRequirement() argument 423 << (int)First << SubstDiag->SubstitutedEntity in diagnoseUnsatisfiedRequirement() 428 << (int)First << SubstDiag->SubstitutedEntity; in diagnoseUnsatisfiedRequirement() 434 << (int)First << Req->getExpr(); in diagnoseUnsatisfiedRequirement() 442 << (int)First << SubstDiag->SubstitutedEntity in diagnoseUnsatisfiedRequirement() 447 << (int)First << SubstDiag->SubstitutedEntity; in diagnoseUnsatisfiedRequirement() 459 << (int)First << S.getDecltypeForParenthesizedExpr(e) in diagnoseUnsatisfiedRequirement() 464 << (int)First << ConstraintExpr; in diagnoseUnsatisfiedRequirement() 476 bool First) { in diagnoseUnsatisfiedRequirement() argument 487 diag::note_type_requirement_substitution_error) << (int)First in diagnoseUnsatisfiedRequirement() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiMemAluCombiner.cpp | 335 MbbIterator First = MemInstr; in findClosestSuitableAluInstr() local 338 while (First != Last) { in findClosestSuitableAluInstr() 339 Decrement ? --First : ++First; in findClosestSuitableAluInstr() 341 if (First == Last) in findClosestSuitableAluInstr() 345 if (First->isDebugInstr()) in findClosestSuitableAluInstr() 348 if (isSuitableAluInstr(IsSpls, First, *Base, *Offset)) { in findClosestSuitableAluInstr() 349 return First; in findClosestSuitableAluInstr() 353 if (First != Last) { in findClosestSuitableAluInstr() 354 if (InstrUsesReg(First, Base)) in findClosestSuitableAluInstr() 356 if (Offset->isReg() && InstrUsesReg(First, Offset)) in findClosestSuitableAluInstr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 264 int calcInstrDist(const MachineInstr &First, const MachineInstr &Last); 284 bool isReplaceable(const MachineInstr &First, const MachineInstr &Last, 319 int X86OptimizeLEAPass::calcInstrDist(const MachineInstr &First, in calcInstrDist() argument 323 assert(Last.getParent() == First.getParent() && in calcInstrDist() 325 assert(InstrPos.find(&First) != InstrPos.end() && in calcInstrDist() 329 return InstrPos[&Last] - InstrPos[&First]; in calcInstrDist() 424 bool X86OptimizeLEAPass::isReplaceable(const MachineInstr &First, in isReplaceable() argument 427 assert(isLEA(First) && isLEA(Last) && in isReplaceable() 434 if (MRI->getRegClass(First.getOperand(0).getReg()) != in isReplaceable() 439 AddrDispShift = getAddrDispShift(Last, 1, First, 1); in isReplaceable() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 94 ASTNode First, Last; in EmitNode() local 96 First = Last = Base; in EmitNode() 117 if (!First) First = Result.first; in EmitNode() 125 if (!First) { in EmitNode() 137 OS << Base.getName() << ", " << First.getName() << ", " in EmitNode() 141 return std::make_pair(First, Last); in EmitNode()
|
/netbsd-src/sys/arch/emips/stand/common/ |
H A D | prom_iface.c | 181 ram_controller_t Ram, Ours, First; in init_memory() local 194 First = Ours = NULL; in init_memory() 214 First = Ram; in init_memory() 243 if ((First == NULL) || (Ours == NULL)) { in init_memory() 244 printf("Bad memory layout (%p, %p), wont work.\n", First, Ours); in init_memory() 249 base += First->BaseAddressAndTag & RAMBT_BASE; in init_memory() 269 if (Ram == First) in init_memory()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tsiggss/ns1/ |
H A D | example.nil.db.in | 35 _gc._tcp.Default-First-Site-Name._sites IN SRV 0 100 3268 blu 37 _ldap._tcp.Default-First-Site-Name._sites.gc._msdcs IN SRV 0 100 3268 blu 44 _ldap._tcp.Default-First-Site-Name._sites IN SRV 0 100 389 blu 45 _ldap._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 389 blu 50 _kerberos._tcp.Default-First-Site-Name._sites IN SRV 0 100 88 blu 51 _kerberos._tcp.Default-First-Site-Name._sites.dc._msdcs IN SRV 0 100 88 blu
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | BinaryStreamWriter.cpp | 86 WritableBinaryStreamRef First = Stream.drop_front(Offset); in split() local 88 WritableBinaryStreamRef Second = First.drop_front(Off); in split() 89 First = First.keep_front(Off); in split() 90 BinaryStreamWriter W1{First}; in split()
|