Searched refs:record (Results 151 - 161 of 161) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp470 // If the record matches the base, this is the complete ctor/dtor
2104 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl()); local
2105 const CXXDestructorDecl *dtor = record->getDestructor();
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk335 # record that we've read dependfile for this
/freebsd-current/sys/security/mac_test/
H A Dmac_test.c2036 test_system_check_audit(struct ucred *cred, void *record, int length) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1481 // Function templates inside a record need to have an access specifier.
1483 // anyway allows accessing everything inside a record.
1819 // No fields, lets check this is a CXX record and check the base classes
4609 // typedef tag to attach to the original record declaration
6648 CXXRecordDecl *record =
6650 auto r = record->lookup(decl_name);
7450 // member and if it does, the tell the record decl about it
7751 if (auto *record = GetAsCXXRecordDecl(type))
7752 for (auto *method : record->methods())
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1068 // Skip this copy constructor if it is trivial, we don't need to record it
1831 const RecordType *record =
1833 if (!record) return false;
1840 S.LookupQualifiedName(ops, record->getDecl());
7819 // If this is a record type, check if its destructor is callable.
7971 // record types and dependent types matter.
8760 // If the TypoExpr hasn't been seen before, record it. Otherwise, return the
/freebsd-current/sys/sys/
H A Dsysproto.h1205 char record_l_[PADL_(const void *)]; const void * record; char record_r_[PADR_(const void *)]; member in struct:audit_args
/freebsd-current/sys/kern/
H A Dsystrace_args.c2261 uarg[a++] = (intptr_t)p->record; /* const void * */
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2119 uarg[a++] = (intptr_t)p->record; /* const void * */
/freebsd-current/contrib/bmake/
H A Dconfigure2034 # Strip out --silent because we don't want to record it for future runs.
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1705 // We can only produce a sensible answer if the record is valid.
1709 // Start with the record's overall alignment.
1712 // Use the GCD of that and the offset within the record.
1742 // chars. If the type is a record, its data size is returned. This is
7502 if (const CXXRecordDecl *record = Ty->getAsCXXRecordDecl()) {
7504 if (!copyExpr && record->hasTrivialDestructor()) return false;
/freebsd-current/contrib/file/
H A Dconfigure2196 # Strip out --silent because we don't want to record it for future runs.

Completed in 392 milliseconds

1234567