| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | PPCallbacks.h | 326 std::unique_ptr<PPCallbacks> First, Second; variable 331 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks() 337 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 344 Second->FileSkipped(SkippedFile, FilenameTok, FileType); in FileSkipped() 350 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound() 361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled, in InclusionDirective() 369 Second->moduleImport(ImportLoc, Path, Imported); in moduleImport() 374 Second->EndOfMainFile(); in EndOfMainFile() 379 Second->Ident(Loc, str); in Ident() 385 Second->PragmaComment(Loc, Kind, Str); in PragmaComment() [all …]
|
| /NextBSD/contrib/ntp/util/ |
| HD | tg2.c | 583 int Second = 0; local 855 &Hour, &Minute, &Second); 1077 Second = TimeStructure->tm_sec; 1087 StraightBinarySeconds = Second + (Minute * SECONDS_PER_MINUTE) + (Hour * SECONDS_PER_HOUR); 1099 Year, DayOfYear, Hour, Minute, Second, tone, HourTone); 1105 Year, DayOfYear, Hour, Minute, Second, code); 1114 for (BitNumber = 0; BitNumber <= Second; BitNumber++) { 1127 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); 1155 if ((encode == IRIG) && (((Second % 20) == 0) || (CountOfSecondsSent == 0))) 1160 Year, DayOfYear, Hour, Minute, Second, StraightBinarySeconds, StraightBinarySeconds); [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/Tooling/ |
| HD | ArgumentsAdjusters.cpp | 80 ArgumentsAdjuster Second) { in combineAdjusters() argument 81 return [First, Second](const CommandLineArguments &Args) { in combineAdjusters() 82 return Second(First(Args)); in combineAdjusters()
|
| /NextBSD/sys/boot/efi/libefi/ |
| HD | time.c | 110 ETime->Second > 59 || in efi_time() 151 UTime += ETime->Second; in efi_time()
|
| /NextBSD/contrib/tcsh/nls/german/ |
| HD | set2 | 72 69 Second Realtime Signal 77 74 Second Last Realtime Signal
|
| /NextBSD/contrib/tcsh/nls/russian/ |
| HD | set2 | 72 69 Second Realtime Signal 77 74 Second Last Realtime Signal
|
| /NextBSD/contrib/tcsh/nls/ukrainian/ |
| HD | set2 | 72 69 Second Realtime Signal 77 74 Second Last Realtime Signal
|
| /NextBSD/contrib/tcsh/nls/C/ |
| HD | set2 | 72 69 Second Realtime Signal 77 74 Second Last Realtime Signal
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | STLExtras.h | 384 template<typename First, typename Second> 386 size_t operator()(const std::pair<First, Second> &P) const { 387 return std::hash<First>()(P.first) * 31 + std::hash<Second>()(P.second);
|
| /NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsELFObjectWriter.cpp | 258 const ELFRelocationEntry &Second) { in areMatchingHiAndLo() argument 260 getMatchingLoType(Asm, First) == Second.Type && in areMatchingHiAndLo() 261 First.Symbol && First.Symbol == Second.Symbol; in areMatchingHiAndLo()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/ |
| HD | ArgumentsAdjusters.h | 61 ArgumentsAdjuster Second);
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaOverload.cpp | 174 Second = ICK_Identity; in setAsIdentityConversion() 195 if (GetConversionRank(Second) > Rank) in getRank() 196 Rank = GetConversionRank(Second); in getRank() 238 if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType()) in isPointerConversionToVoidPointer() 288 switch (Second) { in getNarrowingKind() 436 if (Second != ICK_Identity) { in dump() 440 OS << GetImplicitConversionName(Second); in dump() 469 if (Before.First || Before.Second || Before.Third) { in dump() 477 if (After.First || After.Second || After.Third) { in dump() 1137 ICS.Standard.Second = ICK_Derived_To_Base; in TryUserDefinedConversion() [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | StackColoring.cpp | 745 LiveInterval *Second = &*Intervals[SecondSlot]; in runOnMachineFunction() local 746 assert (!First->empty() && !Second->empty() && "Found an empty range"); in runOnMachineFunction() 749 if (!First->overlaps(*Second)) { in runOnMachineFunction() 751 First->MergeSegmentsInAsValue(*Second, First->getValNumInfo(0)); in runOnMachineFunction()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseStmt.cpp | 1632 ExprResult Second; in ParseForStatement() local 1634 ParseCXXCondition(Second, SecondVar, ForLoc, true); in ParseForStatement() 1636 Second = ParseExpression(); in ParseForStatement() 1637 if (!Second.isInvalid()) in ParseForStatement() 1638 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc, in ParseForStatement() 1639 Second.get()); in ParseForStatement() 1641 SecondPartIsInvalid = Second.isInvalid(); in ParseForStatement() 1642 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc); in ParseForStatement()
|
| /NextBSD/sys/boot/efi/include/ |
| HD | efidef.h | 91 UINT8 Second; // 0 - 59 member
|
| /NextBSD/usr.bin/calendar/calendars/ |
| HD | calendar.christian | 34 12/26 Second day of Christmas (Boxing Day)
|
| HD | calendar.judaic | 520 04/03* Second Sedar night 521 04/04* Pesach (Second Day of Passover; sabbatical) 641 09/28* Sukkos (Second day of Sukkos) 671 12/06* Chanukah (Second Day)
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CStringChecker.cpp | 186 const Expr *Second) const; 190 const Stmt *Second) const; 417 const Expr *Second) const { in CheckOverlap() 434 SVal secondVal = state->getSVal(Second, LCtx); in CheckOverlap() 451 emitOverlapBug(C, stateTrue, First, Second); in CheckOverlap() 478 std::swap(First, Second); in CheckOverlap() 517 emitOverlapBug(C, stateTrue, First, Second); in CheckOverlap() 527 const Stmt *First, const Stmt *Second) const { in emitOverlapBug() 540 report->addRange(Second->getSourceRange()); in emitOverlapBug()
|
| /NextBSD/share/dict/ |
| HD | README | 6 Welcome to web2 (Webster's Second International) all 234,936 words worth.
|
| /NextBSD/tools/test/ |
| HD | README | 19 ppsapi Test 1 Pulse Per Second (1PPS) input for time control.
|
| /NextBSD/contrib/ntp/html/scripts/ |
| HD | special.txt | 15 <li class='inline'><a href='leap.html'>Leap Second Processing</a></li>\
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Overload.h | 139 ImplicitConversionKind Second : 8; variable 222 return Second == ICK_Identity && Third == ICK_Identity; in isIdentityConversion()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/ |
| HD | README | 3 for an empty field. First field is an RE. Second field is flags. If
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTReader.h | 212 std::unique_ptr<ASTReaderListener> Second; variable 217 std::unique_ptr<ASTReaderListener> Second) in ChainedASTReaderListener() argument 218 : First(std::move(First)), Second(std::move(Second)) {} in ChainedASTReaderListener() 221 std::unique_ptr<ASTReaderListener> takeSecond() { return std::move(Second); } in takeSecond()
|
| /NextBSD/contrib/ntp/ |
| HD | README.leapsmear | 1 Leap Second Smearing with NTP 187 Using NTP's Leap Second Smearing 189 - Leap Second Smearing MUST NOT be used for public servers, e.g. servers 197 - Leap Second Smearing is NOT configured by default. The only way to get
|