Home
last modified time | relevance | path

Searched defs:owned (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/src/__support/File/linux/
H A Dfile.h23 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 Dfile_test.cpp42 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 Dfile.h156 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 DPythonDataObjectsTests.cpp62 PythonObject owned(PyRefType::Owned, obj); in TEST_F() local