Home
last modified time | relevance | path

Searched defs:derived (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h45 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
59 DerivedT &derived = static_cast<DerivedT &>(*this); in Case() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h25 DerivedT &derived() { return *static_cast<DerivedT *>(this); } in derived() function
26 const DerivedT &derived() const { in derived() function
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c97 krb5_keyblock *derived; in AES_PRF() local
/freebsd/contrib/jemalloc/src/
H A Dstats.c121 OP(counter,counter_type,human,derived,base_counter) mutex_stats_init_cols() argument
148 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_global() argument
178 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_arena() argument
205 OP(counter,counter_type,human,derived,base_counter) mutex_stats_read_arena_bin() argument
239 OP(counter,type,human,derived,base_counter) mutex_stats_emit() argument
[all...]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h62 OP(counter,type,human,derived,base_counter) global() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h491 DerivedT &derived() { return static_cast<DerivedT &>(*this); } in derived() function
492 const DerivedT &derived() const { in derived() function
/freebsd/crypto/openssl/fuzz/
H A Dprovider.c435 unsigned char derived[32]; in do_evp_kdf() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc746 Derived derived; in TEST() local
1126 Derived derived; in TEST() local
2189 Derived derived; in TEST() local
2202 Derived derived; in TEST() local
2266 Derived derived; in TEST() local
2277 Derived derived; in TEST() local
2285 Derived derived; in TEST() local
H A Dgmock-actions_test.cc823 Derived derived; in TEST() local
892 Derived derived; in TEST() local
953 Derived derived; in TEST() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc113 Derived derived(0); in TEST() local
118 Derived derived(1); in TEST() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c3704 u_int32 derived; generate_nonce() local
3730 u_int derived; validate_nonce() local
/freebsd/crypto/krb5/src/include/
H A Dk5-int.h637 struct derived_key *derived; member