Home
last modified time | relevance | path

Searched refs:FRS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp247 bool TraverseCXXForRangeStmt(CXXForRangeStmt *FRS) override { in checkASTDecl()
248 if (!TFA.isTrivial(FRS)) in checkASTDecl()
249 return DynamicRecursiveASTVisitor::TraverseCXXForRangeStmt(FRS); in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1284 } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) { in generatePathDiagnosticsForNode() local
1285 Body = FRS->getBody(); in generatePathDiagnosticsForNode()
1427 const auto *FRS = cast<CXXForRangeStmt>(S); in isConditionForTerminator() local
1428 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond; in isConditionForTerminator()
1438 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL)) in isIncrementOrInitInForLoop() local
1439 return FRS->getInc() == S || FRS->getRangeStmt() == S || in isIncrementOrInitInForLoop()
1440 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td1320 def : Pat<(store f32:$FRS, (PPCmatpcreladdr PCRelForm:$ga)),
1321 (PSTFSpc $FRS, $ga, 0)>;
1329 def : Pat<(store f64:$FRS, (PPCmatpcreladdr PCRelForm:$ga)),
1330 (PSTFDpc $FRS, $ga, 0)>;
2378 def : Pat<(store f32:$FRS, PDForm:$dst), (PSTFS $FRS, memri34:$dst)>;
2384 def : Pat<(store f64:$FRS, PDForm:$dst), (PSTFD $FRS, memri34:$dst)>;
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in25850 @Article{Nelson:1979:FRS,