Searched refs:FL (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFCommon.cpp65 MSFStreamLayout FL; local
72 FL.Blocks.push_back(support::ulittle32_t(FpmBlock));
77 FL.Length = NumFpmIntervals * Msf.SB->BlockSize;
79 FL.Length = divideCeil(Msf.SB->NumBlocks, 8);
81 return FL;
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h343 #define DBG(SC, FL, PRINT) do { \
344 if ((SC)->debug & DBG_##FL) { \
350 #define DBGC(SC, FL, PRINT) do { \
351 if ((SC)->debug & DBG_##FL) \
371 #define DBG(SC, FL, PRINT)
372 #define DBGC(SC, FL, PRINT)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp50 Stmt *Body, SourceLocation FL,
53 : Stmt(CXXForRangeStmtClass), ForLoc(FL), CoawaitLoc(CAL), ColonLoc(CL),
47 CXXForRangeStmt(Stmt *Init, DeclStmt *Range, DeclStmt *BeginStmt, DeclStmt *EndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CAL, SourceLocation CL, SourceLocation RPL) argument
H A DOpenMPClause.cpp464 void OMPLinearClause::setFinals(ArrayRef<Expr *> FL) { argument
465 assert(FL.size() == varlist_size() &&
467 std::copy(FL.begin(), FL.end(), getUpdates().end());
H A DStmt.cpp919 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
928 ForStmtBits.ForLoc = FL;
918 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, SourceLocation RP) argument
H A DJSONNodeDumper.cpp1407 void JSONNodeDumper::VisitFloatingLiteral(const FloatingLiteral *FL) { argument
1409 FL->getValue().toString(Buffer);
H A DItaniumMangle.cpp4242 const FloatingLiteral *FL = cast<FloatingLiteral>(E); local
4244 mangleType(FL->getType());
4245 mangleFloat(FL->getValue());
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatmvar.h591 #define DBG(SC, FL, PRINT) do { \
592 if((SC)->debug & DBG_##FL) { \
615 #define DBG(SC, FL, PRINT)
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp306 FullSourceLoc FL(CE->getArg(0)->getBeginLoc(), SM);
308 GetIssueString(SM, FL, getCheckerName().getName(), "Category",
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h81 #define FL gettystrs[21].value macro
H A Dsubr.c205 &SU, &DS, &RP, &FL, &WE, &LN, 0
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.h310 #define FL_S7020D_SUBVENDOR HDA_MODEL_CONSTRUCT(FL, 0x1326)
311 #define FL_U1010_SUBVENDOR HDA_MODEL_CONSTRUCT(FL, 0x142d)
312 #define FL_ALL_SUBVENDOR HDA_MODEL_CONSTRUCT(FL, 0xffff)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h148 Stmt *Body, SourceLocation FL, SourceLocation CAL,
H A DJSONNodeDumper.h301 void VisitFloatingLiteral(const FloatingLiteral *FL);
H A DStmt.h2432 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
H A DOpenMPClause.h3340 /// \param FL List of expressions.
3341 void setFinals(ArrayRef<Expr *> FL);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1663 ThreadSafetyReporter(Sema &S, SourceLocation FL, SourceLocation FEL)
1664 : S(S), FunLocation(FL), FunEndLocation(FEL),
2165 SourceLocation FL = AC.getDecl()->getLocation();
2167 threadSafety::ThreadSafetyReporter Reporter(S, FL, FEL);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp248 for (const auto &FL : FileLocs) {
249 SourceLocation Loc = FL.first;
H A DCGExprAgg.cpp1358 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E))
1359 return FL->getValue().isPosZero();
/freebsd-11-stable/sys/dev/en/
H A Dmidway.c91 #define DBG(SC, FL, PRINT) do { \
92 if ((SC)->debug & DBG_##FL) { \
93 device_printf((SC)->dev, "%s: "#FL": ", __func__); \
114 #define DBG(SC, FL, PRINT) do { } while (0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1554 const auto &FL = M.getFunctionList(); local
1555 for (const Function &Fn : FL) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1369 LoadInst *FL = IRB.CreateLoad(LI->getType(), FV,
1375 FL->setAlignment(MaybeAlign(LI->getAlignment()));
1381 FL->setAAMetadata(Tags);
1384 Value *V = IRB.CreateSelect(SI.getCondition(), TL, FL,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1394 static bool isIncrementOrInitInForLoop(const Stmt *S, const Stmt *FL) { argument
1395 if (const auto *FS = dyn_cast<ForStmt>(FL))
1397 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp378 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(), local
380 return ConstantFP::get(Ty->getContext(), FL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4869 const PPCFrameLowering *FL = Subtarget.getFrameLowering(); local
4872 int NewRetAddrLoc = SPDiff + FL->getReturnSaveOffset();
4883 int NewFPLoc = SPDiff + FL->getFramePointerSaveOffset();

Completed in 1014 milliseconds

12