Home
last modified time | relevance | path

Searched defs:TotalWidth (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h62 unsigned TotalWidth = 0; in columnWidthWithTabs() local
H A DFormatToken.h1004 unsigned TotalWidth; member
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1117 const unsigned TotalWidth = MemVT.getSizeInBits(); in tryLoadVector() local
1180 const unsigned TotalWidth = LoadedVT.getSizeInBits(); in tryLDG() local
1378 const unsigned TotalWidth = StoreVT.getSimpleVT().getSizeInBits(); in tryStoreVector() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h889 static constexpr storage_type TotalWidth = 0 variable