Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSimpleStreamChecker.cpp126 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local
145 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.cpp171 const int FileDesc = open("/dev/urandom", O_RDONLY); in getRandom() local