Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp63 int ValueArray[] = {3, 5, 0, 0, 0}; variable
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h802 explicit ValueArray(Ts... v) : v_(FlatTupleConstructTag{}, std::move(v)...) {} in ValueArray() function