Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/TableGen/
DClangOpenCLBuiltinEmitter.cpp594 unsigned CumulativeIndex = 1; in EmitStringMatcher() local
604 SS << "return std::make_pair(" << CumulativeIndex << ", " << Ovl.size() in EmitStringMatcher()
610 CumulativeIndex += Ovl.size(); in EmitStringMatcher()