Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h236 #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 Dmodule-abi-8.h236 #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 Dsendmsg.c771 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 Dsendmsg.c771 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 Dgit_commit.py385 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 Dgit_commit.py385 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 Dder_get.c346 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 Dipa-icf.c2258 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 Dipa-icf.h250 congruence_class *cls; variable
476 class congruence_class *cls; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py52 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 Dipa-icf.h250 congruence_class *cls; variable
483 class congruence_class *cls; member
H A Dipa-icf.cc2311 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 Doptrecord.py64 def set_demangler(cls, demangler): argument
69 def demangle(cls, name): argument
/netbsd-src/usr.bin/flock/
H A Dflock.c155 int cls = 0; in main() local
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py5664 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 Dmixerctl.c444 int cls = fields[i].infp->mixer_class; in main() local
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc258 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 DTest.py24 def __new__(cls, name, label, isFailure): argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp143 void GenObjCClass(StringRef cls, StringRef ExtSymDefinedIn, in GenObjCClass()
150 void GenObjCCategory(StringRef cls, StringRef cat, in GenObjCCategory()
/netbsd-src/games/hack/
H A Dhack.pri.c793 cls(void) in cls() function
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py452 process_statementlist_nodes(cls, app, doctree) global() argument
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dor1k-asm.c229 enum or1k_rclass cls = RCLASS_DIRECT; in parse_reloc() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dor1k-asm.c229 enum or1k_rclass cls = RCLASS_DIRECT; in parse_reloc() local
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dmacro.c1243 char *copy, *cls; in check_macro() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c1281 char *copy, *cls; in check_macro() local

12