Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp117 unsigned IsSpecial:1; member in __anonfe19b4d40111::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 in setBottom()
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11675 bool IsSpecial = false; in DecodeTypeFromStr() local
11694 assert(!IsSpecial && "Can't use 'L' with 'W', 'N', 'Z' or 'O' modifiers"); in DecodeTypeFromStr()
11700 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
11703 IsSpecial = true; in DecodeTypeFromStr()
11710 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
11713 IsSpecial = true; in DecodeTypeFromStr()
11728 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
11731 IsSpecial = true; in DecodeTypeFromStr()
11748 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!"); in DecodeTypeFromStr()
11751 IsSpecial = true; in DecodeTypeFromStr()