Searched refs:TVA (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/file/magdir/ |
| D | animation | 72 >8 string da0b \b, DMB MAF, ext DA0A, with 3GPP timed text, DID, TVA, REL, IPMP 74 >8 string da1b \b, DMB MAF, ext da1a, with 3GPP timed text, DID, TVA, REL, IPMP 76 >8 string da2b \b, DMB MAF, ext da2a, with 3GPP timed text, DID, TVA, REL, IPMP 78 >8 string da3b \b, DMB MAF, ext da3a w/ BIFS, 3GPP, DID, TVA, REL, IPMP 83 >8 string dv1b \b, DMB MAF, ext dv1a, with 3GPP timed text, DID, TVA, REL, IPMP 85 >8 string dv2b \b, DMB MAF, ext dv2a, with 3GPP timed text, DID, TVA, REL, IPMP 87 >8 string dv3b \b, DMB MAF, ext dv3a, with 3GPP timed text, DID, TVA, REL, IPMP
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaDecl.cpp | 10854 const auto *TVA = FD->getAttr<TargetVersionAttr>(); in CheckMultiVersionValue() local 10856 (TA || TVA) && in CheckMultiVersionValue() 10886 if (TVA) { in CheckMultiVersionValue() 10888 TVA->getFeatures(Feats); in CheckMultiVersionValue() 11122 const auto *TVA = FD->getAttr<TargetVersionAttr>(); in CheckMultiVersionFirstFunction() local 11125 if ((TA && !TA->isDefaultVersion()) || (TVA && !TVA->isDefaultVersion())) in CheckMultiVersionFirstFunction() 11128 if ((TA || TVA) && CheckMultiVersionValue(S, FD)) { in CheckMultiVersionFirstFunction()
|
| D | SemaOverload.cpp | 12389 const auto *TVA = FunDecl->getAttr<TargetVersionAttr>(); in AddMatchingNonTemplateFunction() local 12390 if (TVA && !TVA->isDefaultVersion()) in AddMatchingNonTemplateFunction()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 3725 const auto *TVA = CurFD->getAttr<TargetVersionAttr>(); in emitMultiVersionFunctions() local 3727 TVA->getFeatures(Feats); in emitMultiVersionFunctions()
|