/llvm-project/clang/test/SemaCXX/ |
H A D | gnu-flags.cpp | 51 struct as { struct 62 // expected-warning@+6 {{class member cannot be redeclared}} argument
|
H A D | cxx1y-generic-lambdas-variadics.cpp | 21 auto L = [](auto ... as) { }; in test() argument 57 return [](decltype(As) ... as, auto ... Bs) { in test() argument 70 return [](decltype(As) ... as, decltype(A) a, auto ... Bs) { in test() argument
|
H A D | member-init.cpp | 24 …int as[] = { 1, 2, 3 }; // expected-error {{array bound cannot be deduced from a default member in… member 33 …int as[] = { decltype(x)::B<C, D>(0) }; // expected-error {{array bound cannot be deduced from a d… member
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | member-specialization.cpp | 5 template<typename V> const V &as() { return V::error; } in as() function 6 template<> const U &as<U>() { return u; } in as() function
|
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/ |
H A D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
H A D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/ |
H A D | ctor_sseq.pass.cpp | 186 unsigned as[] = {3, 5, 7}; in test1() local 301 unsigned as[] = {3, 5, 7}; in test2() local
|
/llvm-project/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/ |
H A D | ctor_sseq.pass.cpp | 32 unsigned as[] = {3, 5, 7}; in test1() local 47 unsigned as[] = {3, 5, 7}; in test2() local
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | global-init-darwin.cpp | 9 A as[2]; variable
|
H A D | debug-info-range-for-var-names.cpp | 10 vec as, bs, cs; in test() local
|
H A D | partial-destruction.cpp | 12 A as[10] = { 5, 7 }; in test() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | template-specialization.cpp | 15 template <int> struct as {}; struct
|
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
H A D | ctor_sseq.pass.cpp | 72 unsigned as[] = {3, 5, 7}; in test1() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | string-integer-assignment.cpp | 59 std::basic_string<MyArcaneChar> as; in main() local
|
/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 163 template <typename T> T as() const { as() function [all...] |
/llvm-project/libc/src/__support/FPUtil/ |
H A D | double_double.h | 90 r.lo = as.lo * bs.lo + t3; in exact_mult() local
|
H A D | dyadic_float.h | 94 LIBC_INLINE constexpr T as() const { as() function
|
/llvm-project/llvm/lib/Support/ |
H A D | ELFAttributeParser.cpp | 75 DictScope as(*sw, "Attribute"); in printAttribute() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | host-used-device-var.cu | 179 static ou as(const x *) { return 0; } in as() function in TestConstexprVar::ar
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 669 template <> float MPFRNumber::as<float>() const { as() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber 673 template <> double MPFRNumber::as<double>() const { as() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber 677 template <> long double MPFRNumber::as<long double>() const { as() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber 682 template <> float16 MPFRNumber::as<float16>() const { as() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise.cpp | 180 AnotherStream as; in streams_should_work() local
|
/llvm-project/clang/test/Parser/ |
H A D | DelayedTemplateParsing.cpp | 192 static void as() { in as() function
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | function-types-builtins.cpp | 98 auto as = &unary<int*>; variable
|
/llvm-project/clang/test/Sema/ |
H A D | atomic-expr.c | 185 _Atomic struct S as = non_atomic_s; // expected-error {{initializer element is not a compile-time c… variable
|
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 801 void TransferFunctions::VisitGCCAsmStmt(GCCAsmStmt *as) { in VisitGCCAsmStmt() 862 if (auto *as = dyn_cast_or_null<GCCAsmStmt>(terminator.getStmt())) in runOnBlock() local
|