Home
last modified time | relevance | path

Searched +full:class +full:- +full:d (Results 1 – 25 of 1105) sorted by relevance

12345678910>>...45

/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dmemory1 // -*- C++ -*-
2 //===------
[all...]
H A Dchrono1 // -*- C++ -*-
2 //===------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h1 //===--- ASTMutationListener.h - AST Mutation Interface ------
51 CompletedTagDefinition(const TagDecl * D) CompletedTagDefinition() argument
54 AddedVisibleDecl(const DeclContext * DC,const Decl * D) AddedVisibleDecl() argument
57 AddedCXXImplicitMember(const CXXRecordDecl * RD,const Decl * D) AddedCXXImplicitMember() argument
62 AddedCXXTemplateSpecialization(const ClassTemplateDecl * TD,const ClassTemplateSpecializationDecl * D) AddedCXXTemplateSpecialization() argument
68 AddedCXXTemplateSpecialization(const VarTemplateDecl * TD,const VarTemplateSpecializationDecl * D) AddedCXXTemplateSpecialization() argument
73 AddedCXXTemplateSpecialization(const FunctionTemplateDecl * TD,const FunctionDecl * D) AddedCXXTemplateSpecialization() argument
88 CompletedImplicitDefinition(const FunctionDecl * D) CompletedImplicitDefinition() argument
93 InstantiationRequested(const ValueDecl * D) InstantiationRequested() argument
96 VariableDefinitionInstantiated(const VarDecl * D) VariableDefinitionInstantiated() argument
99 FunctionDefinitionInstantiated(const FunctionDecl * D) FunctionDefinitionInstantiated() argument
102 DefaultArgumentInstantiated(const ParmVarDecl * D) DefaultArgumentInstantiated() argument
105 DefaultMemberInitializerInstantiated(const FieldDecl * D) DefaultMemberInitializerInstantiated() argument
114 DeclarationMarkedUsed(const Decl * D) DeclarationMarkedUsed() argument
120 DeclarationMarkedOpenMPThreadPrivate(const Decl * D) DeclarationMarkedOpenMPThreadPrivate() argument
127 DeclarationMarkedOpenMPDeclareTarget(const Decl * D,const Attr * Attr) DeclarationMarkedOpenMPDeclareTarget() argument
133 DeclarationMarkedOpenMPAllocate(const Decl * D,const Attr * A) DeclarationMarkedOpenMPAllocate() argument
140 RedefinedHiddenDefinition(const NamedDecl * D,Module * M) RedefinedHiddenDefinition() argument
[all...]
H A DASTConsumer.h1 //===--- ASTConsumer.h - Abstract interface for reading ASTs ----*- C++ -*
57 HandleInlineFunctionDefinition(FunctionDecl * D) HandleInlineFunctionDefinition() argument
72 HandleTagDeclDefinition(TagDecl * D) HandleTagDeclDefinition() argument
76 HandleTagDeclRequiredDefinition(const TagDecl * D) HandleTagDeclRequiredDefinition() argument
82 HandleCXXImplicitFunctionInstantiation(FunctionDecl * D) HandleCXXImplicitFunctionInstantiation() argument
103 CompleteTentativeDefinition(VarDecl * D) CompleteTentativeDefinition() argument
108 CompleteExternalDeclaration(VarDecl * D) CompleteExternalDeclaration() argument
116 HandleCXXStaticMemberVarInstantiation(VarDecl * D) HandleCXXStaticMemberVarInstantiation() argument
145 shouldSkipFunctionBody(Decl * D) shouldSkipFunctionBody() argument
[all...]
H A DMangle.h1 //===--- Mangle.h - Mangle C++ Names ------
106 getAnonymousStructIdForDebugInfo(const NamedDecl * D) getAnonymousStructIdForDebugInfo() argument
193 MangleContext(C,D,MK_Itanium,IsAux) MangleContext() argument
235 MangleContext(C,D,MK_Microsoft,IsAux) MangleContext() argument
[all...]
H A DRecursiveASTVisitor.h1 //===--- RecursiveASTVisitor.h - Recursive AST Visitor ------
[all...]
H A DCXXInheritance.h1 //===- CXXInheritance.h - C++ Inheritance -----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 class ASTContext;
34 class NamedDecl;
36 /// Represents an element in a path from a derived class to a
37 /// base class.
40 /// derived class to one of its direct base classes, along with a
42 /// original derived class we are referencing.
[all …]
H A DDeclTemplate.h1 //===- DeclTemplate.h - Classes for representing C++ templates --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.
365 if (const auto *D = ValueOrInherited.template dyn_cast<ParmDecl *>()) getInheritedFrom() local
383 else if ([[maybe_unused]] auto *D = setInherited() local
451 classof(const Decl * D) classof() argument
955 classof(const Decl * D) classof() argument
[all...]
H A DDeclVisitor.h1 //===- DeclVisitor.h - Visitor for Decl subclasses --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
29 /// A simple visitor class that helps create declaration visitors.
30 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
31 class Base {
33 #define PTR(CLASS) typename Ptr<CLASS>::type argument
34 #define DISPATCH(NAME, CLASS) \ argument
35 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
[all …]
H A DDeclCXX.h1 //===- DeclCXX.h - Classes for representing C++ declarations --*- C++ -*-=====//
5 // SPDX-License-Identifier: Apache-2.
126 classof(const Decl * D) classof() argument
1208 auto &D = data(); hasDirectFields() local
1883 classof(const Decl * D) classof() argument
2006 classof(const Decl * D) classof() argument
2037 classof(const Decl * D) classof() argument
2040 castToDeclContext(const RequiresExprBodyDecl * D) castToDeclContext() argument
2272 classof(const Decl * D) classof() argument
2778 classof(const Decl * D) classof() argument
2841 classof(const Decl * D) classof() argument
2911 classof(const Decl * D) classof() argument
2986 classof(const Decl * D) classof() argument
2989 castToDeclContext(const LinkageSpecDecl * D) castToDeclContext() argument
3101 classof(const Decl * D) classof() argument
3214 classof(const Decl * D) classof() argument
3288 classof(const Decl * D) classof() argument
3401 classof(const Decl * D) classof() argument
3495 classof(const Decl * D) classof() argument
3577 classof(const Decl * D) classof() argument
3695 classof(const Decl * D) classof() argument
3768 classof(const Decl * D) classof() argument
3839 classof(const Decl * D) classof() argument
3935 classof(const Decl * D) classof() argument
4024 classof(const Decl * D) classof() argument
4046 classof(const Decl * D) classof() argument
4088 classof(const Decl * D) classof() argument
4145 classof(const Decl * D) classof() argument
4197 classof(const Decl * D) classof() argument
4247 classof(const Decl * D) classof() argument
4327 classof(const Decl * D) classof() argument
4376 classof(const Decl * D) classof() argument
[all...]
/freebsd-src/sys/dev/hwpmc/
H A Dhwpmc_dmc620.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2003-2008 Joseph Koshy
33 /* Support for ARM DMC-620 Memory Controller PMU */
47 #define CLASS2TYPE(c) ((c) - PMC_CLASS_DMC620_PMU_CD2)
49 /* Create wrapper for each class. */
51 static int fn(int class, t1 a1, t2 a2); \
60 static int fn(int class, t1 a1, t2 a2)
63 static int fn(int class, t1 a1, t2 a2, t3 a3); \
72 static int fn(int class, t1 a1, t2 a2, t3 a3)
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td1 //===- MipsMSAInstrInfo.td - MSA ASE instructions -*- tablegen ------
[all...]
H A DMicroMips32r6InstrInfo.td1 //=- MicroMips32r6InstrInfo.td - MicroMips r6 Instruction Information -*- tablegen -*-=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
47 //===----------------------------------------------------------------------===//
51 //===----------------------------------------------------------------------===//
52 class ADD_MMR6_ENC : ARITH_FM_MMR6<"add", 0x110>;
53 class ADDIU_MMR6_ENC : ADDI_FM_MMR6<"addiu", 0xc>;
54 class ADDU_MMR6_ENC : ARITH_FM_MMR6<"addu", 0x150>;
55 class ADDIUPC_MMR6_ENC : PCREL19_FM_MMR6<0b00>;
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h1 //===- IndexingContext.h - Indexing context data ----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 class ASTContext;
21 class Decl;
22 class DeclGroupRef;
23 class ImportDecl;
24 class TagDecl;
25 class TypeSourceInfo;
26 class NamedDecl;
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h1 //===- ASTReaderInternals.h - AST Reader Internals --------
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h1 //===- IdentifierResolver.h - Lexical Scope Name lookup ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the IdentifierResolver class, which is used for lexical
12 //===----------------------------------------------------------------------===//
26 class Decl;
27 class DeclarationName;
28 class DeclContext;
29 class IdentifierInfo;
30 class LangOptions;
[all …]
H A DTemplate.h1 //===- SemaTemplate.h - C++ Templates --------
105 MultiLevelTemplateArgumentList(Decl * D,ArgList Args,bool Final) MultiLevelTemplateArgumentList() argument
479 const Decl *D = I->first; cloneScopes() local
[all...]
/freebsd-src/usr.sbin/cxgbetool/
H A Dcxgbetool.840 .Bl -item -compact
47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
55 .Nm Ar nexus Cm hashfilter Ar filter-specification
63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification
71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt
75 .Nm Ar nexus Cm loadfw Ar fw-image.bin
85 .Nm Ar nexus Cm regdump Op Ar register-block ...
87 .Nm Ar nexus Cm sched-class A
[all...]
/freebsd-src/stand/ficl/softwords/
H A Doo.fr3 \ ** F I C L O - O E X T E N S I O N S
7 17 ficl-vocabulary oop
14 \ 2. Object aggregation (has-a relationship)
18 \ 4. Separate name-spaces for methods - methods are
19 \ only visible in the context of a class / object
26 \ base class provides a default initializer and superclass
29 \ A ficl object binds instance storage (payload) to a class.
30 \ object ( -- instance class )
31 \ All objects push their payload address and class address when
34 \ A ficl class consists of a parent class pointer, a wordlist
[all …]
/freebsd-src/contrib/llvm-project/lld/docs/
H A Dpartitions.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
4 <!-- Generated by graphviz version 2.38.0 (20140413.2041)
5 -->
6 <!-- Title: G Pages: 1 -->
9 <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 184)">
11 <polygon fill="white" stroke="none" points="-4,4 -4,-184 389,-184 389,4 -4,4"/>
12 <!-- part_main -->
13 <g id="node1" class="node"><title>part_main</title>
14 <text text-anchor="middle" x="47.5" y="-158.3" font-family="Times,serif" font-size="14.00">Main par…
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h1 //===----- CGHLSLRuntime.h - Interface to HLSL Runtimes ----
[all...]
H A DCodeGenModule.h1 //===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*-
681 getStaticLocalDeclAddress(const VarDecl * D) getStaticLocalDeclAddress() argument
684 setStaticLocalDeclAddress(const VarDecl * D,llvm::Constant * C) setStaticLocalDeclAddress() argument
693 getStaticLocalDeclGuardAddress(const VarDecl * D) getStaticLocalDeclGuardAddress() argument
696 setStaticLocalDeclGuardAddress(const VarDecl * D,llvm::GlobalVariable * C) setStaticLocalDeclGuardAddress() argument
848 shouldMapVisibilityToDLLExport(const NamedDecl * D) shouldMapVisibilityToDLLExport() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h1 //===- AnalysisDeclContext.h - Context for path sensitivity -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file defines AnalysisDeclContext, a class that manages the analysis
15 //===----------------------------------------------------------------------===//
35 class AnalysisDeclContextManager;
36 class ASTContext;
37 class BlockDecl;
38 class BlockInvocationContext;
39 class CFGReverseBlockReachabilityAnalysis;
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h1 //===- YAMLParser.h - Simple YAML parser ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
15 // * UTF-16.
18 // The most important class here is Stream. This represents a YAML stream with
27 // yaml::Node *n = di->getRoot();
34 //===----------------------------------------------------------------------===//
54 class MemoryBufferRef;
55 class raw_ostream;
56 class Twine;
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1 //===- ASTWriter.h - AST File Writer --------
176 DeclOrType(Decl * D) DeclOrType() argument
683 IsLocalDecl(const Decl * D) IsLocalDecl() argument
[all...]

12345678910>>...45