Home
last modified time | relevance | path

Searched defs:Conversions (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dcxx11-initializer-aggregate.cpp148 struct Conversions { struct
149 aZeroInit::Conversions global() argument
150 bZeroInit::Conversions global() argument
151 cZeroInit::Conversions global() argument
152 dZeroInit::Conversions global() argument
153 eZeroInit::Conversions global() argument
154 fZeroInit::Conversions global() argument
155 gZeroInit::Conversions global() argument
156 hZeroInit::Conversions global() argument
157 iZeroInit::Conversions global() argument
/llvm-project/mlir/docs/Dialects/
H A DSPIR-V.md1002 ## Conversions section in SPIR-V Dialect
1016 `SPIRVConversionTarget`SPIR-V Dialect""Conversions global() argument
1028 `SPIRVTypeConverter`SPIR-V Dialect""Conversions global() argument
1061 Utility functions for loweringSPIR-V Dialect""Conversions global() argument
1078 Current conversions to SPIR-VSPIR-V Dialect""Conversions global() argument
/llvm-project/clang/test/SemaCXX/
H A Dvector-bool.cpp78 void Conversions() { in Conversions() function
/llvm-project/clang/include/clang/Sema/
H A DOverload.h871 ConversionSequenceList Conversions; global() member
1171 ImplicitConversionSequence *Conversions = allocateConversionSequences() local
[all...]
H A DSema.h9845 Conversions, global() enumerator
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1582 OverloadCandidateSet Conversions(From->getExprLoc(), TryUserDefinedConversion() local
3804 const auto &Conversions = FromRecordDecl->getVisibleConversionFunctions(); IsUserDefinedConversion() local
4928 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); FindConversionForRefInit() local
6604 const auto &Conversions = PerformContextualImplicitConversion() local
7603 ConversionSequenceList Conversions; AddMethodTemplateCandidate() local
7688 ConversionSequenceList Conversions; AddTemplateOverloadCandidate() local
7739 CheckNonDependentConversions(FunctionTemplateDecl * FunctionTemplate,ArrayRef<QualType> ParamTypes,ArrayRef<Expr * > Args,OverloadCandidateSet & CandidateSet,ConversionSequenceList & Conversions,bool SuppressUserConversions,CXXRecordDecl * ActingContext,QualType ObjectType,Expr::Classification ObjectClassification,OverloadCandidateParamOrder PO) CheckNonDependentConversions() argument
15634 const auto &Conversions = BuildCallToObjectOfClassType() local
[all...]
H A DSemaInit.cpp4291 const auto &Conversions = SourceRD->getVisibleConversionFunctions(); ResolveConstructorOverload() local
4940 const auto &Conversions = T2RecordDecl->getVisibleConversionFunctions(); TryRefInitWithConversionFunction() local
5865 const auto &Conversions = TryUserDefinedConversion() local
[all...]
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp878 ASTUnresolvedSet &Conversions = data().Conversions.get(Ctx); addedMember() local
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h333 LazyASTUnresolvedSet Conversions; global() member