Home
last modified time | relevance | path

Searched +defs:foo +defs:bar (Results 1 – 25 of 54500) sorted by relevance

12345678910>>...2180

/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() function
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() function
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() function
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dinh-ctor32.C29 struct bar : boo { struct
43 struct bar : boo { struct
58 struct bar : boo { struct
72 struct bar : boo { struct
95 struct bar : boo { struct
111 struct bar : boo { struct
128 struct bar : boo { struct
143 struct bar : boo { struct
169 struct bar : boo { struct
171 constexpr bar(T ... args) : boo(args...) {} in bar() argument
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass-closed-issues/issue_783/
H A Dinput.scss8 $foo: 2em; variable
9 $bar: 2em; variable
19 $foo: 2px; variable
20 $bar: 2em; variable
30 $foo: 2em; variable
31 $bar: 2px; variable
41 $foo: 2px / 2em; variable
42 $bar: 2px; variable
53 $bar: 2px; variable
85 $foo: 2px; variable
[all …]
/dports/devel/R-cran-tidyselect/tidyselect/tests/testthat/
H A Dtest-sets.R14 expect_identical(sel_diff(named(1L), c(foo = 1L, bar = 1L)), named(int())) nameattr
18 expect_identical(sel_diff(c(foo = 1L), c(bar = 1L)), c(foo = 1L)) nameattr
20 expect_identical(sel_diff(c(foo = 1L), c(bar = 1L)), c(foo = 1L)) nameattr
26 expect_identical(sel_intersect(c(foo = 1L), c(bar = 1L)), named(int())) nameattr
30 expect_identical(sel_unique(c(1L, foo = 1L, bar = 1L)), c(foo = 1L, bar = 1L)) nameattr
40 expect_identical(sel_union(c(1L, bar = 1L), c(1L, foo = 1L)), c(bar = 1L, foo = 1L)) nameattr
41 expect_identical(sel_union(c(1L, foo = 1L), c(1L, bar = 1L)), c(foo = 1L, bar = 1L)) nameattr
44 …expect_identical(sel_intersect(c(1L, foo = 1L, bar = 1L), c(1L, bar = 1L, foo = 1L)), c(foo = 1L, … nameattr
45 …expect_identical(sel_intersect(c(1L, bar = 1L, foo = 1L), c(1L, foo = 1L, bar = 1L)), c(bar = 1L, … nameattr
47 expect_identical(sel_diff(c(1L, foo = 1L, bar = 1L), c(1L, bar = 1L)), c(foo = 1L)) nameattr
[all …]
/dports/devel/ftnchek/ftnchek-3.3.1/test/
H A Dcomcmp.f15 common /chars/ c7,c8,c1
19 common /ints/ iplain,itwo,ifour
20 common /bk1/ i,j,k,l,m,n,o
24 subroutine bar subroutine
25 character *8 c8,c7*7
26 character c1
27 common /chars/ c7,c8
28 integer iplain
29 integer *4 ifour
30 common /ints/ ifour,iplain
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dvtable-key-function-arm.cpp32 void Test0a::foo() {} in foo() function in Test0a
43 void Test0b::foo() {} in foo() function in Test0b
64 inline void Test1a::foo() {} in foo() function in Test1a
75 inline void Test1b::foo() {} in foo() function in Test1b
97 void Test2a::bar() {} in bar() function in Test2a
109 void Test2b::bar() {} in bar() function in Test2b
128 void Test2c::bar() {} in bar() function in Test2c
152 inline void Test3a::bar() {} in bar() function in Test3a
164 inline void Test3b::bar() {} in bar() function in Test3b
183 inline void Test3c::bar() {} in bar() function in Test3c
[all …]

12345678910>>...2180