Home
last modified time | relevance | path

Searched defs:b23 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/X86Vector/Transforms/
H A DAVXTranspose.cpp67 uint8_t b01, b23, b45, b67; in mm256ShufflePs() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DLowerVectorTranspose.cpp184 uint8_t b23 = (mask >> 2) & 0x3; in create4x128BitSuffle() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp358 std::string_view b23 = {(std::string_view){nullptr}}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp489 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} setupB() local
521 B b23 = B(std::move(b23)); // expected-warning {{variable 'b23' is uninitialized when used within its own initialization}} global() variable