Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Index/
Dcomment-cplus-decls.cpp68 friend int int_func();
/external/clang/test/Index/
Dcomment-cplus-decls.cpp62 friend int int_func();
/external/python/cpython2/Objects/
Dabstract.c1579 PyObject *int_func = PyObject_GetAttr(integral, int_name); local
1580 if (int_func == NULL) {
1585 integral = PyEval_CallObject(int_func, NULL);
1586 Py_DECREF(int_func);