Searched defs:FlagTy (Results 1 – 3 of 3) sorted by relevance
309 struct FlagTy { struct311 unsigned IsNewEntry : 1;313 unsigned IsHostPointer : 1;315 unsigned IsPresent : 1;318 unsigned IsLast : 1;320 unsigned IsContained : 1;
175 IntegerType *FlagTy = Type::getInt8Ty(Ctx); in runImpl() local
2967 struct FlagTy { global() struct