Searched refs:BufferTypes (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/mpi/ |
D | BufferDerefCheck.cpp | 36 SmallVector<const Type *, 1> BufferTypes; in check() local 41 auto addBuffer = [&CE, &Result, &BufferTypes, in check() 57 BufferTypes.push_back(ArgType); in check() 79 checkBuffers(BufferTypes, BufferExprs); in check() 82 void BufferDerefCheck::checkBuffers(ArrayRef<const Type *> BufferTypes, in checkBuffers() argument 84 for (size_t i = 0; i < BufferTypes.size(); ++i) { in checkBuffers() 86 const Type *BufferType = BufferTypes[i]; in checkBuffers()
|
D | TypeMismatchCheck.cpp | 254 SmallVector<const Type *, 1> BufferTypes; in check() local 260 auto addPair = [&CE, &Result, &BufferTypes, &BufferExprs, &MPIDatatypes]( in check() 278 BufferTypes.push_back(ArgType); in check() 299 checkArguments(BufferTypes, BufferExprs, MPIDatatypes, getLangOpts()); in check() 302 void TypeMismatchCheck::checkArguments(ArrayRef<const Type *> BufferTypes, in checkArguments() argument 309 const Type *const BT = BufferTypes[i]; in checkArguments()
|
D | TypeMismatchCheck.h | 41 void checkArguments(ArrayRef<const Type *> BufferTypes,
|
D | BufferDerefCheck.h | 40 void checkBuffers(ArrayRef<const Type *> BufferTypes,
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_buffer_test.cc | 792 TEST_P(AmberScriptParserBufferDataTypeTest, BufferTypes) { in TEST_P() argument 869 TEST_P(AmberScriptParserBufferDataTypeInvalidTest, BufferTypes) { in TEST_P() argument
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 514 TODO(dsinclair): Sync the BufferTypes with the list of Vulkan Descriptor types.
|