Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c++/
H A Dpass57-frag.cxx16 char ttype[81], tunit[81], tform[81]; in init_bintab() local
19 columns_.push_back (fitscolumn (ttype,tunit,1,typecode)); in init_bintab()
/openbsd-src/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,
H A DCGDebugInfo.cpp1493 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1495 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
1587 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
1605 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
1623 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
1663 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
4901 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
4912 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit, in EmitDeclareOfBlockLiteralArgVariable()
4963 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4979 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3159 const TranslationUnitDecl *tunit = in isMain() local
3161 return tunit && in isMain()
3162 !tunit->getASTContext().getLangOpts().Freestanding && in isMain()