Home | History | Annotate | Download | only in Core

Lines Matching defs:TR

237     if (const TypedValueRegion *TR = dyn_cast<TypedValueRegion>(R))
238 if (TR->getValueType()->isUnionType())
1059 const TypedValueRegion *TR = cast<TypedValueRegion>(baseR);
1060 QualType T = TR->getValueType();
1279 if (const TypedRegion *TR = dyn_cast<TypedRegion>(MR))
1280 T = TR->getLocationType();
1898 if (const TypedValueRegion* TR = dyn_cast<TypedValueRegion>(R)) {
1899 QualType Ty = TR->getValueType();
1901 return bindArray(B, TR, V);
1903 return bindStruct(B, TR, V);
1905 return bindVector(B, TR, V);
1907 return bindAggregate(B, TR, V);
2225 if (const CXXThisRegion *TR = dyn_cast<CXXThisRegion>(baseR)) {
2227 cast<StackArgumentsSpaceRegion>(TR->getSuperRegion());
2231 AddToWorkList(TR, &C);