Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcommon.py84 def __get__(self, instance, instance_type=None): argument
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h273 #define instance_type objc_global_trees[OCTI_NST_TYPE] macro
H A Dobjc-act.c2531 instance_type
5445 TREE_TYPE (self_decl) = instance_type; /* cast */
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py208 def __get__(self, instance, instance_type=None): argument