Home
last modified time | relevance | path

Searched defs:ABC (Results 1 – 25 of 1541) sorted by relevance

12345678910>>...62

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dstatic-data-member.cpp3 struct ABC { struct
12 double ABC::a = 1.0; argument
/dports/databases/postgresql13-plperl/postgresql-13.5/src/test/regress/sql/
H A Dboolean.sql6 -- sanity check - if this fails go insane!
8 SELECT 1 AS one; member
9
11 -- ******************testing built-in type bool********************
/dports/archivers/xmill/xmill/XMill/
H A DXMLOutput.hpp65 OUTPUT_STATIC struct ABC { struct in XMLStringOutput
66 unsigned char status:3;
67 unsigned char content:2;
68 unsigned char isinattrib:1;
69 unsigned char indentation:5;
70 unsigned char valuespacing:1;
71 unsigned char attribwhitespace:1;
118 struct ABC { struct in MSXMLOutput
119 unsigned char status:3;
120 unsigned char content:2;
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/interop/luwra/
H A Dluwra.cpp14 struct ABC { struct
15 ABC() in ABC() function
18 ABC(int value) in ABC() argument
21 int value() const { in value()
24 void setValue(int v) { in setValue()
27 void overload1() { in overload1()
30 void overload2(int) { in overload2()
35 int v_;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/interop/kaguya/
H A Dkaguya.cpp18 struct ABC { struct
19 ABC() in ABC() function
22 ABC(int value) in ABC() argument
25 int value() const { in value()
28 void setValue(int v) { in setValue()
31 void overload1() { in overload1()
34 void overload2(int) { in overload2()
39 int v_;
/dports/devel/sol2/sol2-4.0.0-alpha/examples/interop/luwra/source/
H A Dluwra.cpp13 struct ABC { struct
14 ABC() : v_(0) { in ABC() argument
16 ABC(int value) : v_(value) { in ABC() function
18 int value() const { in value()
21 void setValue(int v) { in setValue()
24 void overload1() { in overload1()
27 void overload2(int) { in overload2()
32 int v_;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/cbindgen-0.13.2/tests/rust/
H A Dstruct_literal_order.rs2 struct ABC { struct
15 impl ABC { argument
28 pub extern "C" fn root(a1: ABC, a2: BAC) {} in root()
/dports/devel/rust-cbindgen/cbindgen-0.20.0/tests/rust/
H A Dstruct_literal_order.rs2 struct ABC { struct
15 impl ABC { impl
28 pub extern "C" fn root(a1: ABC, a2: BAC) {} in root()
/dports/graphics/libopenraw/libopenraw-0.3.0/cargo-crates/cbindgen-0.14.3/tests/rust/
H A Dstruct_literal_order.rs2 struct ABC { struct
15 impl ABC { argument
28 pub extern "C" fn root(a1: ABC, a2: BAC) {} in root()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cbindgen-0.20.0/tests/rust/
H A Dstruct_literal_order.rs2 struct ABC { struct
15 impl ABC { argument
28 pub extern "C" fn root(a1: ABC, a2: BAC) {} in root()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/cbindgen-0.20.0/tests/rust/
H A Dstruct_literal_order.rs2 struct ABC { struct
15 impl ABC { argument
28 pub extern "C" fn root(a1: ABC, a2: BAC) {} in root()

12345678910>>...62