Searched refs:tunit (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dpass57-frag.cxx16 char ttype[81], tunit[81], tform[81]; local
19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode));
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h309 llvm::DIFile *tunit, llvm::DIScope *scope,
315 uint64_t offsetInBits, llvm::DIFile *tunit,
318 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
313 createFieldType(StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD = nullptr) argument
H A DCGDebugInfo.cpp1493 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit,
1495 llvm::DIType *debugType = getOrCreateType(type, tunit);
1587 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit,
1605 OffsetInBits, Align, tunit, RecordTy, RD, Annotations);
1623 const RecordDecl *record, llvm::DIFile *tunit,
1663 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit,
4901 llvm::DIFile *tunit = getOrCreateFile(loc); local
4912 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit,
4963 offsetInBits, tunit, tunit));
1491 createFieldType( StringRef name, QualType type, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) argument
1586 CollectRecordNormalField( const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DIType *RecordTy, const RecordDecl *RD) argument
1622 CollectRecordFields( const RecordDecl *record, llvm::DIFile *tunit, SmallVectorImpl<llvm::Metadata *> &elements, llvm::DICompositeType *RecordTy) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3159 const TranslationUnitDecl *tunit =
3161 return tunit &&
3162 !tunit->getASTContext().getLangOpts().Freestanding &&

Completed in 211 milliseconds