Searched refs:Whence (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.bin/truss/
H A Dsyscall.h41 Fd_set, Sigaction, Fcntl, Mprot, Mmapflags, Whence, Readlinkres, enumerator in enum:Argtype
H A Dsyscalls.c119 .args = { { Int, 0 }, { Quad, 1 + QUAD_ALIGN }, { Whence, 1 + QUAD_SLOTS + QUAD_ALIGN } } },
121 .args = { { Int, 0 }, { Int, 1 }, { Whence, 2 } } },
1066 case Whence:
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp261 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext());
262 Optional<nonloc::ConcreteInt> CI = Whence.getAs<nonloc::ConcreteInt>();

Completed in 108 milliseconds