Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Drefclock_true.c169 #define typeStr(x) (((int)x<(int)t_Max) ? types[(int)x] : "?") macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1116 std::string typeStr; in PushProperty() local