HomeSort by relevance Sort by last modified time
    Searched defs:IsQuad (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 307 int IsQuad = Type.isQuad();
311 return shift ? 7 : (8 << IsQuad) - 1;
314 return shift ? 15 : (4 << IsQuad) - 1;
316 return shift ? 31 : (2 << IsQuad) - 1;
318 return shift ? 63 : (1 << IsQuad) - 1;
321 return (4 << IsQuad) - 1;
324 return (2 << IsQuad) - 1;
    [all...]

Completed in 399 milliseconds