Home
last modified time | relevance | path

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

/llvm-project/llvm/docs/
H A DExtensions.rst288 ``SHT_LLVM_DEPENDENT_LIBRARIES`` Section (Dependent Libraries) argument
37 RelocationsX86/COFF-Dependent global() argument
74 ``.linkonce`` DirectiveX86/COFF-Dependent global() argument
111 ``.section`` DirectiveX86/COFF-Dependent global() argument
188 RelocationsARM64/COFF-Dependent global() argument
212 ``.section`` DirectiveELF-Dependent global() argument
248 ``.linker-options`` Section (linker options)ELF-Dependent global() argument
308 ``SHT_LLVM_CALL_GRAPH_PROFILE`` Section (Call Graph Profile)ELF-Dependent global() argument
352 ``SHT_LLVM_ADDRSIG`` Section (address-significance table)ELF-Dependent global() argument
383 ``SHT_LLVM_SYMPART`` Section (symbol partition specification)ELF-Dependent global() argument
399 ``SHT_LLVM_BB_ADDR_MAP`` Section (basic block address map)ELF-Dependent global() argument
538 ``SHT_LLVM_OFFLOADING`` Section (offloading data)ELF-Dependent global() argument
550 ``SHT_LLVM_LTO`` Section (LLVM bitcode for fat LTO)ELF-Dependent global() argument
560 ``.cv_file`` DirectiveCodeView-Dependent global() argument
565 ``.cv_func_id`` DirectiveCodeView-Dependent global() argument
572 ``.cv_inline_site_id`` DirectiveCodeView-Dependent global() argument
581 ``.cv_loc`` DirectiveCodeView-Dependent global() argument
591 ``.cv_linetable`` DirectiveCodeView-Dependent global() argument
596 ``.cv_inline_linetable`` DirectiveCodeView-Dependent global() argument
601 ``.cv_def_range`` DirectiveCodeView-Dependent global() argument
608 ``.cv_stringtable`` DirectiveCodeView-Dependent global() argument
611 ``.cv_filechecksums`` DirectiveCodeView-Dependent global() argument
614 ``.cv_filechecksumoffset`` DirectiveCodeView-Dependent global() argument
619 ``.cv_fpo_data`` DirectiveCodeView-Dependent global() argument
/llvm-project/clang/test/Sema/
H A Dgeneric-selection-type-extension.c93 struct Dependent { struct
H A Dattr-nonblocking-syntax.cpp63 struct Dependent { global() struct
/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp90 ConceptSpecializationExpr(C, Loc, SpecDecl, Satisfaction, Dependent, in Create() argument
69 ConceptSpecializationExpr(const ASTContext & C,ConceptReference * Loc,ImplicitConceptSpecializationDecl * SpecDecl,const ConstraintSatisfaction * Satisfaction,bool Dependent,bool ContainsUnexpandedParameterPack) ConceptSpecializationExpr() argument
131 bool Dependent = false; RequiresExpr() local
[all...]
H A DDeclBase.cpp2138 bool Dependent = isDependentContext(); CreateStoredDeclsMap() local
2157 DestroyAll(StoredDeclsMap * Map,bool Dependent) DestroyAll() argument
H A DItaniumMangle.cpp2233 DependentTemplateName *Dependent = Template.getAsDependentTemplateName(); mangleTemplatePrefix() local
2358 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName(); mangleType() local
[all...]
/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp1.cpp41 template<typename T> struct Dependent { global() struct
47 UDependent global() argument
48 template struct Dependent<Good>; global() variable
51 template struct Dependent<Bad>; // expected-note {{in instantiation of}} global() variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-range-loop-analysis.cpp468 Container<T> Dependent; in test_template_function() local
482 Container<T> Dependent; in static_member() local
493 Container<T> Dependent; in member() local
516 Container<T> Dependent; in template_member() local
/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h64 Dependent = 4, enumerator
125 Dependent = Type | Value, in LLVM_COMMON_DEPENDENCE() enumerator
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp37 BaseType = Dependent->getQualifier()->getAsType(); in AST_MATCHER() local
/llvm-project/clang-tools-extra/modularize/
H A DModularizeUtilities.cpp182 SmallString<256> Dependent; in loadSingleHeaderListsAndDependencies() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp146 namespace Dependent { namespace
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp365 addSymbolDependency(const SymbolRef Primary,const SymbolRef Dependent) addSymbolDependency() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp304 typename T::TT Dependent; member
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp324 enum HighlightPriority { Dependent = 0, Resolved = 1 }; in evaluateHighlightPriority() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp155 bool Dependent; global() member
H A DSemaConcept.cpp1686 bool Dependent = ReturnTypeRequirement() local
H A DSemaExprCXX.cpp5860 bool Dependent = false; BuildTypeTrait() local
H A DSemaExpr.cpp15670 bool Dependent = ArgTy->isDependentType(); BuildBuiltinOffsetOf() local
17728 Dependent, global() enumerator
H A DSemaChecking.cpp4923 bool Dependent = false; BuiltinComplex() local
H A DSemaDeclCXX.cpp4641 bool Dependent = CurContext->isDependentContext() && BuildBaseInitializer() local
H A DTreeTransform.h8958 bool Dependent = false; TransformMSDependentExistsStmt() local
/llvm-project/clang/include/clang/Sema/
H A DSema.h481 Dependent // effect(expr) where expr is dependent. global() enumerator
3388 mightBeIntendedToBeTemplateName(ExprResult E,bool & Dependent) mightBeIntendedToBeTemplateName() argument