Home
last modified time | relevance | path

Searched defs:IntVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbuiltins.c132 typedef int __attribute__((vector_size(16))) IntVector; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Duse-after-move.cpp914 typedef std::vector<int> IntVector; standardContainerClearIsReinit() typedef