Home
last modified time | relevance | path

Searched defs:Construction (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlclass.pod207 =head2 Construction global() section in OBJECT LIFECYCLE
/openbsd-src/gnu/llvm/llvm/docs/
H A DCodeGenerator.rst901 .. _legalize types:
902 .. _Legalize SelectionDAG Types:
903 .. _Legalize SelectionDAG Ops:
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dallocator_test.cpp25 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); } in TEST() argument