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