Searched defs:FileDesc (Results 1 – 6 of 6) sorted by relevance
28 FileDesc(FileDesc &&that) : fd_(-1) { *this = std::move(that); } in FileDesc() function
127 SymbolRef FileDesc = Call.getReturnValue().getAsSymbol(); in checkPostCall() local146 SymbolRef FileDesc = Call.getArgSVal(0).getAsSymbol(); in checkPreCall() local
198 const int FileDesc = open("/dev/urandom", O_RDONLY); in getRandom() local
324 using FileDesc = ::upb_benchmark::FileDescriptorProto; typedef
898 class FileDesc: class