Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddebug.h37 void (* undef) PARAMS ((unsigned int line, const char *macro)); member
H A Dra-build.c761 unsigned HOST_WIDE_INT undef; local
805 unsigned HOST_WIDE_INT undef = use->undefined; local
975 unsigned HOST_WIDE_INT undef = use->undefined; local
1676 unsigned HOST_WIDE_INT undef; local
H A Dcpplib.h421 void (*undef) PARAMS ((cpp_reader *, unsigned int, cpp_hashnode *)); member
/openbsd/gnu/gcc/gcc/
H A Ddebug.h37 void (* undef) (unsigned int line, const char *macro); member
/openbsd/gnu/llvm/lld/COFF/
H A DSymbolTable.cpp265 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWSymbols() local
438 auto *undef = dyn_cast<Undefined>(sym); in reportUnresolvable() local
466 auto *undef = dyn_cast<Undefined>(sym); in resolveRemainingUndefines() local
/openbsd/libexec/tradcpp/
H A Dmode.h61 bool undef; member
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h45 undef, enumerator
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldcref.c50 unsigned int undef : 1; member
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldcref.c50 unsigned int undef : 1; member
/openbsd/gnu/llvm/lld/MachO/
H A DSymbolTable.cpp111 } else if (auto *undef = dyn_cast<Undefined>(s)) { in addDefined() local
/openbsd/gnu/usr.bin/binutils/include/
H A Dbfdlink.h116 } undef; member
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h469 void (*undef) (cpp_reader *, unsigned int, cpp_hashnode *); member
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dbfdlink.h117 } undef; member
/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp689 static void reportUndefinedSymbol(const UndefinedDiag &undef, in reportUndefinedSymbol()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1525 Register KernelRewriter::undef(const TargetRegisterClass *RC) { in undef() function in KernelRewriter
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Darmdbg.h336 undef[2], member
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli879 val undef : lltype -> llvalue val
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstd.c1199 ffelabNumber undef; in ffestd_subr_labels_() local
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp638 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() function