Home
last modified time | relevance | path

Searched defs:DT1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1210 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) macro
1220 # define DT1(_n,_a,_b) macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1176 const auto *DT1 = cast<DeducedTemplateSpecializationType>(T1); in IsStructurallyEquivalent() local