Home
last modified time | relevance | path

Searched full:instantiated (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/freebsd-src/crypto/openssl/doc/man7/
H A Dlife_cycle-rand.pod24 =item instantiated
61 | | instantiated |
89 start newed instantiated uninstantiated freed
91 EVP_RAND_instantiate instantiated
92 EVP_RAND_generate instantiated
95 EVP_RAND_CTX_get_params newed instantiated uninstantiated freed
96 EVP_RAND_CTX_set_params newed instantiated uninstantiated freed
97 EVP_RAND_CTX_gettable_params newed instantiated uninstantiated freed
98 EVP_RAND_CTX_settable_params newed instantiated uninstantiated freed
110 <th style="border:1px solid" align="center">instantiated</th>
[all …]
/freebsd-src/crypto/openssl/doc/life-cycles/
H A Drand.dot6 instantiated [fontcolor="#c94c4c"];
11 newed -> instantiated [label="EVP_RAND_instantiate"];
12 instantiated -> instantiated [label="EVP_RAND_generate"];
13 instantiated -> uninstantiated [label="EVP_RAND_uninstantiate"];
15 …uninstantiated -> instantiated [label="EVP_RAND_instantiate", style=dashed, color="#034f84", fontc…
/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dlife_cycle-rand.7153 .IP "instantiated" 4
154 .IX Item "instantiated"
182 | | instantiated |
202 start newed instantiated uninstantiated freed
204 EVP_RAND_instantiate instantiated
205 EVP_RAND_generate instantiated
208 EVP_RAND_CTX_get_params newed instantiated uninstantiated freed
209 EVP_RAND_CTX_set_params newed instantiated uninstantiated freed
210 EVP_RAND_CTX_gettable_params newed instantiated uninstantiated freed
211 EVP_RAND_CTX_settable_params newed instantiated uninstantiated freed
/freebsd-src/contrib/kyua/utils/cmdline/
H A Dcommands_map.hpp30 /// Maintains a collection of dynamically-instantiated commands.
32 /// Commands need to be dynamically-instantiated because they are often
35 /// provided by this module provides a mechanism to maintain these instantiated
55 /// Collection of dynamically-instantiated commands.
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h78 /// instantiated.
97 /// A templated variable's definition was implicitly instantiated.
100 /// A function template's definition was instantiated.
103 /// A default argument was instantiated.
106 /// A default member initializer was instantiated.
H A DDeclTemplate.h463 /// instantiated from a function template.
488 /// first instantiated.
552 /// function has yet to be instantiated.
616 // The member declaration from which this member was instantiated, and the in getMemberSpecializationInfo()
620 // The point at which this member was first instantiated. in Profile()
633 /// instantiated.
654 /// has not yet been instantiated. in getInstantiatedFrom()
787 /// directly instantiated (or null).
872 /// instantiated, or nullptr if this template was not instantiated fro
[all...]
H A DASTConsumer.h79 /// Invoked when a function is implicitly instantiated.
81 /// instantiated at the end of the translation unit and passed to
116 // variable has been instantiated. in HandleCXXStaticMemberVarInstantiation()
/freebsd-src/share/man/man9/
H A Dbuf.987 instantiated and even bp->b_pages array instantiated despite having unmapped
111 The kernel uses an instantiated VM buffer (i.e., struct buf) to place-mark pages
131 instantiated VM Buffers (struct buf's) prevent their underlying pages in the
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp639 // needs to happen when the kernel itself is instantiated. We need to run the in isRelevantAttr()
649 /// been instantiated yet. in isRelevantAttr()
875 // Late parsed attributes must be instantiated and attached after the in updateAttrsForLateParsedTemplate()
876 // enclosing class has been instantiated. See Sema::InstantiateClass.
942 llvm_unreachable("Translation units cannot be instantiated");
946 llvm_unreachable("HLSL buffer declarations cannot be instantiated"); in VisitUnnamedGlobalConstantDecl()
951 llvm_unreachable("pragma comment cannot be instantiated"); in VisitTemplateParamObjectDecl()
956 llvm_unreachable("pragma comment cannot be instantiated"); in VisitLabelDecl()
961 llvm_unreachable("extern \"C\" context cannot be instantiated");
965 llvm_unreachable("GUID declaration cannot be instantiated");
1892 FunctionDecl *Instantiated = nullptr; VisitFunctionTemplateDecl() local
[all...]
H A DSemaTemplateInstantiate.cpp100 // Cases where the lambda operator is instantiated in in HandleVarTemplateSpec()
188 // If this variable template specialization was instantiated from a in HandleFunction()
252 // If this class template specialization was instantiated from a in HandleFunctionTemplateDecl()
258 // If this was instantiated from a partial template specialization, we need in HandleRecordDecl()
299 // If this function was instantiated from a specialized member that is in HandleImplicitConceptSpecializationDecl()
313 "Outer template not instantiated?");
390 "Outer template not instantiated?"); in getTemplateInstantiationArgs()
436 // The instantiated lambda expression (which we're visiting at 'var') in isInstantiationRecord()
1367 /// Returns the location of the entity being instantiated, if known.
1370 /// Returns the name of the entity being instantiated, i
[all...]
/freebsd-src/cddl/usr.sbin/zfsd/
H A Dzpool_list.h77 * instantiated ZpoolList.
84 * to be included in the instantiated ZpoolList.
91 * to be included in the instantiated ZpoolList.
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest-typed-test2_test.cc36 // instantiated in different translation units linked together.
37 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
H A Dgtest-typed-test_test.h38 // instantiated in different translation units linked together.
39 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
H A Dgoogletest-param-test2-test.cc46 // and instantiated in another. The test is defined in
52 // Tests that a parameterized test case can be instantiated
H A Dgtest-typed-test_test.cc372 // instantiated more than once in the same translation unit.
376 // instantiated in different translation units linked together.
377 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
382 // instantiated in a namespace.
H A Dgoogletest-param-test-test.cc780 // unit and instantiated in another. This test will be instantiated in
787 // Tests that a parameterized test case can be instantiated with multiple
794 // Tests that a parameterized test case can be instantiated
795 // in multiple translation units. This test will be instantiated
832 // defined with TEST_P(TestSuiteName, TestName) and instantiated with
1127 // Never used not instantiated, this should work.
1131 // Never used not instantiated, this should work.
1136 // Used but not instantiated, this would fail. but...
1147 // Used but not instantiated, this would fail. but...
/freebsd-src/tests/sys/geom/class/concat/
H A Dappend2.sh68 echo "ok - concat device was instantiated"
70 echo "not ok - concat device was instantiated"
/freebsd-src/sys/contrib/device-tree/Bindings/pwm/
H A Dmicrochip,corepwm.yaml39 Depending on how the IP is instantiated, there are two modes of operation.
44 FPGA. If the IP core is instantiated with SHADOW_REG_ENx=1, both registers that
/freebsd-src/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h274 * @param[in,out] pSessionData Pointer to a user instantiated structure
303 * @param[in] pSessionData Pointer to a user instantiated structure
356 * @param[in] pSessionData Pointer to a user instantiated structure
378 * @param[in] pSessionData Pointer to a user instantiated
400 * @param[in] pSessionData Pointer to a user instantiated
/freebsd-src/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_callback.h39 "Mandates: stop_callback is instantiated with an argument for the template parameter Callback that "
42 "Mandates: stop_callback is instantiated with an argument for the template parameter Callback that "
/freebsd-src/crypto/openssl/crypto/rand/
H A Drand_err.c21 "already instantiated"},
57 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_INSTANTIATED), "not instantiated"},
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h392 /// instantiated ParmVarDecl for 'x'.
395 /// set of instantiated parameters. This is stored as a DeclArgumentPack
513 /// to which the declaration \c D is instantiated, if found. Otherwise,
571 /// specializations that will need to be instantiated after the
578 /// specializations that will need to be instantiated after the
646 // Enable late instantiation of attributes. Late instantiated attributes
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_local_address_space_view.h17 // instantiated with the `LocalAddressSpaceView` type. This type is used to
20 // instantiated with the `RemoteAddressSpaceView` type.
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h187 /// has not yet been declared, defined, or instantiated.
189 /// This template specialization was implicitly instantiated from a
196 /// This template specialization was instantiated from a template
200 /// This template specialization was instantiated from a template
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dda9055.txt6 so the device is instantiated separately from the PMIC (MFD) device.

12345678910>>...14