Home
last modified time | relevance | path

Searched refs:StartID (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py106 r.StartID = start
114 ranges.sort(key=lambda a: a.StartID)
116 del r.StartID
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1208 static bool removeTriviallyEmptyRange(IntrinsicInst &I, unsigned StartID, in removeTriviallyEmptyRange() argument
1210 assert(I.getIntrinsicID() == StartID && in removeTriviallyEmptyRange()
1215 if (isa<DbgInfoIntrinsic>(E) || E->getIntrinsicID() == StartID) in removeTriviallyEmptyRange()