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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp159 std::string NewSym; local
160 raw_string_ostream NewSymStr(NewSym);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp153 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc);
155 SymbolRef OldSym, SymbolRef NewSym);
1014 // This function rebases symbolic expression `OldSym + Int` to `NewSym + Int`,
1015 // `OldSym - Int` to `NewSym - Int` and `OldSym` to `NewSym` in any iterator
1019 SymbolRef NewSym, SymbolRef CondSym, BinaryOperator::Opcode Opc) {
1025 NewSym));
1035 SymbolRef NewSym) {
1045 return SVB.evalBinOpNN(State, BO_Add, *DiffInt, nonloc::SymbolVal(NewSym),
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp477 DefinedOrUnknownSVal NewSym = local
480 state = state->BindExpr(CastE, LCtx, NewSym);

Completed in 87 milliseconds