HomeSort by relevance Sort by last modified time
    Searched refs:getMaxAtomicInlineWidth (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 392 unsigned getMaxAtomicInlineWidth() const { return MaxAtomicInlineWidth; }
398 AtomicSizeInBits <= getMaxAtomicInlineWidth() &&
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 681 unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth();
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]

Completed in 137 milliseconds