HomeSort by: relevance | last modified time | path
    Searched refs:IsSpecial (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstPropagation.cpp 117 unsigned IsSpecial:1;
127 LatticeCell() : Kind(Top), Size(0), IsSpecial(false) {
141 L.IsSpecial ? sizeof L.Properties : L.Size * sizeof(const Constant *);
145 IsSpecial = L.IsSpecial;
151 uint32_t N = L.IsSpecial ? sizeof L.Properties
156 IsSpecial = L.IsSpecial;
162 bool isProperty() const { return IsSpecial; }
170 IsSpecial = false
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 10265 bool IsSpecial = false;
10284 assert(!IsSpecial && "Can't use 'L' with 'W', 'N', 'Z' or 'O' modifiers");
10290 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!");
10293 IsSpecial = true;
10300 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!");
10303 IsSpecial = true;
10318 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!");
10321 IsSpecial = true;
10338 assert(!IsSpecial && "Can't use two 'N', 'W', 'Z' or 'O' modifiers!");
10341 IsSpecial = true
    [all...]

Completed in 46 milliseconds