| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| PPCallbacks.h | 377 std::unique_ptr<PPCallbacks> First, Second; 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->EndOfMainFile() [all...] |
| /src/sys/arch/ia64/stand/ia64/ski/ |
| time.c | 64 int Second; 120 ETime->Second > 59 ) { 159 UTime += ETime->Second;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| ArgumentsAdjusters.h | 72 /// with the \p First adjuster and then with the \p Second one. 74 ArgumentsAdjuster Second);
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| PPCallbacks.cpp | 28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| ItaniumManglingCanonicalizer.h | 54 /// The second equivalent mangling is invalid. 67 /// Add an equivalence between \p First and \p Second. Both manglings must 70 StringRef Second);
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| ArgumentsAdjusters.cpp | 158 ArgumentsAdjuster Second) { 160 return Second; 161 if (!Second) 163 return [First, Second](const CommandLineArguments &Args, StringRef File) { 164 return Second(First(Args, File), File);
|
| /src/sys/arch/i386/stand/efiboot/ |
| efigetsecs.c | 47 r += ((t.Hour * 60) + t.Minute) * 60 + t.Second;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| segmented_array_test.cc | 16 s64 Second; 19 TestData(s64 F, s64 S) : First(F), Second(S) {} 23 *OS << "{ " << D.First << ", " << D.Second << " }"; 49 ASSERT_EQ(data[0].Second, 1); 63 ASSERT_EQ(data[I].Second, I + 1); 73 ASSERT_EQ(data[0].Second, 1); 105 ASSERT_EQ(D0.Second, 1); 119 ASSERT_EQ(D0.Second, 1); 126 ASSERT_EQ(I0->Second, 1); 145 ASSERT_EQ(Back.Second, 1) [all...] |
| allocator_test.cc | 23 s64 Second;
|
| /src/sys/arch/ia64/stand/efi/libefi/ |
| time.c | 107 ETime->Second > 59 || 148 UTime += ETime->Second;
|
| /src/external/bsd/ntp/dist/util/ |
| tg2.c | 19 * a leap second in UTC. Note however, the ultimate accuracy is limited 37 * behavior at the next leap second epoch. The remaining options are 114 * - Corrected WWV(H) signal to leave "tick" sound off of 29th and 59th second of minute. 178 * - Added leap second pending and DST change pending into IEEE 1344. 183 * - Added leap second addition and deletion. 240 #define SECOND (8000) /* one second of 125-us samples */ 308 * Decoder operations at the end of each second are driven by a state 310 * by second number. Each entry in the table contains a case switch 403 * IRIG format frames (1000 Hz, 1 second for 10 frames of data [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| BinaryStreamWriter.cpp | 88 WritableBinaryStreamRef Second = First.drop_front(Off); 91 BinaryStreamWriter W2{Second};
|
| BinaryStreamReader.cpp | 174 BinaryStreamRef Second = First.drop_front(Off); 177 BinaryStreamReader W2{Second};
|
| ItaniumManglingCanonicalizer.cpp | 144 if (Result.second) { 221 StringRef Second) { 276 std::tie(SecondNode, SecondIsNew) = Parse(Second);
|
| JSON.cpp | 30 return &I->second; 36 return &I->second; 88 if (R == RHS.end() || L.second != R->second) 292 abbreviate(KV->second, JOS); 333 Recurse(KV->second, Path.drop_back(), Recurse); 335 abbreviate(KV->second, JOS); 637 uint16_t Second; 638 if (!Parse4Hex(Second)) 641 if (LLVM_UNLIKELY(Second < 0xDC00 || Second >= 0xE000)) [all...] |
| /src/sys/stand/efiboot/ |
| efigetsecs.c | 51 r += ((t.Hour * 60) + t.Minute) * 60 + t.Second;
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| RangeConstraintManager.cpp | 323 const_iterator First = LHS.begin(), Second = RHS.begin(), 326 const auto SwapIterators = [&First, &FirstEnd, &Second, &SecondEnd]() { 327 std::swap(First, Second); 334 while (First != FirstEnd && Second != SecondEnd) { 338 // --------[ Second -----------------> 339 if (Second->From() < First->From()) 347 // ---------------[ Second ]---------> 350 if (Second->From() > First->To()) { 363 // -------[ Second ------------------> 365 // Additionally, it definitely starts with Second->From() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCMacroFusion.cpp | 41 // The dependent operand index in the second op(load). And the negative means 46 // The second fusion op set. 50 const FusionOpSet &First, const FusionOpSet &Second) : 52 OpSet2(Second) {}
|
| PPCBoolRetToInt.cpp | 84 if (Defs.insert(Op).second) 255 auto *Second = dyn_cast<User>(Pair.second); 256 assert((!First || Second) && "translated from user to non-user!?"); 261 Second->setOperand(i, BoolToIntMap[First->getOperand(i)]);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efidef.h | 87 UINT8 Second; // 0 - 59
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Core/ |
| Replacement.cpp | 127 this->ReplacementRange = Range(DecomposedLocation.second, Length); 143 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources, LangOpts); 144 return End.second - Start.second; 347 // 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 415 // Returns 'true' if an element from the second set should be merged next [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| PredicateExpander.h | 68 void expandCheckSameRegOperand(raw_ostream &OS, int First, int Second);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| SeparateConstOffsetFromGEP.cpp | 459 void swapGEPOperand(GetElementPtrInst *First, GetElementPtrInst *Second); 462 bool isLegalToSwapOperand(GetElementPtrInst *First, GetElementPtrInst *Second, 1189 auto &Candidates = Pos->second; 1312 // Check if the second operand of first GEP has constant coefficient. 1314 // hoisting the second GEP out because the second GEP can be folded away. 1350 GetElementPtrInst *Second) { 1352 Value *Offset2 = Second->getOperand(1); 1354 Second->setOperand(1, Offset1); 1367 Second->setIsInBounds(false) [all...] |
| MergeICmps.cpp | 129 if (Insertion.second) 131 return Insertion.first->second; 423 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;
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Overload.h | 266 /// Second - The second conversion can be an integral promotion, 270 ImplicitConversionKind Second : 8; 358 return Second == ICK_Identity && Third == ICK_Identity; 695 ICS.Standard.Second = ICK_Boolean_Conversion; 1072 return Functions.insert(Key).second;
|