| /freebsd/crypto/openssl/doc/man7/ |
| H A D | life_cycle-rand.pod | 24 =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 D | rand.dot | 6 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 D | life_cycle-rand.7 | 77 .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 D | commands_map.hpp | 30 /// 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 D | ASTMutationListener.h | 78 /// 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 D | DeclTemplate.h | 463 /// 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 D | ASTConsumer.h | 79 /// 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 D | buf.9 | 116 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 D | SemaTemplateInstantiateDecl.cpp | 639 // 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 D | SemaConcept.cpp | 210 // 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 D | SemaTemplateInstantiate.cpp | 100 // 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 D | zpool_list.h | 77 * 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 D | gtest-typed-test2_test.cc | 36 // instantiated in different translation units linked together. 37 // (ContainerTest is also instantiated in gtest-typed-test_test.cc.)
|
| H A D | gtest-typed-test_test.h | 38 // instantiated in different translation units linked together. 39 // ContainerTest will be instantiated in both gtest-typed-test_test.cc
|
| H A D | googletest-param-test2-test.cc | 46 // and instantiated in another. The test is defined in 52 // Tests that a parameterized test case can be instantiated
|
| H A D | gtest-typed-test_test.cc | 372 // 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 D | googletest-param-test-test.cc | 780 // 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 D | microchip,corepwm.yaml | 39 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 D | append2.sh | 68 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 D | dc_session.h | 274 * @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 D | stop_callback.h | 39 …"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 D | Template.h | 392 /// 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 D | rand_err.c | 21 "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 D | Specifiers.h | 187 /// 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 D | sanitizer_local_address_space_view.h | 17 // instantiated with the `LocalAddressSpaceView` type. This type is used to 20 // instantiated with the `RemoteAddressSpaceView` type.
|