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 284 int IsQuad = Type.isQuad();
288 return shift ? 7 : (8 << IsQuad) - 1;
291 return shift ? 15 : (4 << IsQuad) - 1;
293 return shift ? 31 : (2 << IsQuad) - 1;
295 return shift ? 63 : (1 << IsQuad) - 1;
298 return (4 << IsQuad) - 1;
301 return (2 << IsQuad) - 1;
    [all...]

Completed in 34 milliseconds