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 DUncountedLocalVarsChecker.cpp166 bool TraverseCXXForRangeStmt(CXXForRangeStmt *FRS) { in checkASTDecl()
167 if (!TFA.isTrivial(FRS)) in checkASTDecl()
168 return Base::TraverseCXXForRangeStmt(FRS); in checkASTDecl()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1267 } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) { in generatePathDiagnosticsForNode() local
1268 Body = FRS->getBody(); in generatePathDiagnosticsForNode()
1410 const auto *FRS = cast<CXXForRangeStmt>(S); in isConditionForTerminator() local
1411 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond; in isConditionForTerminator()
1421 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL)) in isIncrementOrInitInForLoop() local
1422 return FRS->getInc() == S || FRS->getRangeStmt() == S || in isIncrementOrInitInForLoop()
1423 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td1316 def : Pat<(store f32:$FRS, (PPCmatpcreladdr PCRelForm:$ga)),
1317 (PSTFSpc $FRS, $ga, 0)>;
1325 def : Pat<(store f64:$FRS, (PPCmatpcreladdr PCRelForm:$ga)),
1326 (PSTFDpc $FRS, $ga, 0)>;
2372 def : Pat<(store f32:$FRS, PDForm:$dst), (PSTFS $FRS, memri34:$dst)>;
2378 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,