Searched refs:FU (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dvarcmd.mk5 FU=fu macro
15 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
18 @${.MAKE} -f ${MAKEFILE} FU=bar FOO=goo two
/freebsd-11.0-release/usr.bin/hexdump/
H A Dhexdump.h66 } FU; typedef in typeref:struct:_fu
75 extern FU *endfu; /* format at end-of-data */
H A Dparse.c48 FU *endfu; /* format at end-of-data */
81 FU *tfu, **nextfu;
101 if ((tfu = calloc(1, sizeof(FU))) == NULL)
152 FU *fu;
207 FU *fu;
H A Ddisplay.c60 FU *fu;
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DFunction.cpp874 const User *FU = U.getUser(); local
875 if (isa<BlockAddress>(FU))
877 if (!isa<CallInst>(FU) && !isa<InvokeInst>(FU))
878 return PutOffender ? (*PutOffender = FU, true) : true;
879 ImmutableCallSite CS(cast<Instruction>(FU));
881 return PutOffender ? (*PutOffender = FU, true) : true;

Completed in 100 milliseconds