Home
last modified time | relevance | path

Searched defs:Sym2 (Results 1 – 13 of 13) sorted by relevance

/external/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.cpp510 SymbolRef Sym2, const SVal &RetVal, in processComparison()
791 SymbolRef Sym2, bool Equal) { in relateSymbols()
DIterator.cpp299 bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2, in compare()
/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrTest.cpp268 MCSymbol *Sym2 = MC->createTempSymbol("post_label", false); in TEST() local
315 MCSymbol *Sym2 = MC->createTempSymbol("post_label", false); in TEST() local
353 MCSymbol *Sym2 = MC->createTempSymbol("post_label", false); in TEST() local
/external/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp209 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h157 if (auto Sym2 = M.ClientResolver->findSymbolInLogicalDylib(*S)) { in getResponsibilitySet() local
190 if (auto Sym2 = M.ClientResolver->findSymbol(*S)) { in lookup() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h74 bool haveSameType(const SymExpr *Sym1, const SymExpr *Sym2) { in haveSameType()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h93 bool haveSameType(const SymExpr *Sym1, const SymExpr *Sym2) { in haveSameType()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSerializationTests.cpp138 auto Sym2 = *ParsedYAML->Symbols->find( in TEST() local
DFileIndexTests.cpp586 auto Sym2 = symbol("2"); in TEST() local
DDexTests.cpp738 auto Sym2 = symbol("t2"); in TEST() local