Home
last modified time | relevance | path

Searched refs:Def2 (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/math/tmv/tmv-0.75/src/
H A DTMV_MultXV.inst26 #define Def2(T,T1,T2)\
34 Def2(T,T,T)
36 Def2(CT,T,T)
37 Def2(CT,T,CT)
38 Def2(CT,CT,T)
39 Def2(CT,CT,CT)
42 #undef Def2
H A DTMV_AddVV.inst16 #define Def2(T,T1,T2)\
20 Def2(T,T,T)
22 Def2(CT,T,T)
23 Def2(CT,T,CT)
24 Def2(CT,CT,CT)
27 #undef Def2
H A DTMV_Matrix.inst70 #define Def2(T,A) \
73 Def2(T,RowMajor|CStyle)
74 Def2(T,ColMajor|CStyle)
75 Def2(T,RowMajor|FortranStyle)
76 Def2(T,ColMajor|FortranStyle)
78 Def2(CT,RowMajor|CStyle)
79 Def2(CT,ColMajor|CStyle)
80 Def2(CT,RowMajor|FortranStyle)
81 Def2(CT,ColMajor|FortranStyle)
84 #undef Def2
H A DTMV_BaseMatrix.inst39 #define Def2(T,T1) \
46 Def2(T,T)
48 Def2(T,CT)
49 Def2(CT,CT)
52 #undef Def2
54 #define Def2(T,T1) \
72 Def2(CT,T)
75 #undef Def2
H A DTMV_DiagMatrix.inst32 #define Def2(T,A) \
35 Def2(T,CStyle)
36 Def2(T,FortranStyle)
38 Def2(CT,CStyle)
39 Def2(CT,FortranStyle)
42 #undef Def2
H A DTMV_TriMatrix.inst52 #define Def2(T1,T2) \
56 Def2(T,T)
58 Def2(T,CT)
59 Def2(CT,T)
60 Def2(CT,CT)
63 #undef Def2
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/testdata/scalars/
H A Demptystruct.txtar68 #Def2: {
73 check2a: test1 & #Def2
74 check2b: test2 & #Def2
143 #Def2: (_){
214 #Def2: {
219 check2a: (〈0;test1〉 & 〈0;#Def2〉)
220 check2b: (〈0;test2〉 & 〈0;#Def2〉)
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_tex.cpp1338 TSwitch* Def2 = NULL; in ParseSwitchDef() local
1357 if (Def2) in ParseSwitchDef()
1376 if (Def2) in ParseSwitchDef()
1378 delete Def2; in ParseSwitchDef()
1379 Def2 = NULL; in ParseSwitchDef()
1384 if (!Def2) in ParseSwitchDef()
1388 Def2 = new TSwitch(); in ParseSwitchDef()
1390 Def2->NumFrames = 1; in ParseSwitchDef()
1404 Def2->Quest = Quest; in ParseSwitchDef()
1721 Def2->Sound = 0; in P_InitSwitchList()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp25 struct Def2;
27 template<> struct Def2<int> { struct
31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2()
36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp110 MachineInstr *Def1, *Def2; member
116 Def2(&D2) {} in MuxInfo()
304 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock() local
305 MachineOperand *Src1 = &Def1.getOperand(2), *Src2 = &Def2.getOperand(2); in genMuxInBlock()
327 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock()
328 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
338 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent()) in genMuxInBlock()
349 B.remove(MX.Def2); in genMuxInBlock()

1234567891011