Home
last modified time | relevance | path

Searched defs:q4 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-constructor.cpp56 std::string q4(kText2, 200); in Test() local
75 std::string_view q4(kText2, 200); in TestView() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-assume-aligned.cpp25 constexpr void *q4 = __builtin_assume_aligned(&n, 4, -4); variable
H A Dextern-c.cpp243 ExternCStruct4 *q4 = p4; // expected-error {{ambiguous}} global() variable
H A Doverload-call.cpp204 char* q4 = quals_rank1(a); in test_quals_ranking() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp5.cpp30 void (A::*q4)() noexcept = D(); variable
/llvm-project/clang/test/Misc/
H A Ddiag-inline-namespace.cpp24 …Q<&A::B::C::i> q4; // expected-error {{implicit instantiation of undefined template 'N::Q<&N::A::i… variable
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp435 auto q4 = bcast(f32Cst(builder, +1.945506571482613964425e+02)); matchAndRewrite() local