Home
last modified time | relevance | path

Searched refs:SizeBound (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h238 unsigned SizeBound; variable
256 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in SM()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1955 MaxTokenLength(0), SizeBound(0), CharByteWidth(0), Kind(tok::unknown), in StringLiteralParser()
1974 SizeBound = StringToks[0].getLength() - 2; // -2 for "". in init()
1988 SizeBound += Tok.getLength() - 2; // -2 for "". in init()
2025 ++SizeBound; in init()
2036 SizeBound *= CharByteWidth; in init()
2039 ResultBuf.resize(SizeBound); in init()