Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopDependenceAnalysis.cpp174 return A == B ? Dependent : Independent; in analyseZIV()
199 return Dependent; in analyseSubscript()
284 if (result != Dependent) { in analysePair()
292 return Dependent; in analysePair()
304 case Dependent: ++NumDependent; break; in depends()
/external/clang/test/SemaObjCXX/
Dargument-dependent-lookup.mm4 // <rdar://problem/9142559>: For the purposes of Argument-Dependent
/external/cldr/tools/java/org/unicode/cldr/draft/
DCategories.txt2159 093A Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN OE
2160 093B Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN OOE
2163 093E Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN AA
2164 093F Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN I
2165 0940 Mc Letter Vowel Dependent DEVANAGARI VOWEL SIGN II
2166 0941 Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN U
2167 0942 Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN UU
2168 0943 Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN VOCALIC R
2169 0944 Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN VOCALIC RR
2170 0945 Mn Letter Vowel Dependent DEVANAGARI VOWEL SIGN CANDRA E
[all …]
/external/clang/lib/AST/
DTemplateBase.cpp570 TemplateArgumentLoc *OutArgArray, bool &Dependent, in initializeFrom() argument
578 Dependent = Dependent || Info[i].getArgument().isDependent(); in initializeFrom()
DDeclBase.cpp1705 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local
1706 if (Dependent) in CreateStoredDeclsMap()
1711 C.LastSDM = llvm::PointerIntPair<StoredDeclsMap*,1>(M, Dependent); in CreateStoredDeclsMap()
1723 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll() argument
1728 if (Dependent) in DestroyAll()
1734 Dependent = Next.getInt(); in DestroyAll()
DExprCXX.cpp297 bool Dependent = false; in OverloadExpr() local
302 Dependent, InstantiationDependent, ContainsUnexpandedParameterPack); in OverloadExpr()
304 if (Dependent) { in OverloadExpr()
360 bool Dependent = true; in DependentScopeDeclRefExpr() local
366 Dependent, InstantiationDependent, ContainsUnexpandedParameterPack); in DependentScopeDeclRefExpr()
1128 bool Dependent = true; in CXXDependentScopeMemberExpr() local
1133 Dependent, InstantiationDependent, ContainsUnexpandedParameterPack); in CXXDependentScopeMemberExpr()
DItaniumMangle.cpp935 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleUnscopedTemplateName() local
936 assert(Dependent && "Not a dependent template name?"); in mangleUnscopedTemplateName()
937 if (const IdentifierInfo *Id = Dependent->getIdentifier()) in mangleUnscopedTemplateName()
940 mangleOperatorName(Dependent->getOperator(), UnknownArity); in mangleUnscopedTemplateName()
1697 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local
1698 assert(Dependent && "Unknown template name kind?"); in mangleTemplatePrefix()
1699 if (NestedNameSpecifier *Qualifier = Dependent->getQualifier()) in mangleTemplatePrefix()
1760 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
1761 assert(Dependent->isIdentifier()); in mangleType()
1765 mangleUnresolvedPrefix(Dependent->getQualifier()); in mangleType()
[all …]
/external/clang/test/PCH/
Dchain-class-extension.m26 // Dependent header
Dchain-categories.m31 // Dependent header
Dchain-categories2.m28 // Dependent header
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt45 + Dependent queries
88 Dependent queries render a number of primitives where each conditionally
/external/python/google-api-python-client/
DNOTICE15 Dependent Modules
DLICENSE15 Dependent Modules
/external/python/oauth2client/
DNOTICE15 Dependent Modules
DLICENSE15 Dependent Modules
/external/mesa3d/docs/specs/
DMESA_window_pos.spec118 New Implementation Dependent State
DEXT_shader_integer_mix.spec107 New Implementation Dependent State
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopDependenceAnalysis.h46 enum DependenceResult { Independent = 0, Dependent = 1, Unknown = 2 }; enumerator
/external/mesa3d/docs/specs/OLD/
DMESA_resize_buffers.spec75 New Implementation Dependent State
/external/llvm/docs/
DExtensions.rst34 X86/COFF-Dependent
169 ELF-Dependent
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtensions.rst34 X86/COFF-Dependent
185 ARM64/COFF-Dependent
209 ELF-Dependent
362 CodeView-Dependent
/external/clang/include/clang/AST/
DType.h1304 unsigned Dependent : 1;
1502 Type(TypeClass tc, QualType canon, bool Dependent,
1508 TypeBits.Dependent = Dependent;
1509 TypeBits.InstantiationDependent = Dependent || InstantiationDependent;
1520 TypeBits.Dependent = D;
1774 bool isDependentType() const { return TypeBits.Dependent; }
2053 : Type(Builtin, QualType(), /*Dependent=*/(K == Dependent),
2054 /*InstantiationDependent=*/(K == Dependent),
3000 QualType Canonical, bool Dependent,
3004 : Type(tc, Canonical, Dependent, InstantiationDependent, VariablyModified,
[all …]
DDeclContextInternals.h243 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
/external/lz4/examples/
Dstreaming_api_basics.md86 Usually, "Dependent memory" is previous adjacent contiguous memory up to 64KiBytes.
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp348 const SymbolRef Dependent) { in addSymbolDependency() argument
357 dependencies->push_back(Dependent); in addSymbolDependency()

1234