Searched refs:Dependent (Results 1 - 25 of 42) sorted by relevance

12

/external/mesa3d/docs/
H A DMESA_window_pos.spec118 New Implementation Dependent State
H A DMESA_resize_buffers.spec75 New Implementation Dependent State
H A DMESA_shader_debug.spec250 New Implementation Dependent State
H A DMESA_swap_control.spec119 New Implementation Dependent State
H A DMESA_swap_frame_usage.spec194 New Implementation Dependent State
/external/clang/lib/AST/
H A DDeclBase.cpp1658 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 DExprCXX.cpp367 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 DItaniumMangle.cpp672 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 DTypeLoc.cpp328 case BuiltinType::Dependent:
H A DNSAPI.cpp467 case BuiltinType::Dependent:
H A DExpr.cpp349 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 DDeclCXX.cpp113 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 DTemplateBase.h603 bool &Dependent, bool &InstantiationDependent,
638 bool &Dependent, bool &InstantiationDependent,
H A DDeclContextInternals.h243 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
H A DType.h1272 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 DDeclCXX.h534 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 DASTCommon.cpp112 case BuiltinType::Dependent:
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp146 namespace Dependent { namespace
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp348 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 DBindingTest.java50 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 DMESA_program_debug.spec294 New Implementation Dependent State
/external/clang/lib/Sema/
H A DSemaAccess.cpp81 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 DCXType.cpp56 BTCASE(Dependent);
465 TKIND(Dependent);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h548 void addSymbolDependency(const SymbolRef Primary, const SymbolRef Dependent);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp477 case BuiltinType::Dependent:

Completed in 747 milliseconds

12