Home
last modified time | relevance | path

Searched defs:vectorA (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Disolate-declaration-cxx17.cpp74 std::vector<int> vectorA = {1, 2}, vectorB = {1, 2, 3}, vectorC({1, 1, 1}); in modern() local
/llvm-project/clang/test/SemaCXX/
H A Dfriend.cpp91 class vectorA { class
93 vectorA(int i, const A& t = A()) {} in vectorA() function in test6_1::vectorA
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3226 mlir::Value vectorA = fir::getBase(args[0]); genDotProduct() local