Searched defs:Dependent (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Extensions.rst | 37 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 D | ExprConcepts.cpp | 92 const ConstraintSatisfaction *Satisfaction, bool Dependent, in ConceptSpecializationExpr() 118 bool Dependent, in Create() 154 bool Dependent = false; in RequiresExpr() local
|
H A D | DeclBase.cpp | 1931 bool Dependent = isDependentContext(); in CreateStoredDeclsMap() local 1949 void StoredDeclsMap::DestroyAll(StoredDeclsMap *Map, bool Dependent) { in DestroyAll()
|
H A D | ItaniumMangle.cpp | 2054 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); in mangleTemplatePrefix() local 2180 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); in mangleType() local
|
H A D | DeclCXX.cpp | 149 bool Dependent, bool IsGeneric, in CreateLambda()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DependenceFlags.h | 64 Dependent = 4, enumerator 125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator
|
H A D | ExprConcepts.h | 157 bool Dependent : 1; variable
|
H A D | DeclCXX.h | 377 unsigned Dependent : 1; member
|
H A D | Stmt.h | 314 unsigned /*ExprDependence*/ Dependent : llvm::BitWidth<ExprDependence>; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 349 const SymbolRef Dependent) { in addSymbolDependency()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1073 bool Dependent = in ReturnTypeRequirement() local
|
H A D | SemaAccess.cpp | 157 bool Dependent; member
|
H A D | SemaExprCXX.cpp | 5292 bool Dependent = false; in BuildTypeTrait() local
|
H A D | SemaExpr.cpp | 15057 bool Dependent = ArgTy->isDependentType(); in BuildBuiltinOffsetOf() local 16825 Dependent, enumerator
|
H A D | SemaChecking.cpp | 6175 bool Dependent = false; in SemaBuiltinComplex() local
|
H A D | SemaDeclCXX.cpp | 4477 bool Dependent = BaseType->isDependentType() || Init->isTypeDependent(); in BuildBaseInitializer() local
|
H A D | TreeTransform.h | 8264 bool Dependent = false; in TransformMSDependentExistsStmt() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 2572 bool mightBeIntendedToBeTemplateName(ExprResult E, bool &Dependent) { in mightBeIntendedToBeTemplateName()
|