Home
last modified time | relevance | path

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

/freebsd-src/sys/net/
H A Dmppcc.c144 …ss(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags, int undef) in MPPC_Compress()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h45 undef, enumerator
[all...]
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp284 auto *undef = dyn_cast<Undefined>(sym); in loadMinGWSymbols() local
457 auto *undef = dyn_cast<Undefined>(sym); in reportUnresolvable() local
488 auto *undef in resolveRemainingUndefines() local
[all...]
/freebsd-src/tools/tools/ath/athprom/
H A Dathprom.c460 undef(const char *what) in undef() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp152 } else if (auto *undef = dyn_cast<Undefined>(s)) { in addDefined() local
/freebsd-src/usr.bin/localedef/
H A Dcollate.c1274 int undef = 0; in dump_collate() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp708 reportUndefinedSymbol(const UndefinedDiag & undef,bool correctSpelling) reportUndefinedSymbol() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1520 Register KernelRewriter::undef(const TargetRegisterClass *RC) { undef() function in KernelRewriter
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp638 static OpRef undef(MVT Ty) { return OpRef(Undef | Ty.SimpleTy); } in undef() function