Home
last modified time | relevance | path

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

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