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

1234567

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Dmodsi3.S59 mov %o0,%g3 ! record sign of result in sign of %g3
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h176 // InlineSite contains information in a S_INLINESITE record.
220 const llvm::codeview::TagRecord &record,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp420 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); local
423 if (!record->hasTrivialDestructor()) return false;
424 if (record->hasNonTrivialCopyConstructor()) return false;
428 return !record->hasMutableFields();
622 if (const CXXRecordDecl *record = VT->getAsCXXRecordDecl())
623 if (CI.hasCopyExpr() || !record->hasTrivialDestructor()) {
625 if (!record->isExternallyVisible())
2460 if (const CXXRecordDecl *record = type->getAsCXXRecordDecl()) {
2463 if (!copyExpr && record->hasTrivialDestructor()) return nullptr;
H A DCGExprAgg.cpp262 // Only record types have members that might require garbage collection.
1680 RecordDecl *record = ExprToVisit->getType()->castAs<RecordType>()->getDecl(); local
1697 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(record)) {
1725 if (record->isUnion()) {
1734 for (const auto *Field : record->fields())
1757 for (const auto *field : record->fields()) {
H A DCGExprConstant.cpp2265 const RecordDecl *record,
2267 const CGRecordLayout &layout = CGM.getTypes().getCGRecordLayout(record);
2275 auto CXXR = dyn_cast<CXXRecordDecl>(record);
2301 for (const auto *Field : record->fields()) {
2310 if (record->isUnion()) {
2264 EmitNullConstant(CodeGenModule &CGM, const RecordDecl *record, bool asCompleteObject) argument
H A DCGDebugInfo.cpp1163 // add the flag if a record has no definition because we don't know whether
1751 const RecordDecl *record, llvm::DIFile *tunit,
1754 const auto *CXXDecl = dyn_cast<CXXRecordDecl>(record);
1759 const ASTRecordLayout &layout = CGM.getContext().getASTRecordLayout(record);
1766 for (const auto *I : record->decls())
1787 auto Field = CreateRecordStaticField(V, RecordTy, record);
1792 elements, RecordTy, record);
1805 nestedType->getDeclContext() == record)
2716 // Get overall information about the record type for the debug info.
2833 // Get overall information about the record typ
1750 CollectRecordFields( const RecordDecl *record, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DICompositeType *RecordTy) argument
[all...]
H A DCGObjCMac.cpp2394 if (const RecordType *record = type->getAs<RecordType>()) {
2395 visitRecord(record, fieldOffset);
2913 if (const RecordType *record = type->getAs<RecordType>()) {
2914 BuildRCBlockVarRecordLayout(record, fieldOffset, hasUnion);
2947 if (const RecordType *record = T->getAs<RecordType>()) {
2948 BuildRCBlockVarRecordLayout(record, fieldOffset, hasUnion, true /*ByrefLayout */);
5333 // Recurse if the base element type is a record type.
/freebsd-current/contrib/ldns/packaging/fedora/
H A Dldns.spec144 - Applied fix svn 3186 for LOC record parsing
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp876 if (auto *record = dyn_cast_or_null<RecordDecl>(D))
877 return !record->isUnion();
/freebsd-current/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h517 struct ib_event *record);
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h930 SExpr *record() { return Rec; } function in class:clang::threadSafety::Project
931 const SExpr *record() const { return Rec; } function in class:clang::threadSafety::Project
961 typename C::CType Ct = Cmp.compare(record(), E->record());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp243 void record(Value *V);
363 record(Root);
367 void Simplifier::Context::record(Value *V) { function in class:Simplifier::Context
553 C.record(W);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DWriter.cpp101 for (const std::pair<COFF::DebugType, Chunk *>& record : records) {
102 Chunk *c = record.second;
105 fillEntry(d, record.first, c->getSize(), c->getRVA(), offs);
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql165 -- for the tests, we must record these values unconditionally instead of relying
/freebsd-current/secure/lib/libcrypto/modules/fips/
H A DMakefile296 SRCS+= record/tls_pad.c s3_cbc.c
/freebsd-current/sys/security/mac/
H A Dmac_framework.h427 int mac_system_check_audit(struct ucred *cred, void *record, int length);
H A Dmac_policy.h488 typedef int (*mpo_system_check_audit_t)(struct ucred *cred, void *record,
/freebsd-current/sys/security/audit/
H A Daudit_syscalls.c58 * System call to allow a user space application to submit a BSM audit record
60 * verification on the audit record that is submitted.
86 * If there's no current audit record (audit() itself not audited)
87 * commit the user audit record.
92 * complete kernel audit record just so the user record can
110 error = copyin(uap->record, rec, uap->length);
114 /* Verify the record. */
127 * Attach the user audit record to the kernel audit record
[all...]
/freebsd-current/lib/libomp/
H A Domp-tools.h1399 } record; member in struct:ompt_record_ompt_t
/freebsd-current/contrib/one-true-awk/
H A Drun.c197 while (getrec(&record, &recsize, true) > 0) {
448 n = getrec(&record, &recsize, true);
/freebsd-current/sys/security/mac_stub/
H A Dmac_stub.c1126 stub_system_check_audit(struct ucred *cred, void *record, int length) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp59 // The value of the type index for the first type record from the TPI stream
84 // the associated name for the record type.
191 void record(bool IsForwardRef, StringRef Name, TypeIndex TI) { function in class:llvm::logicalview::__anon1989::LVForwardReferences
322 // by the reader, we record record kinds seen by the type and symbol visitors.
324 // to print the unique record ids collected.
580 Shared->ForwardReferences.record(Class.isForwardRef(), Class.getName(),
666 Shared->ForwardReferences.record(Union.isForwardRef(), Union.getName(),
1662 // the S_UDT record that describe all the user defined types.
1925 // get the aggregate size. As the original record i
[all...]
/freebsd-current/secure/lib/libcrypto/
H A DMakefile518 # ssl/record
720 ${LCRYPTO_SRC}/ssl/record
/freebsd-current/lib/libsys/
H A D_libsys.h731 int __sys_audit(const void * record, u_int length);
/freebsd-current/share/mk/
H A Ddirdeps.mk335 # record that we've read dependfile for this

Completed in 509 milliseconds

1234567