Home
last modified time | relevance | path

Searched refs:Dependent (Results 1 – 25 of 135) sorted by relevance

123456

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDependenceFlags.h64 Dependent = 4, enumerator
75 DependentInstantiation = Dependent | Instantiation,
125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator
150 translate(D, TypeDependence::Dependent, Dependent) | in LLVM_COMMON_DEPENDENCE()
164 translate(D, NNSDependence::Dependent, Dependent) | in LLVM_COMMON_DEPENDENCE()
170 translate(D, TADependence::Dependent, Dependent) | in LLVM_COMMON_DEPENDENCE()
176 translate(D, TNDependence::Dependent, Dependent) | in LLVM_COMMON_DEPENDENCE()
197 translate(V, Dependent, TypeDependence::Dependent) | in LLVM_COMMON_DEPENDENCE()
213 translate(V, Dependent, NNSDependence::Dependent) | in LLVM_COMMON_DEPENDENCE()
220 translate(V, Dependent, TADependence::Dependent) | in LLVM_COMMON_DEPENDENCE()
[all …]
H A DExprConcepts.h70 bool Dependent,
86 const ConstraintSatisfaction *Satisfaction, bool Dependent,
93 const ConstraintSatisfaction *Satisfaction, bool Dependent,
162 bool Dependent : 1; variable
177 Kind(Kind), Dependent(IsDependent), in Kind()
184 assert(!Dependent && in isSatisfied()
190 assert(!Dependent && in setSatisfied()
195 void setDependent(bool IsDependent) { Dependent = IsDependent; } in setDependent()
196 bool isDependent() const { return Dependent; } in isDependent()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConcepts.cpp64 const ConstraintSatisfaction *Satisfaction, bool Dependent, in Create() argument
67 Dependent, ContainsUnexpandedParameterPack); in Create()
86 const ConstraintSatisfaction *Satisfaction, bool Dependent, in ConceptSpecializationExpr() argument
99 if (Dependent) in ConceptSpecializationExpr()
110 const ConstraintSatisfaction *Satisfaction, bool Dependent, in Create() argument
136 bool Dependent = false; in RequiresExpr() local
139 Dependent |= P->getType()->isInstantiationDependentType(); in RequiresExpr()
145 Dependent |= R->isDependent(); in RequiresExpr()
147 if (!Dependent) { in RequiresExpr()
157 RequiresExprBits.IsSatisfied |= Dependent; in RequiresExpr()
[all …]
H A DTemplateBase.cpp200 Deps |= TemplateArgumentDependence::Dependent; in getDependence()
207 return TemplateArgumentDependence::Dependent | in getDependence()
215 Deps = TemplateArgumentDependence::Dependent | in getDependence()
227 Deps |= TemplateArgumentDependence::Dependent | in getDependence()
240 return getDependence() & TemplateArgumentDependence::Dependent; in isDependent()
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mt.texi8 @node MT-Dependent
9 @chapter MT Dependent Features
14 @chapter MS1 Dependent Features
H A Dc-ip2k.texi7 @node IP2K-Dependent
8 @chapter IP2K Dependent Features
12 @chapter IP2K Dependent Features
H A Dc-pj.texi5 @node PJ-Dependent
6 @chapter picoJava Dependent Features
H A Dc-m32c.texi7 @node M32C-Dependent
8 @chapter M32C Dependent Features
12 @chapter M32C Dependent Features
H A Dc-ppc.texi7 @node PPC-Dependent
8 @chapter PowerPC Dependent Features
12 @chapter PowerPC Dependent Features
H A Dc-xc16x.texi6 @node xc16x-Dependent
7 @chapter Infineon xc16x Dependent Features
H A Dc-i860.texi6 @node i860-Dependent
7 @chapter Intel i860 Dependent Features
11 @chapter Intel i860 Dependent Features
H A Dc-bfin.texi7 @node BFIN-Dependent
8 @chapter Blackfin Dependent Features
12 @chapter Blackfin Dependent Features
H A Dc-sparc.texi7 @node Sparc-Dependent
8 @chapter SPARC Dependent Features
12 @chapter SPARC Dependent Features
H A Dc-ia64.texi9 @node IA-64-Dependent
10 @chapter IA-64 Dependent Features
15 @chapter IA-64 Dependent Features
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-ip2k.texi7 @node IP2K-Dependent
8 @chapter IP2K Dependent Features
12 @chapter IP2K Dependent Features
H A Dc-pj.texi5 @node PJ-Dependent
6 @chapter picoJava Dependent Features
H A Dc-ppc.texi7 @node PPC-Dependent
8 @chapter PowerPC Dependent Features
12 @chapter PowerPC Dependent Features
H A Dc-m88k.texi5 @node M88K-Dependent
6 @chapter Motorola M88K Dependent Features
H A Dc-arc.texi7 @node ARC-Dependent
8 @chapter ARC Dependent Features
13 @chapter ARC Dependent Features
H A Dc-msp430.texi6 @node MSP430-Dependent
7 @chapter MSP 430 Dependent Features
11 @chapter MSP 430 Dependent Features
H A Dc-a29k.texi6 @node AMD29K-Dependent
7 @chapter AMD 29K Dependent Features
11 @chapter AMD 29K Dependent Features
H A Dc-ia64.texi9 @node IA-64-Dependent
10 @chapter IA-64 Dependent Features
15 @chapter IA-64 Dependent Features
H A Dc-i860.texi6 @node i860-Dependent
7 @chapter Intel i860 Dependent Features
11 @chapter Intel i860 Dependent Features
H A Dc-sparc.texi7 @node Sparc-Dependent
8 @chapter SPARC Dependent Features
12 @chapter SPARC Dependent Features
H A Dc-i370.texi6 @node ESA/390-Dependent
7 @chapter ESA/390 Dependent Features
11 @chapter ESA/390 Dependent Features

123456