Searched refs:protocol_name (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | 20020122-2.c | 13 _KDE_IceGetPoValidAuthIndices (protocol_name, num_indices_ret, indices_ret) in _KDE_IceGetPoValidAuthIndices() argument 14 const char *protocol_name; in _KDE_IceGetPoValidAuthIndices() 33 if (strcmp (protocol_name, protocol_name) == 0 )
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 3178 build_protocol_initializer (type, protocol_name, protocol_list, in build_protocol_initializer() argument 3181 tree protocol_name; 3202 initlist = tree_cons (NULL_TREE, protocol_name, initlist); 4531 const char *protocol_name = IDENTIFIER_POINTER (PROTOCOL_NAME (ctxt)); local 4533 = (char *) alloca (strlen (preamble) + strlen (protocol_name) + 3); 4534 sprintf (string, "%s_%s", preamble, protocol_name);
|
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Index.h | 3765 clang_constructUSR_ObjCProtocol(const char *protocol_name);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 4679 build_protocol_initializer (tree type, tree protocol_name, in build_protocol_initializer() argument 4693 initlist = tree_cons (NULL_TREE, protocol_name, initlist); in build_protocol_initializer() 5819 const char *protocol_name = IDENTIFIER_POINTER (PROTOCOL_NAME (ctxt)); in synth_id_with_class_suffix() local 5820 sprintf (string, "%s_%s", preamble, protocol_name); in synth_id_with_class_suffix()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3937 uint32_t protocol_name; /* char * (32-bit pointer) */ member 4209 sys::swapByteOrder(protocol.protocol_name); in swapStruct() 5024 << format("0x%08" PRIx32, protocol.protocol_name); in print_protocol() 5026 name = get_pointer_32(protocol.protocol_name, offset, left, S, info, true); in print_protocol()
|