Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/mpi/
H A DBufferDerefCheck.cpp87 const Type *BufferType = BufferTypes[I]; in checkBuffers() local
92 if (BufferType->isPointerType()) { in checkBuffers()
93 BufferType = BufferType->getPointeeType().getTypePtr(); in checkBuffers()
95 } else if (BufferType->isArrayType()) { in checkBuffers()
96 BufferType = BufferType->getArrayElementTypeNoTypeQual(); in checkBuffers()
/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp29 using BufferType = SmallString<64>; typedef
182 BufferType &Buffer, const Node *Parent = nullptr) { in compareNode()
217 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode()
289 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint()
348 nameToGeneratedCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToGeneratedCodePoint()
375 BufferType &Buffer) { in nameToCodepoint()
406 BufferType Buffer; in nameToCodepointStrict()
413 BufferType Buffer; in nameToCodepointLooseMatching()