Home
last modified time | relevance | path

Searched defs:derived (Results 1 – 15 of 15) 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/crypto/heimdal/lib/krb5/
H A Dcrypto-aes.c97 krb5_keyblock *derived; in AES_PRF() 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/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenClass.cpp133 mlir::Location loc, Address thisAddr, const CXXRecordDecl *derived, in getAddressOfDirectBaseInCompleteClass()
396 Address value, const CXXRecordDecl *derived, in getAddressOfBaseClass()
H A DCIRGenExpr.cpp104 const CXXRecordDecl *derived = in emitPointerWithAlignment() 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.h587 DerivedT &derived() { return static_cast<DerivedT &>(*this); } in derived() function
588 const DerivedT &derived() const { in derived() function
/freebsd/crypto/openssl/fuzz/
H A Dprovider.c437 unsigned char derived[32]; in do_evp_kdf() local
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc802 Derived derived; in TEST() local
1182 Derived derived; in TEST() local
2245 Derived derived; in TEST() local
2258 Derived derived; in TEST() local
2322 Derived derived; in TEST() local
2333 Derived derived; in TEST() local
2341 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/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp179 void visitAllProperties(HasProperties derived, const NodeInfo &derivedInfo, in visitAllProperties()
/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