Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c930 int is_static_method = METHOD_STATIC (mdecl); local
946 if (DECL_FINAL (decl) && FIELD_STATIC (decl) == is_static_method)
964 if (FIELD_FINAL (decl) && FIELD_STATIC (decl) == is_static_method)
984 if (FIELD_FINAL (decl) && FIELD_STATIC (decl) == is_static_method)
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py308 self.assertTrue(foo.is_static_method())
309 self.assertFalse(bar.is_static_method())
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1544 def is_static_method(self): member in Cursor