Searched refs:Sym1 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp294 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
295 bool isGreater(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
296 bool isEqual(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2);
353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { argument
354 return compare(State, Sym1, Sym2, BO_LT);
357 bool isGreater(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { argument
358 return compare(State, Sym1, Sym2, BO_GT);
361 bool isEqual(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { argument
362 return compare(State, Sym1, Sym2, BO_EQ);
H A DIteratorModeling.cpp104 SymbolRef Sym1, SymbolRef Sym2, const SVal &RetVal,
164 ProgramStateRef relateSymbols(ProgramStateRef State, SymbolRef Sym1,
509 ProgramStateRef State, SymbolRef Sym1,
513 if ((State = relateSymbols(State, Sym1, Sym2,
527 if (auto StateTrue = relateSymbols(State, Sym1, Sym2, Op == OO_EqualEqual)) {
532 if (auto StateFalse = relateSymbols(State, Sym1, Sym2, Op != OO_EqualEqual)) {
790 ProgramStateRef relateSymbols(ProgramStateRef State, SymbolRef Sym1, argument
800 SVB.evalBinOp(State, BO_EQ, nonloc::SymbolVal(Sym1),
508 processComparison(CheckerContext &C, ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, const SVal &RetVal, OverloadedOperatorKind Op) const argument
H A DIterator.cpp299 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, argument
301 return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(Sym2), Opc);
H A DIterator.h182 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp207 const MCSymbolRefExpr *Sym1 = MCSymbolRefExpr::create(BB1->getSymbol(), *Ctx); local
209 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1, Sym2, *Ctx);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h107 bool haveSameType(const SymExpr *Sym1, const SymExpr *Sym2) { argument
108 return haveSameType(Sym1->getType(), Sym2->getType());

Completed in 80 milliseconds