Searched refs:PathComponentsToStrip (Results 1 – 2 of 2) sorted by relevance
2396 int PathComponentsToStrip = in EmitCheckSourceLocation() local2398 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()2399 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()2400 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()2407 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()2410 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()
3064 int PathComponentsToStrip = in EmitCheckSourceLocation() local3066 if (PathComponentsToStrip < 0) { in EmitCheckSourceLocation()3067 assert(PathComponentsToStrip != INT_MIN); in EmitCheckSourceLocation()3068 int PathComponentsToKeep = -PathComponentsToStrip; in EmitCheckSourceLocation()3075 } else if (PathComponentsToStrip > 0) { in EmitCheckSourceLocation()3078 while (I != E && PathComponentsToStrip--) in EmitCheckSourceLocation()