Home
last modified time | relevance | path

Searched defs:q3 (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-constructor.cpp54 std::string q3(kText, 200); in Test() local
73 std::string_view q3(kText, 200); in TestView() local
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-assume-aligned.cpp24 constexpr void *q3 = __builtin_assume_aligned(&n, 4, 4); variable
H A Dextern-c.cpp242 ExternCStruct3 *q3 = p3; global() variable
H A Doverload-call.cpp180 char* q3 = quals3(ppp); in test_quals() local
201 double* q3 = quals_rank1("string literal"); in test_quals_ranking() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp5.cpp29 void (A::*q3)() noexcept = C(); // expected-error {{no viable conversion}} variable
/llvm-project/clang/test/Misc/
H A Ddiag-inline-namespace.cpp23 …Q<&A::B::C::h> q3; // expected-error {{implicit instantiation of undefined template 'N::Q<&N::B::h… variable
/llvm-project/clang/test/Sema/
H A Darray-init.c88 short q3[4][3][2] = { in allLegalAndSynonymous() local
122 short q3[4][3][] = { // expected-error{{array has incomplete element type 'short[]'}} in illegal() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg5xx.cpp59 void q3() { Q arr[e]; f(arr); } in q3() function
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp434 auto q3 = bcast(f32Cst(builder, +4.853903996359136964868e+02)); matchAndRewrite() local