| /NextBSD/contrib/binutils/gas/doc/ |
| HD | c-cr16.texi | 7 @node CR16-Dependent 8 @chapter CR16 Dependent Features 12 @chapter CR16 Dependent Features
|
| HD | c-ppc.texi | 7 @node PPC-Dependent 8 @chapter PowerPC Dependent Features 12 @chapter PowerPC Dependent Features
|
| HD | as.texinfo | 192 * 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 …]
|
| HD | c-sparc.texi | 7 @node Sparc-Dependent 8 @chapter SPARC Dependent Features 12 @chapter SPARC Dependent Features
|
| HD | c-ia64.texi | 9 @node IA-64-Dependent 10 @chapter IA-64 Dependent Features 15 @chapter IA-64 Dependent Features
|
| HD | c-avr.texi | 8 @node AVR-Dependent 9 @chapter AVR Dependent Features 14 @chapter AVR Dependent Features
|
| HD | c-arc.texi | 7 @node ARC-Dependent 8 @chapter ARC Dependent Features 13 @chapter ARC Dependent Features
|
| HD | c-sh.texi | 6 @node SH-Dependent 7 @chapter Renesas / SuperH SH Dependent Features
|
| HD | c-alpha.texi | 8 @node Alpha-Dependent 9 @chapter Alpha Dependent Features 14 @chapter Alpha Dependent Features
|
| HD | c-mips.texi | 8 @node MIPS-Dependent 9 @chapter MIPS Dependent Features 13 @chapter MIPS Dependent Features
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TemplateBase.cpp | 547 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()
|
| HD | DeclBase.cpp | 1634 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()
|
| HD | ExprCXX.cpp | 367 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()
|
| HD | ItaniumMangle.cpp | 674 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 …]
|
| HD | TypeLoc.cpp | 328 case BuiltinType::Dependent: in getWrittenTypeSpec()
|
| HD | NSAPI.cpp | 457 case BuiltinType::Dependent: in getNSNumberFactoryMethodKind()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 1257 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 …]
|
| HD | TemplateBase.h | 602 bool &Dependent, bool &InstantiationDependent, 637 bool &Dependent, bool &InstantiationDependent,
|
| HD | DeclContextInternals.h | 243 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
|
| HD | DeclCXX.h | 534 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()
|
| HD | BuiltinTypes.def | 175 BUILTIN_TYPE(Dependent, DependentTy)
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | SymbolManager.cpp | 348 const SymbolRef Dependent) { in addSymbolDependency() argument 357 dependencies->push_back(Dependent); in addSymbolDependency()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTCommon.cpp | 58 case BuiltinType::Dependent: ID = PREDEF_TYPE_DEPENDENT_ID; break; in TypeIdxFromBuiltin()
|
| /NextBSD/contrib/tcsh/ |
| HD | src.desc | 67 OS/Dependent files
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaAccess.cpp | 81 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
|