HomeSort by relevance Sort by last modified time
    Searched full:__attributes (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGen/
pragma-weak.c 101 // ensure following __attributes are preserved and that only a single
134 ///////////// ensure that #pragma weak does not alter existing __attributes()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 540 __attributes = None variable in class:RPCProxy
551 if self.__attributes is None:
553 if name in self.__attributes:
561 self.__attributes = self.sockio.remotecall(self.oid,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 540 __attributes = None variable in class:RPCProxy
551 if self.__attributes is None:
553 if name in self.__attributes:
561 self.__attributes = self.sockio.remotecall(self.oid,

Completed in 696 milliseconds