| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 94 DeclarationFragments &After) { in getFragmentsForNNS() argument 97 Fragments.append(getFragmentsForNNS(NNS->getPrefix(), Context, After)); in getFragmentsForNNS() 145 Fragments.append(getFragmentsForType(T, Context, After)); in getFragmentsForNNS() 157 const Type *T, ASTContext &Context, DeclarationFragments &After) { in getFragmentsForType() argument 169 .append(getFragmentsForType(T->getPointeeType(), Context, After)) in getFragmentsForType() 178 getFragmentsForType(LRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType() 186 getFragmentsForType(RRT->getPointeeTypeAsWritten(), Context, After)) in getFragmentsForType() 197 After.append("[", DeclarationFragments::FragmentKind::Text); in getFragmentsForType() 217 After.append(Size, DeclarationFragments::FragmentKind::NumberLiteral); in getFragmentsForType() 220 After.append("]", DeclarationFragments::FragmentKind::Text); in getFragmentsForType() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | mortal_destructor.t | 9 warn "After test_mortal_destructor_sv\n"; 13 warn "After test_mortal_destructor_av\n"; 17 warn "After test_mortal_destructor_x\n"; 23 After test_mortal_destructor_sv 26 After test_mortal_destructor_av 29 After test_mortal_destructor_x
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 146 const CFG &After); 203 const IRUnitT &Before, const IRUnitT &After, 261 const std::string &Before, const std::string &After, 287 const std::string &Before, const std::string &After, 339 const OrderedChangedData &After, 375 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer() argument 376 : Before(Before), After(After) {} in IRComparer() 384 const FuncDataT<T> &Before, const FuncDataT<T> &After)> 395 const IRDataT<T> &After; variable 420 const IRDataT<EmptyData> &After, Any) override; [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/string/ |
| H A D | undef.out_ascii | 12 After redefining it to "newval", it is of course still defined. 14 After removing the definition, it is now undefined. 21 After defining it as: neweffect it is of course still defined. 23 After removing the definition, it is now undefined. 28 After renaming it, the new name is defined, and wwoorrkkss.
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 365 T After; in handleIRAfterPass() local 366 generateIRRepresentation(IR, PassID, After); in handleIRAfterPass() 369 if (Before == After) { in handleIRAfterPass() 373 handleAfter(PassID, Name, Before, After, IR); in handleIRAfterPass() 462 const std::string &After, Any) { in handleAfter() argument 470 if (After.empty()) { in handleAfter() 475 Out << "*** IR Dump After " << PassID << " on " << Name << " ***\n" << After; in handleAfter() 525 const std::string &After, Any) { in handleAfter() argument 526 handleIR(After, PassID); in handleAfter() 531 const OrderedChangedData &Before, const OrderedChangedData &After, in report() argument [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
| H A D | if.out_ascii | 24 Outer true condition. After conditional. 25 Outer true condition. After conditional. 26 Outer true condition. Inner true condition. After conditional. 27 Outer true condition. After conditional.
|
| /openbsd-src/regress/usr.bin/mandoc/roff/nr/ |
| H A D | undef.out_ascii | 11 After interpolating it, is is now defined. 13 After defining it to 1, it is of course still defined. 15 After removing it, it is again undefined.
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Ns/ |
| H A D | position.out_markdown | 13 After just a block closing macro: 16 After some macro and a block closing: 23 After closing punctuation:
|
| H A D | position.out_ascii | 9 After just a block closing macro: [before][after] 11 After some macro and a block closing: [before still before][after] 15 After closing punctuation: [before]:[after]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/lib/libcrypto/ |
| H A D | cert.pem | 12 Not After : May 5 15:22:07 2036 GMT 75 Not After : Dec 31 09:37:37 2030 GMT 161 Not After : Aug 30 10:00:38 2039 GMT 220 Not After : Sep 22 11:22:02 2030 GMT 278 Not After : Dec 31 14:06:06 2030 GMT 317 Not After : Dec 31 14:08:24 2030 GMT 356 Not After : Dec 31 14:10:36 2040 GMT 406 Not After : Dec 31 14:20:24 2040 GMT 442 Not After : Apr 26 08:57:56 2044 GMT 501 Not After [all...] |
| /openbsd-src/regress/usr.bin/mandoc/char/space/ |
| H A D | esct-man.out_ascii | 25 After the IP macro: 33 After font macros:
|
| /openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
| H A D | README | 8 After Configure has been run the Makefile.PL will generate a Makefile 12 After that the processing is the same as any other module. 43 After the initial implementation of a new DynaLoader dl_*.xs file you
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 642 BasicBlock::iterator Before(PollCall), After(PollCall); in INITIALIZE_PASS_DEPENDENCY() local 649 After++; in INITIALIZE_PASS_DEPENDENCY() 650 assert(After != OrigBB->end() && "must have successor"); in INITIALIZE_PASS_DEPENDENCY() 670 assert(isPotentiallyReachable(&*Start, &*After) && in INITIALIZE_PASS_DEPENDENCY() 673 scanInlinedCode(&*Start, &*After, Calls, BBs); in INITIALIZE_PASS_DEPENDENCY()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.h | 122 bool After); 210 getLiveRegMap(Range &&R, bool After, LiveIntervals &LIS) { in getLiveRegMap() argument 216 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex()); in getLiveRegMap()
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/ |
| H A D | Changes | 2 After fixpak17 a lot of other places have mismatched lengths
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-13-Reference-MemoryResponse.txt | 22 too high-level. After we get some initial performance results, we may have 27 > After thinking about it, this model has two problems:
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | BlockFrequencyTerminology.rst | 67 bottom-up, ignoring backedges; i.e., as a DAG. After each loop is processed, 79 After mass is fully distributed, in any cut of the DAG that separates the exit 99 After analysing the complete series of DAGs, each block has a mass (local to
|
| /openbsd-src/distrib/notes/hppa/ |
| H A D | prep | 27 it from the OpenBSD boot loader. After booting OpenBSD in interactive 43 After changing the console path, the machine has to be power cycled
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | PrintPasses.h | 77 std::string doSystemDiff(StringRef Before, StringRef After,
|
| /openbsd-src/etc/rpki/ |
| H A D | afrinic.constraints | 467 # Not Before: Mar 30 14:17:08 2020 GMT / Not After : Mar 30 00:00:00 2025 GMT 473 # Not Before: Mar 30 14:17:12 2020 GMT / Not After : Mar 30 00:00:00 2025 GMT 582 # Not Before: Mar 30 14:17:09 2020 GMT / Not After : Mar 30 00:00:00 2025 GMT
|
| /openbsd-src/games/hack/ |
| H A D | hack.fix | 7 The crashes occurred in the onbill-routine. After investigating the core 16 2. After leaving the shop being followed by the shopkeeper
|
| /openbsd-src/regress/sys/netinet/pmtu/ |
| H A D | README | 10 After the three-way handshake REMOTE fills the virtual TCP receive 24 After removing the gateway route of the PMTU route on REMOTE, the
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | README.txt | 12 After configuring libc++ with these options the make rule `docs-libcxx-html`
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-define/ |
| H A D | value-equals.txt | 1 # After the initial '=', the value can contain '=' with no special meaning.
|