Home
last modified time | relevance | path

Searched defs:undef (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/evbarm/stand/board/
H A Ds3c2410_vector.S45 undef: label
H A Ds3c2800_vector.S77 undef: label
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp61 int rc = 0, undef = 0; in ndb_filter_check() local
117 int undef = 0; in ndb_filter_set() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmacro.d177 immutable undef = "DDOC_UNDEFINED_MACRO"; in expand() local
/netbsd-src/external/bsd/tradcpp/dist/
H A Dmode.h61 bool undef; member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dfilter.c633 int undef, undef2; in filter2bv_undef_x() local
1268 int undef; in simple_vrFilter2bv() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmacro.c365 static const char undef[] = "DDOC_UNDEFINED_MACRO"; in expand() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h43 undef, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h44 void (* undef) (unsigned int line, const char *macro); member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddebug.h48 void (* undef) (unsigned int line, const char *macro); member
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldcref.c55 unsigned int undef : 1; member
H A Dpe-dll.c1385 struct bfd_link_hash_entry *undef; in pe_find_data_imports() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldcref.c55 unsigned int undef : 1; member
H A Dpe-dll.c1360 struct bfd_link_hash_entry *undef; in pe_find_data_imports() local
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbfdlink.h161 } undef; member
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbfdlink.h161 } undef; member
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h646 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1507 Register KernelRewriter::undef(const TargetRegisterClass *RC) { in undef() function in KernelRewriter
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h687 void (*undef) (cpp_reader *, location_t, cpp_hashnode *); member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli879 val undef : lltype -> llvalue val
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp633 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() function