/external/mesa3d/docs/ |
H A D | MESA_window_pos.spec | 118 New Implementation Dependent State
|
H A D | MESA_resize_buffers.spec | 75 New Implementation Dependent State
|
H A D | MESA_shader_debug.spec | 250 New Implementation Dependent State
|
H A D | MESA_swap_control.spec | 119 New Implementation Dependent State
|
H A D | MESA_swap_frame_usage.spec | 194 New Implementation Dependent State
|
/external/clang/lib/AST/ |
H A D | DeclBase.cpp | 1658 bool Dependent = isDependentContext(); local 1659 if (Dependent) 1664 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); 1676 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { argument 1681 if (Dependent) 1687 Dependent = Next.getInt();
|
H A D | ExprCXX.cpp | 367 bool Dependent = false; local 371 Dependent, 375 if (Dependent) { 431 bool Dependent = true; local 436 Dependent, 1221 bool Dependent = true; local 1225 Dependent, 1344 // Dependent
|
H A D | ItaniumMangle.cpp | 672 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); 673 assert(Dependent && "Not a dependent template name?"); 674 if (const IdentifierInfo *Id = Dependent->getIdentifier()) 677 mangleOperatorName(Dependent->getOperator(), UnknownArity); 1387 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); local 1388 assert(Dependent && "Unknown template name kind?"); 1389 if (NestedNameSpecifier *Qualifier = Dependent->getQualifier()) 1447 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); local 1448 assert(Dependent->isIdentifier()); 1452 mangleUnresolvedPrefix(Dependent [all...] |
H A D | TypeLoc.cpp | 328 case BuiltinType::Dependent:
|
H A D | NSAPI.cpp | 467 case BuiltinType::Dependent:
|
H A D | Expr.cpp | 349 bool Dependent = false; local 353 Dependent, 356 assert(!Dependent && "built a DeclRefExpr with dependent template args"); 1460 bool Dependent = false; local 1464 Dependent, 1613 return "Dependent";
|
H A D | DeclCXX.cpp | 113 bool Dependent, bool IsGeneric, 120 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric, 111 CreateLambda(const ASTContext &C, DeclContext *DC, TypeSourceInfo *Info, SourceLocation Loc, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
|
/external/clang/include/clang/AST/ |
H A D | TemplateBase.h | 603 bool &Dependent, bool &InstantiationDependent, 638 bool &Dependent, bool &InstantiationDependent,
|
H A D | DeclContextInternals.h | 243 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
|
H A D | Type.h | 1272 unsigned Dependent : 1; 1470 Type(TypeClass tc, QualType canon, bool Dependent, argument 1476 TypeBits.Dependent = Dependent; 1477 TypeBits.InstantiationDependent = Dependent || InstantiationDependent; 1488 TypeBits.Dependent = D; 1750 bool isDependentType() const { return TypeBits.Dependent; } 2020 : Type(Builtin, QualType(), /*Dependent=*/(K == Dependent), 2021 /*InstantiationDependent=*/(K == Dependent), 4212 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, QualType Canonical, bool Dependent, bool InstantiationDependent, bool VariablyModified, bool ContainsUnexpandedParameterPack) argument [all...] |
H A D | DeclCXX.h | 534 bool Dependent, bool IsGeneric, 536 : DefinitionData(D), Dependent(Dependent), IsGenericLambda(IsGeneric), 557 unsigned Dependent : 1; member in struct:clang::CXXRecordDecl::LambdaDefinitionData 1685 return isLambda() && getLambdaData().Dependent; 533 LambdaDefinitionData(CXXRecordDecl *D, TypeSourceInfo *Info, bool Dependent, bool IsGeneric, LambdaCaptureDefault CaptureDefault) argument
|
/external/clang/lib/Serialization/ |
H A D | ASTCommon.cpp | 112 case BuiltinType::Dependent:
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p1.cpp | 146 namespace Dependent { namespace
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 348 const SymbolRef Dependent) { 357 dependencies->push_back(Dependent); 347 addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent) argument
|
/external/guice/core/test/com/google/inject/ |
H A D | BindingTest.java | 50 static class Dependent { class in class:BindingTest 52 @Inject Dependent(A a, B b) {} method in class:BindingTest.Dependent
|
/external/mesa3d/docs/OLD/ |
H A D | MESA_program_debug.spec | 294 New Implementation Dependent State
|
/external/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 81 EffectiveContext() : Inner(nullptr), Dependent(false) {} 85 Dependent(DC->isDependentContext()) { 125 bool isDependent() const { return Dependent; } 144 bool Dependent; member in struct:__anon1299::EffectiveContext
|
/external/clang/tools/libclang/ |
H A D | CXType.cpp | 56 BTCASE(Dependent); 465 TKIND(Dependent);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 548 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 477 case BuiltinType::Dependent:
|