Home
last modified time | relevance | path

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

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