Home
last modified time | relevance | path

Searched defs:D (Results 76 – 100 of 31467) sorted by relevance

12345678910>>...1259

/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/theban_interval_tree-0.7.1/src/
H A Dnode.rs17 pub fn new(key: Range, data: D) -> Node<D>{ in new()
40 fn rotate_right<D>(mut root: Box<Node<D>>) -> Box<Node<D>>{ in rotate_right()
50 fn rotate_left<D>(mut root: Box<Node<D>>) -> Box<Node<D>>{ in rotate_left()
107 fn update_height<D>(root: &mut Node<D>){ in update_height()
114 fn insert_in_successor<D>(key: Range, data: D, successor: Option<Box<Node<D>>>)->Option<Box<Node<D>… in insert_in_successor()
124 pub fn insert<D>(key: Range, data: D, mut root: Box<Node<D>>) -> Box<Node<D>>{ in insert()
183 pub fn min<D>(root: &Box<Node<D>>) -> &D { in min()
189 pub fn max<D>(root: &Box<Node<D>>) -> &D { in max()
200 fn drop_min_from_left<D>(mut root : Box<Node<D>>, left: Box<Node<D>>) -> (Option<Box<Node<D>>>,Box<… in drop_min_from_left()
208 fn drop_min<D>(mut root: Box<Node<D>>) -> (Option<Box<Node<D>>>, Box<Node<D>>) { in drop_min()
[all …]
/dports/lang/yap/yap-6.2.2/H/
H A Damiops.h36 #define deref_head(D,Label) if (IsVarTerm(D)) goto Label argument
233 #define DO_TRAIL(A,D) \ argument
247 #define Trail(A, D, LAB) TRAIL(A,D) argument
268 #define Trail(A,D,LAB) TRAIL(A,D) argument
272 #define Trail_Global(A,D,LAB) TRAIL_GLOBAL(A,D) argument
286 #define Trail(A,D,LAB) TRAIL(A,D) argument
290 #define Trail_Global(A,D,LAB) TRAIL_GLOBAL(A,D) argument
292 #define Trail_Global2(A,D,LAB) TRAIL_GLOBAL(A,D) argument
355 #define BIND_GLOBALCELL(A,D) *(A) = (D); \ argument
360 #define BIND_GLOBALCELL_NONATT(A,D) *(A) = (D); \ argument
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DGlobalDecl.h38 void Init(const Decl *D) { in Init()
47 GlobalDecl(const VarDecl *D) { Init(D);} in GlobalDecl()
48 GlobalDecl(const FunctionDecl *D) { Init(D); } in GlobalDecl()
49 GlobalDecl(const BlockDecl *D) { Init(D); } in GlobalDecl()
50 GlobalDecl(const CapturedDecl *D) { Init(D); } in GlobalDecl()
51 GlobalDecl(const ObjCMethodDecl *D) { Init(D); } in GlobalDecl()
52 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); } in GlobalDecl()
53 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl()
54 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl()
88 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DASTNodeTraverser.h74 void setDeserialize(bool D) { Deserialize = D; } in setDeserialize()
77 void Visit(const Decl *D) { in Visit()
210 if (const auto *D = N.get<Decl>()) in Visit() local
369 void VisitFieldDecl(const FieldDecl *D) { in VisitFieldDecl()
376 void VisitVarDecl(const VarDecl *D) { in VisitVarDecl()
387 void VisitBindingDecl(const BindingDecl *D) { in VisitBindingDecl()
445 void dumpTemplateDecl(const TemplateDecl *D) { in dumpTemplateDecl()
532 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl()
542 void VisitFriendDecl(const FriendDecl *D) { in VisitFriendDecl()
571 void VisitBlockDecl(const BlockDecl *D) { in VisitBlockDecl()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-doc/
H A DMapper.cpp26 template <typename T> bool MapASTVisitor::mapDecl(const T *D) { in mapDecl()
55 bool MapASTVisitor::VisitNamespaceDecl(const NamespaceDecl *D) { in VisitNamespaceDecl()
59 bool MapASTVisitor::VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl()
61 bool MapASTVisitor::VisitEnumDecl(const EnumDecl *D) { return mapDecl(D); } in VisitEnumDecl()
63 bool MapASTVisitor::VisitCXXMethodDecl(const CXXMethodDecl *D) { in VisitCXXMethodDecl()
67 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
75 MapASTVisitor::getComment(const NamedDecl *D, const ASTContext &Context) const { in getComment() argument
85 int MapASTVisitor::getLine(const NamedDecl *D, in getLine()
90 llvm::StringRef MapASTVisitor::getFile(const NamedDecl *D, in getFile()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-doc/
H A DMapper.cpp27 template <typename T> bool MapASTVisitor::mapDecl(const T *D) { in mapDecl()
53 bool MapASTVisitor::VisitNamespaceDecl(const NamespaceDecl *D) { in VisitNamespaceDecl()
57 bool MapASTVisitor::VisitRecordDecl(const RecordDecl *D) { return mapDecl(D); } in VisitRecordDecl()
59 bool MapASTVisitor::VisitEnumDecl(const EnumDecl *D) { return mapDecl(D); } in VisitEnumDecl()
61 bool MapASTVisitor::VisitCXXMethodDecl(const CXXMethodDecl *D) { in VisitCXXMethodDecl()
65 bool MapASTVisitor::VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
73 MapASTVisitor::getComment(const NamedDecl *D, const ASTContext &Context) const { in getComment() argument
83 int MapASTVisitor::getLine(const NamedDecl *D, in getLine()
88 llvm::StringRef MapASTVisitor::getFile(const NamedDecl *D, in getFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() function
20 D(B b) : b(b) {} in D() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/common/
H A Drelpath.c11 * src/common/relpath.c in ~B()
13 *------------------------------------------------------------------------- in ~B()
15 #ifndef FRONTEND in ~B()
21 #include "catalog/pg_tablespace_d.h" in ~B()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dcert-oop11-cpp.cpp11 struct D { struct
15 D(D &&d) : b(d.b) {} in D() argument
20 D(B b) : b(b) {} in D() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp41 bool VisitDecl(const Decl *D) { in VisitDecl()
84 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
128 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
232 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
294 bool VisitVarDecl(const VarDecl *D) { in VisitVarDecl()
309 bool VisitFieldDecl(const FieldDecl *D) { in VisitFieldDecl()
321 bool VisitObjCIvarDecl(const ObjCIvarDecl *D) { in VisitObjCIvarDecl()
353 bool VisitTagDecl(const TagDecl *D) { in VisitTagDecl()
586 bool VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
699 bool VisitFriendDecl(const FriendDecl *D) { in VisitFriendDecl()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Index/
H A DIndexDecl.cpp41 bool VisitDecl(const Decl *D) { in VisitDecl()
84 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
128 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
232 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
294 bool VisitVarDecl(const VarDecl *D) { in VisitVarDecl()
309 bool VisitFieldDecl(const FieldDecl *D) { in VisitFieldDecl()
321 bool VisitObjCIvarDecl(const ObjCIvarDecl *D) { in VisitObjCIvarDecl()
353 bool VisitTagDecl(const TagDecl *D) { in VisitTagDecl()
586 bool VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
699 bool VisitFriendDecl(const FriendDecl *D) { in VisitFriendDecl()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Index/
H A DIndexDecl.cpp40 bool VisitDecl(const Decl *D) { in VisitDecl()
47 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined()
81 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
125 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
229 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
291 bool VisitVarDecl(const VarDecl *D) { in VisitVarDecl()
306 bool VisitFieldDecl(const FieldDecl *D) { in VisitFieldDecl()
350 bool VisitTagDecl(const TagDecl *D) { in VisitTagDecl()
585 bool VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
698 bool VisitFriendDecl(const FriendDecl *D) { in VisitFriendDecl()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Index/
H A DIndexDecl.cpp41 bool VisitDecl(const Decl *D) { in VisitDecl()
48 static bool hasUserDefined(const ObjCMethodDecl *D, in hasUserDefined()
82 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
126 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod()
230 bool VisitFunctionDecl(const FunctionDecl *D) { in VisitFunctionDecl()
290 bool VisitVarDecl(const VarDecl *D) { in VisitVarDecl()
305 bool VisitFieldDecl(const FieldDecl *D) { in VisitFieldDecl()
348 bool VisitTagDecl(const TagDecl *D) { in VisitTagDecl()
583 bool VisitUsingDecl(const UsingDecl *D) { in VisitUsingDecl()
693 bool VisitFriendDecl(const FriendDecl *D) { in VisitFriendDecl()
[all …]

12345678910>>...1259