Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DIntrinsicEmitter.cpp492 unsigned AttrNum = 0; in EmitAttributes() local
499 assert(AttrNum < 256 && "Too many unique attributes for table!"); in EmitAttributes()
500 N = ++AttrNum; in EmitAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DIntrinsicEmitter.cpp529 unsigned AttrNum = 0; in EmitAttributes() local
536 assert(AttrNum < 256 && "Too many unique attributes for table!"); in EmitAttributes()
537 N = ++AttrNum; in EmitAttributes()