/openbsd/gnu/usr.bin/perl/ |
H A D | perldtrace.d | 7 probe sub__entry(const char *, const char *, int, const char *); 8 probe sub__return(const char *, const char *, int, const char *); 10 probe phase__change(const char *, const char *); 12 probe op__entry(const char *); 14 probe loading__file(const char *); 15 probe loaded__file(const char *);
|
H A D | .metaconf-exclusions.txt | 4 # relevant probe. But in some cases, that's inappropriate: we have symbols that 5 # we no longer need to probe for, but must define in perl.h for backwards
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | search.c | 1017 tree probe; in is_subobject_of_p() local 1019 for (probe = parent; probe; probe = BINFO_INHERITANCE_CHAIN (probe)) in is_subobject_of_p() 1021 if (probe == binfo) in is_subobject_of_p() 2167 tree level, probe; in check_hidden_convs() local 2171 for (probe = TREE_VALUE (level); probe; probe = TREE_CHAIN (probe)) in check_hidden_convs() 2442 tree probe, next; in lookup_conversions() local 2444 for (probe = TREE_VALUE (convs); probe; probe = next) in lookup_conversions() 2449 list = probe; in lookup_conversions() 2455 tree probe, next; in lookup_conversions() local 2457 for (probe = TREE_VALUE (tpl_convs); probe; probe = next) in lookup_conversions() [all …]
|
H A D | friend.c | 362 tree probe = TREE_VALUE (classes); in make_friend_class() local 366 if (friend_type == probe) in make_friend_class() 369 warning (0, "%qD is already a friend of %qT", probe, type); in make_friend_class() 373 else if (TREE_CODE (probe) != TEMPLATE_DECL) in make_friend_class() 375 if (same_type_p (probe, friend_type)) in make_friend_class() 378 warning (0, "%qT is already a friend of %qT", probe, type); in make_friend_class()
|
H A D | typeck2.c | 1412 tree probe; in add_exception_specifier() local 1414 for (probe = list; probe; probe = TREE_CHAIN (probe)) in add_exception_specifier() 1415 if (same_type_p (TREE_VALUE (probe), spec)) in add_exception_specifier() 1417 if (!probe) in add_exception_specifier() 1448 tree probe; in merge_exception_specifiers() local 1450 for (probe = orig_list; probe; probe = TREE_CHAIN (probe)) in merge_exception_specifiers() 1451 if (same_type_p (TREE_VALUE (probe), spec)) in merge_exception_specifiers() 1453 if (!probe) in merge_exception_specifiers()
|
H A D | semantics.c | 237 deferred_access_check *chk, *probe; in pop_to_parent_deferring_access_checks() local 248 if (probe->binfo == chk->binfo && in pop_to_parent_deferring_access_checks() 249 probe->decl == chk->decl && in pop_to_parent_deferring_access_checks() 3047 tree probe; in emit_associated_thunks() local 3049 for (probe = DECL_THUNKS (thunk); in emit_associated_thunks() 3050 probe; probe = TREE_CHAIN (probe)) in emit_associated_thunks() 3051 use_thunk (probe, /*emit_p=*/1); in emit_associated_thunks() 3101 tree probe; in expand_body() local 3104 probe && DECL_CLONED_FUNCTION_P (probe); in expand_body() 3105 probe = TREE_CHAIN (probe)) in expand_body() [all …]
|
/openbsd/regress/usr.sbin/btrace/ |
H A D | beginend.bt | 6 printf("Hello from %s\n", probe); 12 printf("Bye from %s\n", probe);
|
H A D | tupleeval.bt | 2 $t = (5, comm, "str", probe);
|
H A D | comments.bt | 5 // comment after probe
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck2.c | 1411 tree probe; local 1413 for (probe = list; probe; probe = TREE_CHAIN (probe)) 1414 if (same_type_p (TREE_VALUE (probe), spec)) 1416 if (!probe) 1448 tree probe; local 1450 for (probe = orig_list; probe; probe = TREE_CHAIN (probe)) 1451 if (same_type_p (TREE_VALUE (probe), spec)) 1453 if (!probe)
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | cygwin.asm | 51 probe: cmpl $0x1000,%eax /* > 4k ?*/ label 57 jmp probe /* and do it again */
|
H A D | uwin.asm | 13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label 19 jmp probe /* and do it again */
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | cygwin.asm | 13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label 19 jmp probe /* and do it again */
|
H A D | uwin.asm | 13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label 19 jmp probe /* and do it again */
|
/openbsd/usr.sbin/btrace/ |
H A D | bt_parse.y | 101 struct bt_probe *probe; member 131 %type <v.probe> plist probe pname 149 plist : plist ',' probe { $$ = bp_append($1, $3); } 150 | probe 153 probe : { pflag = 1; } pname { $$ = $2; pflag = 0; } 301 br_new(struct bt_probe *probe, struct bt_filter *filter, struct bt_stmt *head) in br_new() argument 309 SLIST_FIRST(&br->br_probes) = probe; in br_new() 318 if (probe->bp_type != B_PT_PROBE) in br_new() 321 } while ((probe = SLIST_NEXT(probe, bp_next)) != NULL); in br_new()
|
/openbsd/regress/sys/net/pf_policy/ |
H A D | Makefile | 54 REGRESS_TARGETS += check-probe-host 56 check-probe-host:
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | fork.t | 26 my $probe = qx{ 29 chomp $probe; 30 skip "Can't set ulimit -u on this system: $probe" 31 unless $probe eq 'good';
|
/openbsd/gnu/usr.bin/binutils/config/ |
H A D | accross.m4 | 55 AC_MSG_CHECKING(to probe for byte ordering) 69 echo $ac_n ' big endian probe OK, ' 1>&AC_FD_MSG 73 echo $ac_n ' little endian probe OK, ' 1>&AC_FD_MSG
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perldtrace.pod | 56 The C<phase-change> probe was added. 106 Traces the execution of each opcode in the Perl runloop. This probe 108 enabled, the DTrace probe is fired I<after> the debugger hooks (but 118 C<use>, C<require>, or C<do>. This probe fires before the file is 129 from C<use>, C<require>, or C<do>. This probe fires after the file
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | unwind-dw2-fde.c | 443 fde **probe; in fde_split() local 445 for (probe = chain_end; in fde_split() 446 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split() 447 probe = chain_end) in fde_split() 449 chain_end = (fde **) erratic->array[probe - linear->array]; in fde_split() 450 erratic->array[probe - linear->array] = NULL; in fde_split()
|
/openbsd/gnu/gcc/gcc/ |
H A D | unwind-dw2-fde.c | 447 const fde **probe; in fde_split() local 449 for (probe = chain_end; in fde_split() 450 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split() 451 probe = chain_end) in fde_split() 453 chain_end = (const fde **) erratic->array[probe - linear->array]; in fde_split() 454 erratic->array[probe - linear->array] = NULL; in fde_split()
|
/openbsd/regress/sys/arch/hppa/probe/ |
H A D | Makefile | 3 PROG= probe
|
/openbsd/regress/sys/arch/hppa/ |
H A D | Makefile | 4 SUBDIR+= probe sfuid
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | alloca.c | 164 auto char probe; /* Probes stack depth: */ in C_alloca() local 165 register char *depth = ADDRESS_FUNCTION (probe); in C_alloca()
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | alloca.c | 155 auto char probe; /* Probes stack depth: */ in alloca() local 156 register char *depth = ADDRESS_FUNCTION (probe); in alloca()
|