Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp56 RefutationSolver->setUnsignedParam("rlimit", in finalizeVisitor()
59 RefutationSolver->setUnsignedParam("timeout", in finalizeVisitor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h453 virtual void setUnsignedParam(StringRef Key, unsigned Value) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h39 Solver->setUnsignedParam("timeout", 15000 /*milliseconds*/); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp913 void setUnsignedParam(StringRef Key, unsigned Value) override { in setUnsignedParam() function in __anona2cc94240111::Z3Solver