Searched refs:getLongAccumWidth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h419 /// getLongAccumWidth/Align - Return the size of 'signed long _Accum' and
421 unsigned getLongAccumWidth() const { return LongAccumWidth; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2059 Width = Target->getLongAccumWidth();

Completed in 99 milliseconds