Home
last modified time | relevance | path

Searched refs:ETL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dgeo64 # GRR: line above is too general as it matches also some Microsoft Event Trace Logs *.ETL
H A Dwindows276 # URL: http://fileformats.archiveteam.org/wiki/ETL
282 # Every ETL file begins with a WMI_BUFFER_HEADER, a SYSTEM_TRACE_HEADER and a TRACE_LOGFILE_HEADER
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2693 else if (auto ETL = Cur.getAs<ElaboratedTypeLoc>()) in getAsAdjusted() local
2694 Cur = ETL.getNamedTypeLoc(); in getAsAdjusted()
H A DDeclCXX.h3750 if (auto ETL = EnumType->getTypeLoc().getAs<ElaboratedTypeLoc>()) in getQualifierLoc() local
3751 return ETL.getQualifierLoc(); in getQualifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5918 if (auto ETL = TInfo->getTypeLoc().getAs<ElaboratedTypeLoc>()) { in VisitElaboratedTypeLoc() local
5919 TL.copy(ETL); in VisitElaboratedTypeLoc()
H A DTreeTransform.h4459 if (const auto ETL = TL.getAs<ElaboratedTypeLoc>()) { in TransformNestedNameSpecifierLoc() local
4460 SS.Adopt(ETL.getQualifierLoc()); in TransformNestedNameSpecifierLoc()
4461 TL = ETL.getNamedTypeLoc(); in TransformNestedNameSpecifierLoc()