Home
last modified time | relevance | path

Searched defs:as (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dgnu-flags.cpp51 struct as { struct
62 // expected-warning@+6 {{class member cannot be redeclared}} argument
H A Dcxx1y-generic-lambdas-variadics.cpp21 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 Dmember-init.cpp24 …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 Dmember-specialization.cpp5 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 Dctor_sseq.pass.cpp32 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 Dctor_sseq.pass.cpp32 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 Dctor_sseq.pass.cpp186 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 Dctor_sseq.pass.cpp32 unsigned as[] = {3, 5, 7}; in test1() local
47 unsigned as[] = {3, 5, 7}; in test2() local
/llvm-project/clang/test/CodeGenCXX/
H A Dglobal-init-darwin.cpp9 A as[2]; variable
H A Ddebug-info-range-for-var-names.cpp10 vec as, bs, cs; in test() local
H A Dpartial-destruction.cpp12 A as[10] = { 5, 7 }; in test() local
/llvm-project/clang/test/OpenMP/
H A Dtemplate-specialization.cpp15 template <int> struct as {}; struct
/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_sseq.pass.cpp72 unsigned as[] = {3, 5, 7}; in test1() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-integer-assignment.cpp59 std::basic_string<MyArcaneChar> as; in main() local
/llvm-project/clang/include/clang/Interpreter/
H A DValue.h163 template <typename T> T as() const { as() function
[all...]
/llvm-project/libc/src/__support/FPUtil/
H A Ddouble_double.h90 r.lo = as.lo * bs.lo + t3; in exact_mult() local
H A Ddyadic_float.h94 LIBC_INLINE constexpr T as() const { as() function
/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp75 DictScope as(*sw, "Attribute"); in printAttribute() local
/llvm-project/clang/test/CodeGenCUDA/
H A Dhost-used-device-var.cu179 static ou as(const x *) { return 0; } in as() function in TestConstexprVar::ar
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp669 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 Dsigned-bitwise.cpp180 AnotherStream as; in streams_should_work() local
/llvm-project/clang/test/Parser/
H A DDelayedTemplateParsing.cpp192 static void as() { in as() function
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dfunction-types-builtins.cpp98 auto as = &unary<int*>; variable
/llvm-project/clang/test/Sema/
H A Datomic-expr.c185 _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 DUninitializedValues.cpp801 void TransferFunctions::VisitGCCAsmStmt(GCCAsmStmt *as) { in VisitGCCAsmStmt()
862 if (auto *as = dyn_cast_or_null<GCCAsmStmt>(terminator.getStmt())) in runOnBlock() local

12