Home
last modified time | relevance | path

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

123

/NextBSD/contrib/binutils/gas/doc/
HDc-cr16.texi7 @node CR16-Dependent
8 @chapter CR16 Dependent Features
12 @chapter CR16 Dependent Features
HDc-ppc.texi7 @node PPC-Dependent
8 @chapter PowerPC Dependent Features
12 @chapter PowerPC Dependent Features
HDas.texinfo192 * Machine Dependencies:: Machine Dependent Features
6323 @chapter Machine Dependent Features
6340 * Alpha-Dependent:: Alpha Dependent Features
6343 * ARC-Dependent:: ARC Dependent Features
6346 * ARM-Dependent:: ARM Dependent Features
6349 * AVR-Dependent:: AVR Dependent Features
6352 * BFIN-Dependent:: BFIN Dependent Features
6355 * CR16-Dependent:: CR16 Dependent Features
6358 * CRIS-Dependent:: CRIS Dependent Features
6361 * D10V-Dependent:: D10V Dependent Features
[all …]
HDc-sparc.texi7 @node Sparc-Dependent
8 @chapter SPARC Dependent Features
12 @chapter SPARC Dependent Features
HDc-ia64.texi9 @node IA-64-Dependent
10 @chapter IA-64 Dependent Features
15 @chapter IA-64 Dependent Features
HDc-avr.texi8 @node AVR-Dependent
9 @chapter AVR Dependent Features
14 @chapter AVR Dependent Features
HDc-arc.texi7 @node ARC-Dependent
8 @chapter ARC Dependent Features
13 @chapter ARC Dependent Features
HDc-sh.texi6 @node SH-Dependent
7 @chapter Renesas / SuperH SH Dependent Features
HDc-alpha.texi8 @node Alpha-Dependent
9 @chapter Alpha Dependent Features
14 @chapter Alpha Dependent Features
HDc-mips.texi8 @node MIPS-Dependent
9 @chapter MIPS Dependent Features
13 @chapter MIPS Dependent Features
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTemplateBase.cpp547 bool &Dependent, in initializeFrom() argument
556 Dependent = Dependent || Info[i].getArgument().isDependent(); in initializeFrom()
591 bool &Dependent, in initializeFrom() argument
594 Base::initializeFrom(Info, Dependent, InstantiationDependent, in initializeFrom()
HDDeclBase.cpp1634 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local
1635 if (Dependent) in CreateStoredDeclsMap()
1640 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap()
1652 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() argument
1657 if (Dependent) in DestroyAll()
1663 Dependent = Next.getInt(); in DestroyAll()
HDExprCXX.cpp367 bool Dependent = false; in OverloadExpr() local
371 Dependent, in OverloadExpr()
375 if (Dependent) { in OverloadExpr()
431 bool Dependent = true; in DependentScopeDeclRefExpr() local
436 Dependent, in DependentScopeDeclRefExpr()
1217 bool Dependent = true; in CXXDependentScopeMemberExpr() local
1221 Dependent, in CXXDependentScopeMemberExpr()
HDItaniumMangle.cpp674 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleUnscopedTemplateName() local
675 assert(Dependent && "Not a dependent template name?"); in mangleUnscopedTemplateName()
676 if (const IdentifierInfo *Id = Dependent->getIdentifier()) in mangleUnscopedTemplateName()
679 mangleOperatorName(Dependent->getOperator(), UnknownArity); in mangleUnscopedTemplateName()
1389 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local
1390 assert(Dependent && "Unknown template name kind?"); in mangleTemplatePrefix()
1391 if (NestedNameSpecifier *Qualifier = Dependent->getQualifier()) in mangleTemplatePrefix()
1449 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
1450 assert(Dependent->isIdentifier()); in mangleType()
1454 mangleUnresolvedPrefix(Dependent->getQualifier()); in mangleType()
[all …]
HDTypeLoc.cpp328 case BuiltinType::Dependent: in getWrittenTypeSpec()
HDNSAPI.cpp457 case BuiltinType::Dependent: in getNSNumberFactoryMethodKind()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h1257 unsigned Dependent : 1;
1455 Type(TypeClass tc, QualType canon, bool Dependent,
1461 TypeBits.Dependent = Dependent;
1462 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1473 TypeBits.Dependent = D;
1727 bool isDependentType() const { return TypeBits.Dependent; }
1999 : Type(Builtin, QualType(), /*Dependent=*/(K == Dependent),
2000 /*InstantiationDependent=*/(K == Dependent),
2940 QualType Canonical, bool Dependent,
2944 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
[all …]
HDTemplateBase.h602 bool &Dependent, bool &InstantiationDependent,
637 bool &Dependent, bool &InstantiationDependent,
HDDeclContextInternals.h243 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
HDDeclCXX.h534 bool Dependent, bool IsGeneric, in LambdaDefinitionData()
536 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), in LambdaDefinitionData()
557 unsigned Dependent : 1; member
1695 return isLambda() && getLambdaData().Dependent; in isDependentLambda()
HDBuiltinTypes.def175 BUILTIN_TYPE(Dependent, DependentTy)
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDSymbolManager.cpp348 const SymbolRef Dependent) { in addSymbolDependency() argument
357 dependencies->push_back(Dependent); in addSymbolDependency()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTCommon.cpp58 case BuiltinType::Dependent: ID = PREDEF_TYPE_DEPENDENT_ID; break; in TypeIdxFromBuiltin()
/NextBSD/contrib/tcsh/
HDsrc.desc67 OS/Dependent files
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaAccess.cpp81 EffectiveContext() : Inner(nullptr), Dependent(false) {} in EffectiveContext()
85 Dependent(DC->isDependentContext()) { in EffectiveContext()
125 bool isDependent() const { return Dependent; } in isDependent()
144 bool Dependent; member

123