Home
last modified time | relevance | path

Searched defs:Sym1 (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIteratorRangeChecker.cpp353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess()
357 bool isGreater(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isGreater()
361 bool isEqual(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isEqual()
DIteratorModeling.cpp509 ProgramStateRef State, SymbolRef Sym1, in processComparison()
790 ProgramStateRef relateSymbols(ProgramStateRef State, SymbolRef Sym1, in relateSymbols()
DIterator.cpp299 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, in compare()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp207 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); in createSub() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h107 bool haveSameType(const SymExpr *Sym1, const SymExpr *Sym2) { in haveSameType()