/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 211 DeclarationFragments &After) { in getFragmentsForNNS() argument 214 Fragments.append(getFragmentsForNNS(NNS->getPrefix(), Context, After)); in getFragmentsForNNS() 262 Fragments.append(getFragmentsForType(T, Context, After)); in getFragmentsForNNS() 274 const Type *T, ASTContext &Context, DeclarationFragments &After) { in getFragmentsForType() argument 292 Fragments.append(getFragmentsForNNS(NNS, Context, After)); in getFragmentsForType() 296 return Fragments.append(getFragmentsForType(ET->desugar(), Context, After)); in getFragmentsForType() 323 .append(getFragmentsForType(T->getPointeeType(), Context, After)) in getFragmentsForType() 331 Fragments.append(getFragmentsForType(T->getPointeeType(), Context, After)); in getFragmentsForType() 347 getFragmentsForType(LRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType() 355 getFragmentsForType(RRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType() [all …]
|
/freebsd/sys/contrib/openzfs/etc/systemd/system/ |
H A D | zfs-import-cache.service.in | 6 After=systemd-udev-settle.service key 7 After=cryptsetup.target key 8 After=multipathd.service key 9 After=systemd-remount-fs.service key
|
H A D | zfs-import-scan.service.in | 6 After=systemd-udev-settle.service key 7 After=cryptsetup.target key 8 After=multipathd.service key
|
H A D | zfs-mount.service.in | 5 After=systemd-udev-settle.service key 6 After=zfs-import.target key 7 After=systemd-remount-fs.service key
|
H A D | zfs-volume-wait.service.in | 4 After=systemd-udev-settle.service key 5 After=zfs-import.target key
|
H A D | zfs-share.service.in | 5 After=smb.service key 8 After=zfs-mount.service key
|
H A D | zfs-volumes.target.in | 3 After=zfs-volume-wait.service key
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 169 const CFG &After); 225 const IRUnitT &Before, const IRUnitT &After, 283 const std::string &Before, const std::string &After, 309 const std::string &Before, const std::string &After, 366 const OrderedChangedData &After, 403 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer() argument 404 : Before(Before), After(After) {} in IRComparer() 412 const FuncDataT<T> &Before, const FuncDataT<T> &After)> 424 const IRDataT<T> &After; variable 449 const IRDataT<EmptyData> &After, Any) override; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 425 T After; in handleIRAfterPass() local 426 generateIRRepresentation(IR, PassID, After); in handleIRAfterPass() 429 if (Before == After) { in handleIRAfterPass() 433 handleAfter(PassID, Name, Before, After, IR); in handleIRAfterPass() 522 const std::string &After, Any) { in handleAfter() argument 530 if (After.empty()) { in handleAfter() 535 Out << "*** IR Dump After " << PassID << " on " << Name << " ***\n" << After; in handleAfter() 585 const std::string &After, Any) { in handleAfter() argument 586 handleIR(After, PassID); in handleAfter() 591 const OrderedChangedData &Before, const OrderedChangedData &After, in report() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 193 CFGEltCallback<AnalysisT> After; member 209 DiagnosisCallback<AnalysisT, Diagnostic> After; member 252 if (PostAnalysisCallbacks.After) { 253 TypeErasedCallbacks.After = 260 PostAnalysisCallbacks.After( 366 if (Diagnoser.After) { 367 PostAnalysisCallbacks.After = 371 auto EltDiagnostics = Diagnoser.After(
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-for.mk | 68 . warning After the .for loop, var must still have its original value. 71 . warning After the .for loop, var2 must still have its original value. 82 . warning After the .for loop, var must still have its original value. 85 . warning After the .for loop, var2 must still have its original value.
|
H A D | directive-else.mk | 39 . info After an extra .else, everything is skipped.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 103 AccumBitVector After; member 166 return minAfterBytes() + TM->Bits->After.Bytes.size(); in allocatedAfterBytes() 178 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal); in setAfterBit() 196 TM->Bits->After.setBE(Pos - 8 * minAfterBytes(), RetVal, Size); in setAfterBytes() 198 TM->Bits->After.setLE(Pos - 8 * minAfterBytes(), RetVal, Size); in setAfterBytes()
|
/freebsd/sys/contrib/openzfs/contrib/dracut/90zfs/ |
H A D | zfs-env-bootfs.service.in | 4 After=zfs-import-cache.service key 5 After=zfs-import-scan.service key
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 972 TypedExpectation& After(const ExpectationSet& s) { in After() function 984 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() function 985 return After(s1).After(s2); in After() 987 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 989 return After(s1, s2).After(s3); in After() 991 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 993 return After(s1, s2, s3).After(s4); in After() 995 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() function 998 return After(s1, s2, s3, s4).After(s5); in After()
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | gpio-restart.txt | 14 reset. After a delay specified by active-delay, the GPIO is set to 16 triggered reset. After a delay specified by inactive-delay, the GPIO 17 is driven active again. After a delay specified by wait-delay, the
|
H A D | gpio-poweroff.txt | 12 triggering positive edge triggered power off. After a delay of 100ms, 14 triggering negative edge triggered power off. After another 100ms
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 457 DeclarationFragments &After); 465 DeclarationFragments ReturnType, After; in getFunctionSignature() local 467 Function->getASTContext(), After); in getFunctionSignature() 474 ReturnType.append(std::move(After)); in getFunctionSignature()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-spec-builders_test.cc | 378 EXPECT_CALL(a, DoA(2)).After(e).InSequence(s); in TEST() 403 { EXPECT_CALL(a, DoA(2)).WillOnce(Return()).After(e); }, in TEST() 1402 Expectation e6 = EXPECT_CALL(a, DoA(6)).After(e2); in TEST() 1533 EXPECT_CALL(a, DoA(3)).After(es); in TEST() 1546 const Expectation e2 = EXPECT_CALL(b, DoB()).Times(2).After(e1); in TEST() 1547 EXPECT_CALL(a, DoA(2)).After(e2); in TEST() 1563 Expectation e2 = EXPECT_CALL(b, DoB()).After(e1); in TEST() 1564 EXPECT_CALL(a, DoA(2)).After(e2); in TEST() 1583 Expectation e2 = EXPECT_CALL(b, DoB()).Times(2).After(e1); in TEST() 1584 EXPECT_CALL(a, DoA(2)).After(e2); in TEST() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 644 BasicBlock::iterator Before(PollCall), After(PollCall); in InsertSafepointPoll() local 651 After++; in InsertSafepointPoll() 652 assert(After != OrigBB->end() && "must have successor"); in InsertSafepointPoll() 672 assert(isPotentiallyReachable(&*Start, &*After) && in InsertSafepointPoll() 675 scanInlinedCode(&*Start, &*After, Calls, BBs); in InsertSafepointPoll()
|
/freebsd/tools/regression/iscsi/ |
H A D | initiator-instructions.txt | 28 After that, install iozone and postmark from source; they are not 43 After that, install bonnie++, iozone, and postmark from source; download sites:
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | mocking.md | 83 .After(expectations...) // Can be used any number of times 180 #### After {#EXPECT_CALL.After} 182 `.After(`*`expectations...`*`)` 201 .After(init_x, init_y); 216 .After(all_inits); // Expect Describe() call after all InitElement() calls 219 The `After` clause can be used any number of times on an expectation. 571 [`After`](#EXPECT_CALL.After) clause of `EXPECT_CALL`. 588 [`After`](#EXPECT_CALL.After) clause of `EXPECT_CALL`.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegPressure.h | 160 bool After); 280 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { in getLiveRegMap() argument 286 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex()); in getLiveRegMap()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 416 PostAnalysisCallbacks.After != nullptr); 438 if (PostAnalysisCallbacks.After) { 439 PostAnalysisCallbacks.After(Element, State); 558 if (PostAnalysisCallbacks.Before || PostAnalysisCallbacks.After) { in runTypeErasedDataflowAnalysis()
|
/freebsd/contrib/wpa/wpa_supplicant/systemd/ |
H A D | wpa_supplicant.service.in | 4 After=dbus.service key
|