Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/dports/sysutils/htop/htop-3.1.2/
H A DMeter.h80 #define Meter_initFn(this_) As_Meter(this_)->init argument
81 #define Meter_init(this_) As_Meter(this_)->init((Meter*)(this_)) argument
82 #define Meter_done(this_) As_Meter(this_)->done((Meter*)(this_)) argument
84 #define Meter_updateMode(this_, m_) As_Meter(this_)->updateMode((Meter*)(this_), m_) argument
85 #define Meter_drawFn(this_) As_Meter(this_)->draw argument
86 #define Meter_doneFn(this_) As_Meter(this_)->done argument
87 #define Meter_updateValues(this_) As_Meter(this_)->updateValues((Meter*)(this_)) argument
89 #define Meter_getUiName(this_,n_,l_) As_Meter(this_)->getUiName((const Meter*)(this_),n_,l_) argument
91 #define Meter_getCaption(this_) (Meter_getCaptionFn(this_) ? As_Meter(this_)->getCaption((co… argument
94 #define Meter_name(this_) As_Meter(this_)->name argument
[all …]
H A DPanel.h53 #define As_Panel(this_) ((const PanelClass*)((this_)->super.klass)) argument
54 #define Panel_eventHandlerFn(this_) As_Panel(this_)->eventHandler argument
55 …fine Panel_eventHandler(this_, ev_) (assert(As_Panel(this_)->eventHandler), As_Panel(this_ argument
56 #define Panel_drawFunctionBarFn(this_) As_Panel(this_)->drawFunctionBar argument
57 … Panel_drawFunctionBar(this_, hideFB_) (assert(As_Panel(this_)->drawFunctionBar), As_Panel(this_)… argument
58 #define Panel_printHeaderFn(this_) As_Panel(this_)->printHeader argument
59 …define Panel_printHeader(this_) (assert(As_Panel(this_)->printHeader), As_Panel(this… argument
79 #define Panel_setDefaultBar(this_) do { (this_)->currentBar = (this_)->defaultBar; } while (0) argument
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dparser.cpp513 if (setQNameFromExpat(this_ -> S, this_, el, elName)) in tcStartElement()
525 if (setQNameFromExpat(this_ -> S, this_, q, (char *)p[0])) in tcStartElement()
574 this_ -> S.setCurrFile(*(this_ -> theSAXUri.last())); in tcStartElement()
576 this_ -> S.setCurrFile(this_ -> theDataLine -> fullUri); in tcStartElement()
721 t -> processVertexAfterParse(this_ -> S, v, this_); in tcEndElement()
774 this_ -> nsCount[this_ -> nsCount.number()-1]++; in tcStartNamespace2()
778 this_ -> Warn1(this_ -> S, W1_OLD_NS_USED, (char*)uri) in tcStartNamespace2()
783 this_ -> Warn1(this_ -> S, W1_XSL_NOT_XSL, (char*) uri); in tcStartNamespace2()
813 this_ -> nsCount[this_ -> nsCount.number()-1]--; in tcEndNamespace()
983 this_ -> Log1(this_ -> S, L1_READING_EXT_ENTITY, systemId); in tcExternalEntityRef()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) call abort ()
49 if (this_% n /= 10 .or. this_% id /= 0) call abort ()
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) call abort ()
106 if (this_% temperature /= 10 .or. this_% id /= 0) call abort ()
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) call abort ()
49 if (this_% n /= 10 .or. this_% id /= 0) call abort ()
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) call abort ()
106 if (this_% temperature /= 10 .or. this_% id /= 0) call abort ()
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) call abort ()
49 if (this_% n /= 10 .or. this_% id /= 0) call abort ()
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) call abort ()
106 if (this_% temperature /= 10 .or. this_% id /= 0) call abort ()
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) call abort ()
49 if (this_% n /= 10 .or. this_% id /= 0) call abort ()
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) call abort ()
106 if (this_% temperature /= 10 .or. this_% id /= 0) call abort ()
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_)
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_)
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_)
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) STOP 2
49 if (this_% n /= 10 .or. this_% id /= 0) STOP 3
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) STOP 6
106 if (this_% temperature /= 10 .or. this_% id /= 0) STOP 7
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dconstructor_6.f9042 subroutine Print_rational_t (this_) argument
47 if (this_% n /= 0 .or. this_% id /= 1) call abort ()
49 if (this_% n /= 10 .or. this_% id /= 0) call abort ()
56 subroutine Rational_t_init (this_) argument
59 this_% n = 10
60 this_% id = 0
104 if (this_% temperature /= 20 .or. this_% id /= 1) call abort ()
106 if (this_% temperature /= 10 .or. this_% id /= 0) call abort ()
113 subroutine Temp_node_t_init (this_) argument
116 this_% temperature = 10.0
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/support/type_classification/
H A Dswappable.h25 this_(this) {} in lvalue_adl_swappable()
29 this_(this) {} in lvalue_adl_swappable()
43 return value_ == other.value_ && this_ == this && other.this_ == &other;
60 this_(this) {} in lvalue_rvalue_adl_swappable()
65 this_(this) {} in lvalue_rvalue_adl_swappable()
80 return value_ == other.value_ && this_ == this && other.this_ == &other;
97 this_(this) {} in rvalue_lvalue_adl_swappable()
102 this_(this) {} in rvalue_lvalue_adl_swappable()
133 this_(this) {} in rvalue_adl_swappable()
137 this_(this) {} in rvalue_adl_swappable()
[all …]

12345678910>>...43