Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp117 unsigned IsSpecial:1; member in __anon034c86ec0111::LatticeCell
127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) { in LatticeCell()
141 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *); in LatticeCell()
145 IsSpecial = L.IsSpecial; in LatticeCell()
151 uint32_t N = L.IsSpecial ? sizeof L.Properties in operator =()
156 IsSpecial = L.IsSpecial; in operator =()
162 bool isProperty() const { return IsSpecial; } in isProperty()
170 IsSpecial = false; in setBottom()
178 IsSpecial = true; in setProperty()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp10307 bool IsSpecial = false; in DecodeTypeFromStr() local
10326 assert(!IsSpecial && "Can't use 'L' with 'W', 'N', 'Z' or 'O' modifiers"); in DecodeTypeFromStr()
10332 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
10335 IsSpecial = true; in DecodeTypeFromStr()
10342 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
10345 IsSpecial = true; in DecodeTypeFromStr()
10360 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
10363 IsSpecial = true; in DecodeTypeFromStr()
10380 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
10383 IsSpecial = true; in DecodeTypeFromStr()