Home
last modified time | relevance | path

Searched refs:call_attribute (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/
Dbasic.ll214 define i1 @call_attribute() {
215 ; CHECK-LABEL: @call_attribute(
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dbasic.ll214 define i1 @call_attribute() {
215 ; CHECK-LABEL: @call_attribute(
/external/python/cpython3/Objects/
Dtypeobject.c6408 call_attribute(PyObject *self, PyObject *attr, PyObject *name) in call_attribute() function
6457 res = call_attribute(self, getattribute, name); in slot_tp_getattr_hook()
6462 res = call_attribute(self, getattr, name); in slot_tp_getattr_hook()
/external/python/cpython2/Objects/
Dtypeobject.c5635 call_attribute(PyObject *self, PyObject *attr, PyObject *name) function
5696 res = call_attribute(self, getattribute, name);
5701 res = call_attribute(self, getattr, name);