Home
last modified time | relevance | path

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

/llvm-project/libclc/generic/lib/math/
H A DsincospiF_piby4.h46 const float cc2 = -0.13888887673175665567647e-2F; __libclc__sincosf_piby4() local
H A DsincosD_piby4.h57 const double cc2 = -0.13888888888887398280412e-2; in __libclc__sincos_piby4() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-copy-omission.cpp93 Noncopyable cc2 = (Noncopyable)Derived(); // expected-error {{deleted}} in test_expressions() local
H A Dconstant-expression-cxx2a.cpp215 constexpr const Covariant2<C> *cc2 = &cc; variable