Home
last modified time | relevance | path

Searched defs:Dependent (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst37 Relocations
74 ``.linkonce`` Directive
111 ``.section`` Directive
188 Relocations
212 ``.section`` Directive
248 ``.linker-options`` Section (linker options)
288 ``SHT_LLVM_DEPENDENT_LIBRARIES`` Section (Dependent Libraries)
308 ``SHT_LLVM_CALL_GRAPH_PROFILE`` Section (Call Graph Profile)
352 ``SHT_LLVM_ADDRSIG`` Section (address-significance table)
382 ``SHT_LLVM_SYMPART`` Section (symbol partition specification)
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConcepts.cpp92 const ConstraintSatisfaction *Satisfaction, bool Dependent, in ConceptSpecializationExpr()
118 bool Dependent, in Create()
154 bool Dependent = false; in RequiresExpr() local
H A DDeclBase.cpp1931 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local
1949 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
H A DItaniumMangle.cpp2054 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local
2180 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
H A DDeclCXX.cpp149 bool Dependent, bool IsGeneric, in CreateLambda()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependenceFlags.h64 Dependent = 4, enumerator
125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator
H A DExprConcepts.h157 bool Dependent : 1; variable
H A DDeclCXX.h377 unsigned Dependent : 1; member
H A DStmt.h314 unsigned /*ExprDependence*/ Dependent : llvm::BitWidth<ExprDependence>; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp349 const SymbolRef Dependent) { in addSymbolDependency()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp1073 bool Dependent = in ReturnTypeRequirement() local
H A DSemaAccess.cpp157 bool Dependent; member
H A DSemaExprCXX.cpp5292 bool Dependent = false; in BuildTypeTrait() local
H A DSemaExpr.cpp15057 bool Dependent = ArgTy->isDependentType(); in BuildBuiltinOffsetOf() local
16825 Dependent, enumerator
H A DSemaChecking.cpp6175 bool Dependent = false; in SemaBuiltinComplex() local
H A DSemaDeclCXX.cpp4477 bool Dependent = BaseType->isDependentType() || Init->isTypeDependent(); in BuildBaseInitializer() local
H A DTreeTransform.h8264 bool Dependent = false; in TransformMSDependentExistsStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2572 bool mightBeIntendedToBeTemplateName(ExprResult E, bool &Dependent) { in mightBeIntendedToBeTemplateName()