Home
last modified time | relevance | path

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

12345678910>>...15

/freebsd/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/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/secure/lib/libcrypto/man/man7/
H A Dlife_cycle-rand.777 .IP instantiated 4
78 .IX Item "instantiated"
106 | | instantiated |
126 start newed instantiated uninstantiated freed
128 EVP_RAND_instantiate instantiated
129 EVP_RAND_generate instantiated
132 EVP_RAND_CTX_get_params newed instantiated uninstantiated freed
133 EVP_RAND_CTX_set_params newed instantiated uninstantiated freed
134 EVP_RAND_CTX_gettable_params newed instantiated uninstantiated freed
135 EVP_RAND_CTX_settable_params newed instantiated uninstantiated freed
/freebsd/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/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
620 // The point at which this member was first instantiated.
633 /// instantiated.
654 /// has not yet been instantiated.
787 /// directly instantiated (or null).
872 /// instantiated, or nullptr if this template was not instantiated from a
875 /// A template is instantiated from a member template when the member
[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.
/freebsd/share/man/man9/
H A Dbuf.9116 instantiated and even
118 array instantiated despite having unmapped
148 The kernel uses an instantiated VM buffer (i.e.,
176 instantiated VM Buffers
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp639 // needs to happen when the kernel itself is instantiated. We need to run the
649 /// been instantiated yet.
875 // Late parsed attributes must be instantiated and attached after the in InstantiateAttrs()
876 // enclosing class has been instantiated. See Sema::InstantiateClass. in InstantiateAttrs()
942 llvm_unreachable("Translation units cannot be instantiated"); in VisitTranslationUnitDecl()
946 llvm_unreachable("HLSL buffer declarations cannot be instantiated"); in VisitHLSLBufferDecl()
951 llvm_unreachable("pragma comment cannot be instantiated"); in VisitPragmaCommentDecl()
956 llvm_unreachable("pragma comment cannot be instantiated"); in VisitPragmaDetectMismatchDecl()
961 llvm_unreachable("extern \"C\" context cannot be instantiated"); in VisitExternCContextDecl()
965 llvm_unreachable("GUID declaration cannot be instantiated"); in VisitMSGuidDecl()
[all …]
H A DSemaConcept.cpp210 // LHS is instantiated while RHS is not. Skip creating invalid BinaryOp. in calculateConstraintSatisfaction()
220 // LHS is instantiated while RHS is not. Skip creating invalid BinaryOp. in calculateConstraintSatisfaction()
714 unsigned Instantiated = 0; in addInstantiatedCapturesToScope() local
725 Instantiated++; in addInstantiatedCapturesToScope()
730 AddSingleCapture(CapturedPattern, Instantiated++); in addInstantiatedCapturesToScope()
738 AddSingleCapture(CapturedPattern, Instantiated++); in addInstantiatedCapturesToScope()
759 // 'instantiated' parameters and adds it to the context. For the case where in SetupConstraintScope()
760 // this function is a template being instantiated NOW, we also need to add in SetupConstraintScope()
773 // We walk up the instantiated template chain so that nested lambdas get in SetupConstraintScope()
775 // We should only collect instantiated parameters from the primary template. in SetupConstraintScope()
[all …]
H A DSemaTemplateInstantiate.cpp100 // Cases where the lambda operator is instantiated in in getPrimaryTemplateOfGenericLambda()
188 // If this variable template specialization was instantiated from a in HandleVarTemplateSpec()
252 // If this class template specialization was instantiated from a in HandleClassTemplateSpec()
258 // If this was instantiated from a partial template specialization, we need in HandleClassTemplateSpec()
300 // If this function was instantiated from a specialized member that is in HandleFunction()
315 "Outer template not instantiated?"); in HandleFunction()
392 "Outer template not instantiated?"); in HandleRecordDecl()
438 // The instantiated lambda expression (which we're visiting at 'var') in HandleRecordDecl()
1370 /// Returns the location of the entity being instantiated, if known.
1373 /// Returns the name of the entity being instantiated, if any.
[all …]
/freebsd/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/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/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/tests/sys/geom/class/concat/
H A Dappend2.sh68 echo "ok - concat device was instantiated"
70 echo "not ok - concat device was instantiated"
/freebsd/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/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/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/crypto/openssl/crypto/rand/
H A Drand_err.c21 "already instantiated"},
59 {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_NOT_INSTANTIATED), "not instantiated"},
/freebsd/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/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.

12345678910>>...15