Searched defs:owned (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libc/src/__support/File/linux/ |
H A D | file.h | 23 LinuxFile(int file_descriptor,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,File::ModeFlags modeflags) LinuxFile() argument
|
/llvm-project/libc/test/src/__support/File/ |
H A D | file_test.cpp | 42 StringFile(char * buffer,size_t buflen,int bufmode,bool owned,ModeFlags modeflags) StringFile() argument 109 new_string_file(char * buffer,size_t buflen,int bufmode,bool owned,const char * mode) new_string_file() argument
|
/llvm-project/libc/src/__support/File/ |
H A D | file.h | 156 File(WriteFunc * wf,ReadFunc * rf,SeekFunc * sf,CloseFunc * cf,uint8_t * buffer,size_t buffer_size,int buffer_mode,bool owned,ModeFlags modeflags) File() argument
|
/llvm-project/lldb/unittests/ScriptInterpreter/Python/ |
H A D | PythonDataObjectsTests.cpp | 62 PythonObject owned(PyRefType::Owned, obj); in TEST_F() local
|