Searched refs:Second (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h377 std::unique_ptr<PPCallbacks> First, Second; member in class:clang::PPChainedCallbacks
382 : First(std::move(_First)), Second(std::move(_Second)) {}
390 Second->FileChanged(Loc, Reason, FileType, PrevFID);
396 Second->FileSkipped(SkippedFile, FilenameTok, FileType);
402 Second->FileNotFound(FileName, RecoveryPath);
414 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
422 Second->EnteredSubmodule(M, ImportLoc, ForPragma);
428 Second->LeftSubmodule(M, ImportLoc, ForPragma);
434 Second->moduleImport(ImportLoc, Path, Imported);
439 Second
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h72 /// with the \p First adjuster and then with the \p Second one.
74 ArgumentsAdjuster Second);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DItaniumManglingCanonicalizer.h67 /// Add an equivalence between \p First and \p Second. Both manglings must
70 StringRef Second);
H A DCFGDiff.h221 auto Second = makeChildRange(InsertVec, N.first); local
223 auto CR = concat<NodeRef>(First, Second);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp139 ArgumentsAdjuster Second) {
141 return Second;
142 if (!Second)
144 return [First, Second](const CommandLineArguments &Args, StringRef File) {
145 return Second(First(Args, File), File);
/freebsd-13-stable/contrib/ntp/util/
H A Dtg2.c583 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, StraightBinarySecond
[all...]
/freebsd-13-stable/stand/efi/libefi/
H A Dtime.c143 efi_time->Second = time;
165 ETime->Second > 59 || ETime->TimeZone < -1440 ||
207 UTime += ETime->Second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp88 WritableBinaryStreamRef Second = First.drop_front(Off); local
91 BinaryStreamWriter W2{Second};
H A DBinaryStreamReader.cpp174 BinaryStreamRef Second = First.drop_front(Off); local
177 BinaryStreamReader W2{Second};
H A DItaniumManglingCanonicalizer.cpp221 StringRef Second) {
276 std::tie(SecondNode, SecondIsNew) = Parse(Second);
220 addEquivalence(FragmentKind Kind, StringRef First, StringRef Second) argument
H A DJSON.cpp480 uint16_t Second; local
481 if (!Parse4Hex(Second))
484 if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) {
486 First = Second; // Second escape still needs to be processed.
490 encodeUtf8(0x10000 | ((First - 0xD800) << 10) | (Second - 0xDC00), Out);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp50 const FusionOpSet &First, const FusionOpSet &Second) :
52 OpSet2(Second) {}
49 FusionFeature(FusionKind Kind, bool HasFeature, int Index, const FusionOpSet &First, const FusionOpSet &Second) argument
H A DPPCBoolRetToInt.cpp256 auto *Second = dyn_cast<User>(Pair.second); local
257 assert((!First || Second) && "translated from user to non-user!?");
262 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]);
/freebsd-13-stable/stand/efi/include/
H A Defidef.h92 UINT8 Second; // 0 - 59 member in struct:__anon7956
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp347 // overlapping replacements from 'First' and 'Second' in mergeReplacements.
352 // whereas replacements from 'Second' refer to the text after applying 'First'.
355 // text, i.e. transforms elements from 'Second' to take into account what was
362 // * We always merge elements from 'First' into elements from 'Second' and vice
377 // from 'First' into 'Second' or vice versa, the MergedReplacement knows what
424 // Amount of characters that elements from 'Second' need to be shifted by in
448 auto &Second = ReplacesToMerge.Replaces; local
449 // Delta is the amount of characters that replacements from 'Second' need to
455 // Offset) from either 'First' or 'Second'. Merge that element with
458 for (auto FirstI = First.begin(), SecondI = Second
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.h68 void expandCheckSameRegOperand(raw_ostream &OS, int First, int Second);
H A DPredicateExpander.cpp100 int Second) {
103 << (isByRef() ? "." : "->") << "getOperand(" << Second << ").getReg()";
99 expandCheckSameRegOperand(raw_ostream &OS, int First, int Second) argument
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiBaseType.h63 /// Second: 0 - 59
73 UINT8 Second; member in struct:__anon9535
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp444 void swapGEPOperand(GetElementPtrInst *First, GetElementPtrInst *Second);
447 bool isLegalToSwapOperand(GetElementPtrInst *First, GetElementPtrInst *Second,
1327 GetElementPtrInst *Second) {
1329 Value *Offset2 = Second->getOperand(1);
1331 Second->setOperand(1, Offset1);
1344 Second->setIsInBounds(false);
1326 swapGEPOperand(GetElementPtrInst *First, GetElementPtrInst *Second) argument
H A DMergeICmps.cpp423 const BCECmpBlock &Second) {
424 return First.Lhs().BaseId == Second.Lhs().BaseId &&
425 First.Rhs().BaseId == Second.Rhs().BaseId &&
426 First.Lhs().Offset + First.SizeBits() / 8 == Second.Lhs().Offset &&
427 First.Rhs().Offset + First.SizeBits() / 8 == Second.Rhs().Offset;
422 IsContiguous(const BCECmpBlock &First, const BCECmpBlock &Second) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h263 /// Second - The second conversion can be an integral promotion,
267 ImplicitConversionKind Second : 8;
355 return Second == ICK_Identity && Third == ICK_Identity;
692 ICS.Standard.Second = ICK_Boolean_Conversion;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h234 MapTy::const_iterator Second) {
235 return Map->erase(First, Second);
233 erase(MapTy::const_iterator First, MapTy::const_iterator Second) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1277 LiveInterval *Second = &*Intervals[SecondSlot]; local
1280 assert(!First->empty() && !Second->empty() && "Found an empty range");
1285 !Second->isLiveAtIndexes(FirstS)) {
1287 First->MergeSegmentsInAsValue(*Second, First->getValNumInfo(0));
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacbuffer.h196 UINT8 Second; member in struct:acpi_grt_info
288 /* Second 32-bit dword, bits 33:63 */

Completed in 300 milliseconds

123