Home
last modified time | relevance | path

Searched refs:XSL (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsgml123 >>23 search/1 \<xsl:stylesheet (XSL stylesheet)
124 >>24 search/1 \<xsl:stylesheet (XSL stylesheet)
129 >>23 search/1 \<xsl:stylesheet (XSL stylesheet)
130 >>24 search/1 \<xsl:stylesheet (XSL stylesheet)
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp229 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow() local
231 if (XSL != YSL) in compareControlFlow()
232 return XSL.isBeforeInTranslationUnitThan(YSL); in compareControlFlow()