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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DX86ModRMFilters.h42 /// accepts - Indicates whether the filter accepts a particular ModR/M
45 /// @result - True if the filter accepts the ModR/M byte; false if not.
46 virtual bool accepts(uint8_t modRM) const = 0;
59 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::DumbFilter
82 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ModFilter
113 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::EscapeFilter
137 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::AddRegEscapeFilter
163 bool accepts(uint8_t modRM) const { function in class:llvm::X86Disassembler::ExtendedFilter
187 bool accepts(uint8_ function in class:llvm::X86Disassembler::ExactFilter
[all...]
H A DX86DisassemblerTables.cpp786 if (filter.accepts(index)) {
/freebsd-9.3-release/tools/test/netfibs/
H A Dreflect.c50 static int accepts; variable
81 if (accepts == 0 && nostart == 0) {
121 accepts++;
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm12 The SGI linker instead accepts several -init options. It will set DT_INIT
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregexec.c1092 /* If the RE accepts NULL string. */
1538 2. When 0 <= STR_IDX < MATCH_LAST and `a' accepts
2505 /* The node can accepts `naccepted' bytes. */
3304 characters which i-th destination state accepts. */
3434 /* There must be exactly one destination which accepts
3439 /* j-th destination accepts the word character ch. */
3465 /* There must be exactly one destination which accepts
3470 /* j-th destination accepts the word character ch. */
3479 /* The current state accepts newline character. */
3483 /* k-th destination accepts newlin
3518 bitset accepts; /* Characters a node can accept. */ local
[all...]
/freebsd-9.3-release/lib/libc/isc/
H A Deventlib_p.h227 LIST(evAccept) accepts; member in struct:__anon5083
/freebsd-9.3-release/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-9.3-release/contrib/libucl/
H A DREADME.md121 UCL accepts named keys and organize them into objects hierarchy internally. Here is an example of this process:
/freebsd-9.3-release/contrib/lukemftpd/
H A Dconfigure789 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
790 echo "configure:791: checking whether ${CC-cc} accepts -g" >&5
/freebsd-9.3-release/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-9.3-release/contrib/openbsm/
H A Dconfigure3089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3090 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4111 # Check to see if the nm accepts a BSD-compat flag.
9101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9102 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat accepts an empty string" >&5
13220 $as_echo_n "checking whether stat accepts an empty string... " >&6; }

Completed in 233 milliseconds