/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
H A D | module-abi-8.h | 236 #define __CLS_INFO(cls) ((cls)->info) argument 237 #define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask) argument 238 #define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask) argument 239 #define __CLS_SETNOTINFO(cls, mask) (__CLS_INFO(cls) &= ~mask) argument 243 #define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META)) argument 247 #define CLS_ISCLASS(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_CLASS)) argument 252 #define CLS_ISRESOLV(cls) __CLS_ISINFO(cls, _CLS_RESOLV) argument 253 #define CLS_SETRESOLV(cls) __CLS_SETINFO(cls, _CLS_RESOLV) argument 258 #define CLS_ISINITIALIZED(cls) __CLS_ISINFO(cls, _CLS_INITIALIZED) argument 259 #define CLS_SETINITIALIZED(cls) __CLS_SETINFO(cls, _CLS_INITIALIZED) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
H A D | module-abi-8.h | 236 #define __CLS_INFO(cls) ((cls)->info) argument 237 #define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask) argument 238 #define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask) argument 239 #define __CLS_SETNOTINFO(cls, mask) (__CLS_INFO(cls) &= ~mask) argument 243 #define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META)) argument 247 #define CLS_ISCLASS(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_CLASS)) argument 252 #define CLS_ISRESOLV(cls) __CLS_ISINFO(cls, _CLS_RESOLV) argument 253 #define CLS_SETRESOLV(cls) __CLS_SETINFO(cls, _CLS_RESOLV) argument 258 #define CLS_ISINITIALIZED(cls) __CLS_ISINFO(cls, _CLS_INITIALIZED) argument 259 #define CLS_SETINITIALIZED(cls) __CLS_SETINFO(cls, _CLS_INITIALIZED) argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
H A D | sendmsg.c | 771 search_for_method_in_hierarchy (Class cls, SEL sel) in search_for_method_in_hierarchy() 979 __objc_install_dtable_for_class (Class cls) in __objc_install_dtable_for_class() 1041 __objc_prepare_dtable_for_class (Class cls) in __objc_prepare_dtable_for_class() 1109 __objc_prepared_dtable_for_class (Class cls) in __objc_prepared_dtable_for_class() 1129 __objc_get_prepared_imp (Class cls,SEL sel) in __objc_get_prepared_imp() 1153 __objc_install_prepared_dtable_for_class (Class cls) in __objc_install_prepared_dtable_for_class()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | sendmsg.c | 771 search_for_method_in_hierarchy (Class cls, SEL sel) in search_for_method_in_hierarchy() 979 __objc_install_dtable_for_class (Class cls) in __objc_install_dtable_for_class() 1041 __objc_prepare_dtable_for_class (Class cls) in __objc_prepare_dtable_for_class() 1109 __objc_prepared_dtable_for_class (Class cls) in __objc_prepared_dtable_for_class() 1129 __objc_get_prepared_imp (Class cls,SEL sel) in __objc_get_prepared_imp() 1153 __objc_install_prepared_dtable_for_class (Class cls) in __objc_install_prepared_dtable_for_class()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | git_commit.py | 385 def is_changelog_filename(cls, path, allow_suffix=False): argument 404 def format_git_author(cls, author): argument 409 def parse_git_name_status(cls, string): argument 648 def in_ignored_location(cls, path): argument 756 def format_authors_in_changelog(cls, authors, timestamp, prefix=''): argument
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | git_commit.py | 385 def is_changelog_filename(cls, path, allow_suffix=False): argument 404 def format_git_author(cls, author): argument 409 def parse_git_name_status(cls, string): argument 648 def in_ignored_location(cls, path): argument 756 def format_authors_in_changelog(cls, authors, timestamp, prefix=''): argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | der_get.c | 346 Der_class cls; in der_get_octet_string_ber() local 620 Der_class *cls, Der_type *type, in der_get_tag() 652 Der_class cls, Der_type type, in der_match_tag() 666 Der_class cls, Der_type *type, in der_match_tag2() 688 Der_class cls, Der_type *type, unsigned int tag, in der_match_tag_and_length()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-icf.c | 2258 sem_item_optimizer::add_class (congruence_class *cls) in add_class() 2470 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item) in add_item_to_class() 2812 congruence_class *cls = (*it)->classes[i]; in verify_classes() local 2848 sem_item_optimizer::traverse_congruence_split (congruence_class * const &cls, in traverse_congruence_split() 2934 delete cls; in traverse_congruence_split() local 2962 sem_item_optimizer::do_congruence_step_for_index (congruence_class *cls, in do_congruence_step_for_index() 3028 sem_item_optimizer::do_congruence_step (congruence_class *cls) in do_congruence_step() 3056 sem_item_optimizer::worklist_push (congruence_class *cls) in worklist_push() 3071 congruence_class *cls; in worklist_pop() local 3087 delete cls; in worklist_pop() local [all …]
|
H A D | ipa-icf.h | 250 congruence_class *cls; variable 476 class congruence_class *cls; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
H A D | core.py | 52 def from_value(cls, value): argument 63 def register(cls, name, value): argument 202 def CreateWithName(cls, module_id): argument 440 def GetGlobalContext(cls): argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-icf.h | 250 congruence_class *cls; variable 483 class congruence_class *cls; member
|
H A D | ipa-icf.cc | 2311 sem_item_optimizer::add_class (congruence_class *cls) in add_class() 2525 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item) in add_item_to_class() 2895 congruence_class *cls = (*it)->classes[i]; in verify_classes() local 2931 sem_item_optimizer::traverse_congruence_split (congruence_class * const &cls, in traverse_congruence_split() 3045 sem_item_optimizer::do_congruence_step_for_index (congruence_class *cls, in do_congruence_step_for_index() 3111 sem_item_optimizer::do_congruence_step (congruence_class *cls) in do_congruence_step() 3139 sem_item_optimizer::worklist_push (congruence_class *cls) in worklist_push() 3154 congruence_class *cls; in worklist_pop() local 3195 congruence_class *cls; in process_cong_reduction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
H A D | optrecord.py | 64 def set_demangler(cls, demangler): argument 69 def demangle(cls, name): argument
|
/netbsd-src/usr.bin/flock/ |
H A D | flock.c | 155 int cls = 0; in main() local
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | isl.py | 5664 def __new__(cls, *args, **keywords): argument 5725 def __new__(cls, *args, **keywords): argument 5775 def __new__(cls, *args, **keywords): argument 5929 def __new__(cls, *args, **keywords): argument 6049 def __new__(cls, *args, **keywords): argument 6085 def __new__(cls, *args, **keywords): argument 6121 def __new__(cls, *args, **keywords): argument 6157 def __new__(cls, *args, **keywords): argument 6193 def __new__(cls, *args, **keywords): argument 6229 def __new__(cls, *args, **keywords): argument [all …]
|
/netbsd-src/usr.bin/mixerctl/ |
H A D | mixerctl.c | 444 int cls = fields[i].infp->mixer_class; in main() local
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | exception.cc | 258 static bool isCXXException(uint64_t cls) in isCXXException() 263 static bool isDependentException(uint64_t cls) in isDependentException()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | Test.py | 24 def __new__(cls, name, label, isFailure): argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | USRGeneration.cpp | 143 void GenObjCClass(StringRef cls, StringRef ExtSymDefinedIn, in GenObjCClass() 150 void GenObjCCategory(StringRef cls, StringRef cat, in GenObjCCategory()
|
/netbsd-src/games/hack/ |
H A D | hack.pri.c | 793 cls(void) in cls() function
|
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/ |
H A D | iscconf.py | 452 process_statementlist_nodes(cls, app, doctree) global() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | or1k-asm.c | 229 enum or1k_rclass cls = RCLASS_DIRECT; in parse_reloc() local
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | or1k-asm.c | 229 enum or1k_rclass cls = RCLASS_DIRECT; in parse_reloc() local
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | macro.c | 1243 char *copy, *cls; in check_macro() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | macro.c | 1281 char *copy, *cls; in check_macro() local
|