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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp159 std::string NewSym; local
160 raw_string_ostream NewSymStr(NewSym);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp194 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc);
198 SymbolRef OldSym, SymbolRef NewSym);
1596 // This function rebases symbolic expression `OldSym + Int` to `NewSym + Int`,
1597 // `OldSym - Int` to `NewSym - Int` and `OldSym` to `NewSym` in any iterator
1601 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc) {
1607 NewSym));
1617 SymbolRef NewSym) {
1627 return SVB.evalBinOpNN(State, BO_Add, *DiffInt, nonloc::SymbolVal(NewSym),
1599 rebaseSymbolInIteratorPositionsIf( ProgramStateRef State, SValBuilder &SVB, SymbolRef OldSym, SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc) argument
1615 rebaseSymbol(ProgramStateRef State, SValBuilder &SVB, SymbolRef OrigExpr, SymbolRef OldExpr, SymbolRef NewSym) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp477 DefinedOrUnknownSVal NewSym = local
480 state = state->BindExpr(CastE, LCtx, NewSym);

Completed in 115 milliseconds