Searched refs:accepts (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86ModRMFilters.h41 /// accepts - Indicates whether the filter accepts a particular ModR/M
44 /// @result - True if the filter accepts the ModR/M byte; false if not.
45 virtual bool accepts(uint8_t modRM) const = 0;
58 bool accepts(uint8_t modRM) const override {
81 bool accepts(uint8_t modRM) const override {
104 bool accepts(uint8_t modRM) const override {
125 bool accepts(uint8_t modRM) const override {
H A DX86DisassemblerTables.cpp1043 if (filter.accepts(index)) {
/freebsd-11-stable/tools/test/netfibs/
H A Dreflect.c50 static int accepts; variable
81 if (accepts == 0 && nostart == 0) {
121 accepts++;
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm12 The SGI linker instead accepts several -init options. It will set DT_INIT
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c1140 /* If the RE accepts NULL string. */
1597 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2553 /* The node can accepts `naccepted' bytes. */
3353 characters which i-th destination state accepts. */
3487 /* There must be exactly one destination which accepts
3492 /* j-th destination accepts the word character ch. */
3518 /* There must be exactly one destination which accepts
3523 /* j-th destination accepts the word character ch. */
3532 /* The current state accepts newline character. */
3536 /* k-th destination accepts newlin
3569 bitset_t accepts; /* Characters a node can accept. */ local
[all...]
/freebsd-11-stable/lib/libc/isc/
H A Deventlib_p.h226 LIST(evAccept) accepts; member in struct:__anon6653
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
333 SEND-PR: accepts-illegal GCC fails to reject erroneous code.
463 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js7216 accepts: {
7591 s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
7592 s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
7593 s.accepts[ "*" ]
7968 accepts: {
/freebsd-11-stable/contrib/opie/
H A Dconfigure868 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
869 echo "configure:870: checking whether ${CC-cc} accepts -g" >&5
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure3087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3088 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4109 # Check to see if the nm accepts a BSD-compat flag.
9099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9100 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5
13229 $as_echo_n "checking whether stat accepts an empty string... " >&6; }

Completed in 173 milliseconds