Searched refs:defn (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 94 extern void defn(Cell *, Node *, Node *);
|
D | parse.c | 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ in defn() function
|
D | awkgram.y | 185 { infunc--; curfname=0; defn((Cell *)$2, $4, $8); $$ = 0; }
|
D | FIXES | 311 added test in defn() to catch function foo(foo), which
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn, 1761 record_target_var (struct nameseq *filenames, char *defn, in record_target_var() argument 1794 v = parse_variable_definition (&p->variable, defn); in record_target_var() 1822 v = try_variable_definition (flocp, defn, origin, 1); in record_target_var()
|
D | aclocal.m4 | 456 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl 460 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 581 $(call gen-test, containers/container.adaptors/queue/queue.defn/assign_copy) 582 $(call gen-test, containers/container.adaptors/queue/queue.defn/assign_move) 583 $(call gen-test, containers/container.adaptors/queue/queue.defn/back_const) 584 $(call gen-test, containers/container.adaptors/queue/queue.defn/back) 585 $(call gen-test, containers/container.adaptors/queue/queue.defn/emplace) 586 $(call gen-test, containers/container.adaptors/queue/queue.defn/empty) 587 $(call gen-test, containers/container.adaptors/queue/queue.defn/front_const) 588 $(call gen-test, containers/container.adaptors/queue/queue.defn/front) 589 $(call gen-test, containers/container.adaptors/queue/queue.defn/pop) 590 $(call gen-test, containers/container.adaptors/queue/queue.defn/push) [all …]
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 590 $(call gen-test, containers/container.adaptors/queue/queue.defn/assign_copy) 591 $(call gen-test, containers/container.adaptors/queue/queue.defn/assign_move) 592 $(call gen-test, containers/container.adaptors/queue/queue.defn/back_const) 593 $(call gen-test, containers/container.adaptors/queue/queue.defn/back) 594 $(call gen-test, containers/container.adaptors/queue/queue.defn/emplace) 595 $(call gen-test, containers/container.adaptors/queue/queue.defn/empty) 596 $(call gen-test, containers/container.adaptors/queue/queue.defn/front_const) 597 $(call gen-test, containers/container.adaptors/queue/queue.defn/front) 598 $(call gen-test, containers/container.adaptors/queue/queue.defn/pop) 599 $(call gen-test, containers/container.adaptors/queue/queue.defn/push) [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 807 % This defn is used inside fill environments such as @defun. 810 % This defn is used inside nofill environments such as @example.
|