Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1520 # define DT1(_n,_a,_b) DTRACE_PROBE1(_n,_a,_b) macro
1528 # define DT1(_n,_a,_b) macro
1535 # define DT1(_n,_a,_b) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1008 const auto *DT1 = cast<DeducedTemplateSpecializationType>(T1); in IsStructurallyEquivalent() local