Home
last modified time | relevance | path

Searched defs:tsi (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/script/
H A Dscript.c553 struct timespec tsi, tso; in playback() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1299 for (const auto &tsi : reverse(tsis)) { in printStats() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1659 TypeSourceInfo *tsi, in Create()
1678 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2518 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo()