Home
last modified time | relevance | path

Searched defs:OtherV (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2717 Val &OtherV = Other.Vals[OtherVNI->id]; in analyzeValue() local
2744 Val &OtherV = Other.Vals[V.OtherVNI->id]; in analyzeValue() local
2885 Val &OtherV = Other.Vals[V.OtherVNI->id]; in computeAssignment() local
2994 const Val &OtherV = Other.Vals[V.OtherVNI->id]; in resolveConflicts() local
3075 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id]; in pruneValues() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp793 SVal OtherV = getArgSVal(Call, OtherArg); in apply() local