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

  /external/clang/lib/CodeGen/
CGLoopInfo.h 34 explicit LoopAttributes(bool IsParallel = false);
38 bool IsParallel;
99 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
107 void setParallel(bool Enable = true) { StagedAttrs.IsParallel = Enable; }
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 171 FX_BOOL IsParallel(baseType x, baseType y) const
176 FX_BOOL IsParallel(const FXT_VECTOR &v) const
178 return IsParallel(v.x, v.y);

Completed in 85 milliseconds