Home
last modified time | relevance | path

Searched defs:D (Results 12001 – 12025 of 95851) sorted by relevance

1...<<481482483484485486487488489490>>...3835

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp103 struct D { struct
107 friend bool operator==(const D&, const D&) = default; // expected-note {{previous}} argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/AST/
H A Dast-dump-records.c82 struct D { struct
85 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 a 'int' argument
87 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 b 'int [10]' argument
89 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:9> col:7 c 'int []' argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Driver/ToolChains/
H A DNaCl.cpp57 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
202 NaClToolChain::NaClToolChain(const Driver &D, const llvm::Triple &Triple, in NaClToolChain()
258 const Driver &D = getDriver(); in AddClangSystemIncludeArgs() local
316 const Driver &D = getDriver(); in addLibCxxIncludePaths() local
H A DRISCVToolchain.cpp25 static void addMultilibsFilePaths(const Driver &D, const MultilibSet &Multilibs, in addMultilibsFilePaths()
38 bool RISCVToolChain::hasGCCToolchain(const Driver &D, in hasGCCToolchain()
50 RISCVToolChain::RISCVToolChain(const Driver &D, const llvm::Triple &Triple, in RISCVToolChain()
147 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp2a/
H A Dis-corresponding-member8.C19 struct D { int a; union { long b; short c; struct { int d; signed long e; }; }; int f; }; struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Layout/
H A Daix-no-unique-address-with-double.cpp92 struct D { struct
101 [[no_unique_address]] D d; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp103 struct D { struct
107 friend bool operator==(const D&, const D&) = default; // expected-note {{previous}} argument
H A Dp4.cpp47 struct D { struct
136 struct D { struct
137 void f() { in f()
140 struct X {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp4.cpp19 namespace D { namespace
20 class D {}; class
34 namespace D { namespace
125 struct D { struct
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp103 struct D { struct
107 friend bool operator==(const D&, const D&) = default; // expected-note {{previous}} argument
H A Dp4.cpp47 struct D { struct
136 struct D { struct
137 void f() { in f()
140 struct X {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/AST/
H A Dast-dump-records.c71 struct D { struct
74 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 a 'int' argument
76 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 b 'int [10]' argument
78 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:9> col:7 c 'int []' argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/AST/
H A Dast-dump-records.c79 struct D { struct
82 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 a 'int' argument
84 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 b 'int [10]' argument
86 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:9> col:7 c 'int []' argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Driver/ToolChains/
H A DNaCl.cpp57 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
202 NaClToolChain::NaClToolChain(const Driver &D, const llvm::Triple &Triple, in NaClToolChain()
258 const Driver &D = getDriver(); in AddClangSystemIncludeArgs() local
316 const Driver &D = getDriver(); in addLibCxxIncludePaths() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp4.cpp19 namespace D { namespace
20 class D {}; class
34 namespace D { namespace
125 struct D { struct
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/src/hash/
H A Dsha1.c27 #define F(B, C, D) ((((C) ^ (D)) & (B)) ^ (D)) argument
28 #define G(B, C, D) ((B) ^ (C) ^ (D)) argument
29 #define H(B, C, D) (((D) & (C)) | (((D) | (C)) & (B))) argument
30 #define I(B, C, D) G(B, C, D) argument
/dports/math/optpp/optpp-2.4/newmat11/
H A Djacobi.C27 void Jacobi(const SymmetricMatrix& X, DiagonalMatrix& D, SymmetricMatrix& A, in Jacobi()
110 void Jacobi(const SymmetricMatrix& X, DiagonalMatrix& D) in Jacobi()
113 void Jacobi(const SymmetricMatrix& X, DiagonalMatrix& D, SymmetricMatrix& A) in Jacobi()
116 void Jacobi(const SymmetricMatrix& X, DiagonalMatrix& D, Matrix& V) in Jacobi()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_wrap.cpp19 float D = glm::clamp(-0.5f); in test() local
56 float D = glm::repeat(-0.5f); in test() local
96 float D = glm::mirrorClamp(-0.5f); in test() local
145 float D = glm::mirrorRepeat(-0.5f); in test() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/AST/
H A Dast-dump-records.c82 struct D { struct
85 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:7> col:7 a 'int' argument
87 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:11> col:7 b 'int [10]' argument
89 // CHECK-NEXT: FieldDecl 0x{{[^ ]*}} <line:[[@LINE-1]]:3, col:9> col:7 c 'int []' argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp25 static void addMultilibsFilePaths(const Driver &D, const MultilibSet &Multilibs, in addMultilibsFilePaths()
38 bool RISCVToolChain::hasGCCToolchain(const Driver &D, in hasGCCToolchain()
50 RISCVToolChain::RISCVToolChain(const Driver &D, const llvm::Triple &Triple, in RISCVToolChain()
147 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
H A DNaCl.cpp57 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
202 NaClToolChain::NaClToolChain(const Driver &D, const llvm::Triple &Triple, in NaClToolChain()
258 const Driver &D = getDriver(); in AddClangSystemIncludeArgs() local
316 const Driver &D = getDriver(); in addLibCxxIncludePaths() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp3.cpp103 struct D { struct
107 friend bool operator==(const D&, const D&) = default; // expected-note {{previous}} argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Driver/ToolChains/
H A DRISCVToolchain.cpp25 static void addMultilibsFilePaths(const Driver &D, const MultilibSet &Multilibs, in addMultilibsFilePaths()
38 bool RISCVToolChain::hasGCCToolchain(const Driver &D, in hasGCCToolchain()
50 RISCVToolChain::RISCVToolChain(const Driver &D, const llvm::Triple &Triple, in RISCVToolChain()
146 const Driver &D = ToolChain.getDriver(); in ConstructJob() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp4.cpp19 namespace D { namespace
20 class D {}; class
34 namespace D { namespace
125 struct D { struct
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp4.cpp47 struct D { struct
136 struct D { struct
137 void f() { in f()
140 struct X {

1...<<481482483484485486487488489490>>...3835