Home
last modified time | relevance | path

Searched refs:NewSym (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp144 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc);
146 SymbolRef OldSym, SymbolRef NewSym);
1014 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc) { in rebaseSymbolInIteratorPositionsIf() argument
1020 NewSym)); in rebaseSymbolInIteratorPositionsIf()
1030 SymbolRef NewSym) { in rebaseSymbol() argument
1040 return SVB.evalBinOpNN(State, BO_Add, *DiffInt, nonloc::SymbolVal(NewSym), in rebaseSymbol()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp462 DefinedOrUnknownSVal NewSym = in VisitCast() local
465 state = state->BindExpr(CastE, LCtx, NewSym); in VisitCast()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp1829 std::string NewSym; in findIndexForHandle()
1830 raw_string_ostream NewSymStr(NewSym); in findIndexForHandle()
1817 std::string NewSym; findIndexForHandle() local