OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sym2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IteratorRangeChecker.cpp
294
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
) {
354
return compare(State, Sym1,
Sym2
, BO_LT);
357
bool isGreater(ProgramStateRef State, SymbolRef Sym1, SymbolRef
Sym2
) {
358
return compare(State, Sym1,
Sym2
, BO_GT);
361
bool isEqual(ProgramStateRef State, SymbolRef Sym1, SymbolRef
Sym2
) {
362
return compare(State, Sym1,
Sym2
, BO_EQ);
IteratorModeling.cpp
104
SymbolRef Sym1, SymbolRef
Sym2
, const SVal &RetVal,
165
SymbolRef
Sym2
, bool Equal);
510
SymbolRef
Sym2
, const SVal &RetVal,
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)) {
791
SymbolRef
Sym2
, bool Equal) {
801
nonloc::SymbolVal(
Sym2
), SVB.getConditionType());
Iterator.cpp
299
bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef
Sym2
,
301
return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(
Sym2
), Opc);
Iterator.h
182
bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef
Sym2
,
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsMCInstLower.cpp
208
const MCSymbolRefExpr *
Sym2
= MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx);
209
const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Sym1,
Sym2
, *Ctx);
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
107
bool haveSameType(const SymExpr *Sym1, const SymExpr *
Sym2
) {
108
return haveSameType(Sym1->getType(),
Sym2
->getType());
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026