Home
last modified time | relevance | path

Searched refs:getResults (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAssignmentTrackingAnalysis.h113 const FunctionVarLocs *getResults() { return Results.get(); } in getResults() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
DUninitializedObject.h227 std::pair<ProgramStateRef, const UninitFieldMap &> getResults() { in getResults() function
DUninitializedObjectChecker.cpp161 F.getResults(); in checkEndFunction()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyMachineFunctionInfo.cpp128 for (auto VT : MFI.getResults()) in WebAssemblyFunctionInfo()
DWebAssemblyMachineFunctionInfo.h84 const std::vector<MVT> &getResults() const { return Results; } in getResults() function
DWebAssemblyCFGStackify.cpp1473 if (MFI.getResults().empty()) in fixEndsAtEndOfFunction()
1479 MFI.getResults().size() > 1 in fixEndsAtEndOfFunction()
1482 WebAssembly::toValType(MFI.getResults().front())); in fixEndsAtEndOfFunction()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCoreEngine.h319 const ExplodedNodeSet &getResults() { in getResults() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp645 getCheckerManager().runCheckersForPostStmt(Dst, B.getResults(), DS, *this); in VisitDeclStmt()
DExprEngineCXX.cpp1114 assert(Bldr.getResults().size() == 1); in VisitCXXNewExpr()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp424 FnVarLocs = getAnalysis<AssignmentTrackingAnalysis>().getResults(); in runOnMachineFunction()