/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DirectXSubtarget.h | 31 DirectXFrameLowering FL; variable
|
/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MSFCommon.cpp | 65 MSFStreamLayout FL; in getFpmStreamLayout() local
|
/llvm-project/clang/test/Analysis/ |
H A D | iterator-modeling.cpp | 478 void forward_list_assign(std::forward_list<int> &FL, int n) { in forward_list_assign() argument 511 void forward_list_clear(std::forward_list<int> &FL) { in forward_list_clear() argument 742 void forward_list_push_front(std::forward_list<int> &FL, int n) { in forward_list_push_front() argument 799 forward_list_emplace_front(std::forward_list<int> & FL,int n) forward_list_emplace_front() argument 861 forward_list_pop_front(std::list<int> & FL,int n) forward_list_pop_front() argument 1152 forward_list_insert_after_begin(std::forward_list<int> & FL,int n) forward_list_insert_after_begin() argument 1168 forward_list_insert_after_behind_begin(std::forward_list<int> & FL,int n) forward_list_insert_after_behind_begin() argument 1186 forward_list_insert_after_unknown(std::forward_list<int> & FL,int n) forward_list_insert_after_unknown() argument 1477 forward_list_emplace_after_begin(std::forward_list<int> & FL,int n) forward_list_emplace_after_begin() argument 1493 forward_list_emplace_after_behind_begin(std::forward_list<int> & FL,int n) forward_list_emplace_after_behind_begin() argument 1512 forward_list_emplace_after_unknown(std::forward_list<int> & FL,int n) forward_list_emplace_after_unknown() argument 1762 forward_list_erase_after_begin(std::forward_list<int> & FL) forward_list_erase_after_begin() argument 1782 forward_list_erase_after_unknown(std::forward_list<int> & FL) forward_list_erase_after_unknown() argument [all...] |
/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kExpandPseudo.cpp | 51 const M68kFrameLowering *FL; member in __anonb06667040111::M68kExpandPseudo
|
H A D | M68kCollapseMOVEMPass.cpp | 165 const M68kFrameLowering *FL; member in __anon7c7b1b820111::M68kCollapseMOVEM
|
/llvm-project/clang/lib/AST/ |
H A D | StmtCXX.cpp | 51 Stmt *Body, SourceLocation FL, in CXXForRangeStmt()
|
H A D | Stmt.cpp | 1022 ForStmt(const ASTContext & C,Stmt * Init,Expr * Cond,VarDecl * condVar,Expr * Inc,Stmt * Body,SourceLocation FL,SourceLocation LP,SourceLocation RP) ForStmt() argument
|
H A D | JSONNodeDumper.cpp | 1628 VisitFloatingLiteral(const FloatingLiteral * FL) VisitFloatingLiteral() argument
|
H A D | OpenMPClause.cpp | 572 assert(FL.size() == varlist_size() && in setFinals() argument
|
H A D | ItaniumMangle.cpp | 5507 const FloatingLiteral *FL = cast<FloatingLiteral>(E); mangleExpression() local
|
H A D | ExprConstant.cpp | 16649 if (const FloatingLiteral *FL CheckICE() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTfrCleanup.cpp | 122 ImmediateMap::iterator FL = IMap.find(SubL), FH = IMap.find(SubH); getReg() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ExprInspectionChecker.cpp | 431 FullSourceLoc FL(CE->getArg(0)->getBeginLoc(), SM); in analyzerHashDump() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 1089 typedef std::forward_list<Foo> FL; in test_AliasEmplacyFunctions() typedef 1127 typedef std::forward_list<Foo> FL; in test_Alias() typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1855 ThreadSafetyReporter(Sema &S, SourceLocation FL, SourceLocation FEL) in ThreadSafetyReporter() argument 2700 SourceLocation FL = AC.getDecl()->getLocation(); IssueWarnings() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1535 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E)) isSimpleZero() local
|
H A D | CoverageMappingGen.cpp | 414 SourceLocation Loc = FL.first; in gatherFileIDs() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1943 const auto &FL = M.getFunctionList(); areRemarksEnabled() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1418 isIncrementOrInitInForLoop(const Stmt * S,const Stmt * FL) isIncrementOrInitInForLoop() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 423 APFloat FL = APFloat::getAllOnesValue(Ty->getFltSemantics()); getAllOnesValue() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1761 LoadInst *FL = speculateSelectInstLoads() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5230 const PPCFrameLowering *FL = Subtarget.getFrameLowering(); EmitTailCallStoreFPAndRetAddr() local 7138 mapArgRegToOffsetAIX(unsigned Reg,const PPCFrameLowering * FL) mapArgRegToOffsetAIX() argument 7363 const PPCFrameLowering *FL = Subtarget.getFrameLowering(); LowerFormalArguments_AIX() local
|