Home
last modified time | relevance | path

Searched defs:C3 (Results 1 – 25 of 141) sorted by relevance

123456

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-explicit-constructor.cpp117 struct C3 { struct
118 C3(initializer_list<T> list1) {} in C3() function
119 C3(const std::initializer_list<T*> &list2) {} in C3() argument
120 C3(::std::initializer_list<T**> &&list3) {} in C3() function
123 C3(initializer_list<U> list3) {} in C3() function
/external/llvm-project/clang/test/Parser/
Dcxx2a-concept-declaration.cpp30 int C3; // expected-error {{redefinition}} variable
31 struct C3 {}; // expected-error {{redefinition}} struct
/external/libabigail/doc/vizualization/graph/sources/
Dsa-C.cc20 struct C3 : public base struct
24 virtual ~C3() { }; in ~C3() argument
Dsa-D.cc25 struct C3 : public base struct
29 virtual ~C3() { }; in ~C3() argument
Dsa-DD.cc31 struct C3 : public base struct
35 virtual ~C3() { }; in ~C3() argument
/external/libabigail/doc/vizualization/layout/sources/
Dsa-C.cc20 struct C3 : public base struct
24 virtual ~C3() { }; in ~C3() argument
Dsa-D.cc25 struct C3 : public base struct
29 virtual ~C3() { }; in ~C3() argument
Dsa-DD.cc31 struct C3 : public base struct
35 virtual ~C3() { }; in ~C3() argument
/external/rust/crates/libm/src/math/
Dk_cosf.rs21 const C3: f64 = 0.0000243904487962774090654; /* 0x199342e0ee5069.0p-68 */ constant
Dk_cos.rs14 const C3: f64 = 2.48015872894767294178e-05; /* 0x3EFA01A0, 0x19CB1590 */ constant
/external/libcxxabi/test/
Ddynamic_cast.pass.cpp30 struct C3 { virtual ~C3() {} Pad1 _; }; in ~C3() struct
103 struct C3 { virtual ~C3() {} Pad2 _; }; in ~C3() argument
/external/llvm-project/libcxxabi/test/
Ddynamic_cast.pass.cpp33 struct C3 { virtual ~C3() {} Pad1 _; }; in ~C3() argument
106 struct C3 { virtual ~C3() {} Pad2 _; }; in ~C3() argument
/external/llvm-project/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %p\n", this);} }; in C3() struct
/external/clang/test/Layout/
Dms-x86-empty-nonvirtual-bases.cpp17 struct C3 { int a; C3() : a(0xf00000C3) {printf("C3 : %p\n", this);} }; in C3() argument
/external/llvm-project/clang/test/ASTMerge/class2/
Dtest.cpp5 class C3 { class
/external/arm-optimized-routines/math/
Dv_exp.c19 #define C3 v_f64 (0x1.55555da646206p-5) macro
29 #define C3 v_f64 (0x1.5555576a59599p-5) macro
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
DShadowMapTest.java25 private static final String C3 = C3.class.getName(); field in ShadowMapTest
112 static class C3 {} class in ShadowMapTest
/external/llvm-project/libc/AOR_v20.02/math/
Dv_exp.c20 #define C3 v_f64 (0x1.55555da646206p-5) macro
30 #define C3 v_f64 (0x1.5555576a59599p-5) macro
/external/llvm-project/clang/test/InterfaceStubs/
Dusings.cpp16 template<typename T, T t> struct C3{}; struct
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dsymbolize_pc_inline.cpp26 static inline void C3() { C2(); } in C3() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h85 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
127 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
149 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
/external/llvm/lib/IR/
DConstantsContext.h79 SelectConstantExpr(Constant *C1, Constant *C2, Constant *C3) in SelectConstantExpr()
121 InsertElementConstantExpr(Constant *C1, Constant *C2, Constant *C3) in InsertElementConstantExpr()
143 ShuffleVectorConstantExpr(Constant *C1, Constant *C2, Constant *C3) in ShuffleVectorConstantExpr()
/external/clang/test/Parser/
Dcxx-concept-declaration.cpp14 A<void>::Boolean concept C3(!0); variable
/external/clang/test/SemaCXX/
Dclass.cpp101 struct C3 { struct
107 const C3 c3 = { 1, 2 }; in f() argument
/external/llvm-project/clang/test/SemaCXX/
Dclass.cpp102 struct C3 { struct
108 const C3 c3 = { 1, 2 }; in f() argument

123456