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

/freebsd-11-stable/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
29 FU+= oops
31 _FU:= ${FU}
35 @echo "$@ FU='${_FU}'"
/freebsd-11-stable/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.c63 FU *fu;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp180 std::string FU(PRD.Name);
182 FU = FU.substr(FU.find("_") + 1);
183 size_t Pos = FU.find("Unit");
185 FU.resize(Pos);
186 if (FU == "LS") // LSUnit -> LSU
187 FU = "LSU";
188 OS << "/" << FU; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1441 const User *FU = U.getUser(); local
1442 if (isa<BlockAddress>(FU))
1444 const auto *Call = dyn_cast<CallBase>(FU);
1447 *PutOffender = FU;
1452 *PutOffender = FU;

Completed in 136 milliseconds