Home
last modified time | relevance | path

Searched refs:__copy__ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dcompiler_attributes.h91 #if __has_attribute(__copy__)
92 # define __copy(symbol) __attribute__((__copy__(symbol)))
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py225 def __copy__(self): member in BeautifulSoup
H A Delement.py694 def __copy__(self): member in NavigableString
821 def __copy__(self): member in Tag
830 clone.append(child.__copy__())