Home
last modified time | relevance | path

Searched refs:NewHandle (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h242 unsigned NewHandle; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
244 NewHandle = FreeHandleIndexes.back(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
246 GenericHandles[NewHandle] = createGenericHandle(Layer, std::move(Handle)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
247 return NewHandle; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
249 NewHandle = GenericHandles.size(); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
252 return NewHandle; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/external/syslinux/efi32/include/efi/
Defiprot.h191 OUT struct _EFI_FILE_HANDLE **NewHandle,
/external/syslinux/efi64/include/efi/
Defiprot.h191 OUT struct _EFI_FILE_HANDLE **NewHandle,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defiprot.h191 OUT struct _EFI_FILE_HANDLE **NewHandle,
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c593 if ((itself = NewHandle(srclen)) == NULL) in ResObj_tp_init()
1589 h = NewHandle(len); in Res_Handle()
/external/python/cpython2/Mac/Modules/file/
D_Filemodule.c1005 if ((h = NewHandle(rawdatalen)) == NULL) in Alias_tp_init()