Home
last modified time | relevance | path

Searched refs:After (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp94 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 Dmortal_destructor.t9 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 DStandardInstrumentations.h146 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 Dundef.out_ascii12 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 DStandardInstrumentations.cpp365 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 Dif.out_ascii24 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 Dundef.out_ascii11 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 Dposition.out_markdown13 After just a block closing macro:
16 After some macro and a block closing:
23 After closing punctuation:
H A Dposition.out_ascii9 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 DWholeProgramDevirt.h103 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 Dcert.pem12 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 Desct-man.out_ascii25 After the IP macro:
33 After font macros:
/openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/
H A DREADME8 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 DPlaceSafepoints.cpp642 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 DGCNRegPressure.h122 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 DChanges2 After fixpak17 a lot of other places have mismatched lengths
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-MemoryResponse.txt22 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 DBlockFrequencyTerminology.rst67 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 Dprep27 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 DPrintPasses.h77 std::string doSystemDiff(StringRef Before, StringRef After,
/openbsd-src/etc/rpki/
H A Dafrinic.constraints467 # 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 Dhack.fix7 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 DREADME10 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 DREADME.txt12 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 Dvalue-equals.txt1 # After the initial '=', the value can contain '=' with no special meaning.

12345678910>>...20