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

  /external/clang/include/clang/Basic/
TargetInfo.h 320 unsigned getMaxAtomicInlineWidth() const { return MaxAtomicInlineWidth; }
  /external/clang/lib/CodeGen/
CGAtomic.cpp 73 AtomicSizeInBits > C.getTargetInfo().getMaxAtomicInlineWidth());
330 getContext().getTargetInfo().getMaxAtomicInlineWidth();
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 581 unsigned InlineWidthBits = TI.getMaxAtomicInlineWidth();
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 245 milliseconds