Searched refs:Conversion (Results 1 - 25 of 27) sorted by relevance

12

/external/lldb/test/lang/cpp/class_types/
H A Dmain.cpp10 class Conversion class
13 Conversion (int i) : function in class:Conversion
122 Conversion conv(1);
/external/clang/test/SemaCXX/
H A Dswitch.cpp89 namespace Conversion { namespace
H A Dexplicit.cpp39 namespace Conversion { namespace
/external/clang/lib/Sema/
H A DSemaLambda.cpp1267 CXXConversionDecl *Conversion local
1276 Conversion->setAccess(AS_public);
1277 Conversion->setImplicit(true);
1288 Conversion);
1291 Conversion->setDescribedFunctionTemplate(ConversionTemplate);
1294 Class->addDecl(Conversion);
1370 CXXConversionDecl *Conversion local
1378 Conversion->setAccess(AS_public);
1379 Conversion->setImplicit(true);
1380 Class->addDecl(Conversion);
[all...]
H A DSemaOverload.cpp164 "Transparent Union Conversion",
1118 // given Conversion rank, in spite of the fact that a copy
1212 // given Conversion rank, in spite of the fact that a copy/move
1989 // Conversion from a null pointer constant to any Objective-C pointer type.
3177 if (CXXConversionDecl *Conversion
3187 User.ConversionFunction = Conversion;
4134 // type, a derived-to-base Conversion.
4223 // derived-to-base Conversion (13.3.3.1).
4958 // Conversion from an integral or unscoped enumeration type to bool is
5236 CXXConversionDecl *Conversion local
5274 CXXConversionDecl *Conversion = local
5418 CXXConversionDecl *Conversion; local
6249 AddConversionCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, Expr *From, QualType ToType, OverloadCandidateSet& CandidateSet, bool AllowObjCConversionOnExplicit) argument
6458 AddSurrogateCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, const FunctionProtoType *Proto, Expr *Object, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet) argument
[all...]
H A DSemaPseudoObject.cpp1059 if (CXXConversionDecl *Conversion =
1061 QualType CT = Conversion->getConversionType().getNonReferenceType();
1064 ConversionDecls.push_back(Conversion);
1068 ConversionDecls.push_back(Conversion);
H A DSemaTemplateInstantiateDecl.cpp1709 } else if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) {
1712 Conversion->isInlineSpecified(),
1713 Conversion->isExplicit(),
1714 Conversion->isConstexpr(),
1715 Conversion->getLocEnd());
H A DSemaDeclCXX.cpp3559 "Conversion of invented variable cannot fail!");
6909 // Conversion functions don't have return types, but the parser will
7044 Decl *Sema::ActOnConversionDeclarator(CXXConversionDecl *Conversion) { argument
7045 assert(Conversion && "Expected to receive a conversion function declaration");
7047 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(Conversion->getDeclContext());
7050 QualType ConvType = Context.getCanonicalType(Conversion->getConversionType());
7064 if (Conversion->getTemplateSpecializationKind() != TSK_Undeclared &&
7065 Conversion->getTemplateSpecializationKind() != TSK_ExplicitSpecialization)
7070 Diag(Conversion->getLocation(), diag::warn_conv_to_self_not_used)
7073 Diag(Conversion
[all...]
H A DSemaInit.cpp6070 CXXConversionDecl *Conversion = cast<CXXConversionDecl>(Fn); local
6082 FoundFn, Conversion);
6088 CurInit = S.BuildCXXMemberCallExpr(CurInit.get(), FoundFn, Conversion,
6095 CreatedObject = Conversion->getReturnType()->isRecordType();
6687 llvm_unreachable("Conversion did not fail!");
6880 llvm_unreachable("Conversion did not fail!");
H A DSemaExpr.cpp12157 CXXConversionDecl *Conversion = local
12159 if (Conversion->isLambdaToBlockPointerConversion())
12160 DefineImplicitLambdaToBlockPointerConversion(Loc, Conversion);
12162 DefineImplicitLambdaToFunctionPointerConversion(Loc, Conversion);
12610 "Conversion of invented variable cannot fail!");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc218 // Conversion specifier.
428 // Conversion specifier.
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmswtpnt.c192 cmsBool ComputeChromaticAdaptation(cmsMAT3* Conversion, argument
227 _cmsMAT3per(Conversion, &Chad_Inv, &Tmp);
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc186 struct Conversion { struct in namespace:v8::internal::compiler::__anon14809
193 std::ostream& operator<<(std::ostream& os, const Conversion& conv) {
199 static const Conversion kConversionInstructions[] = {
847 typedef InstructionSelectorTestWithParam<Conversion>
852 const Conversion conv = GetParam();
/external/clang/lib/AST/
H A DDeclCXX.cpp566 if (CXXConversionDecl *Conversion = dyn_cast<CXXConversionDecl>(D)) {
573 AccessSpecifier AS = Conversion->getAccessUnsafe();
575 if (Conversion->getPrimaryTemplate()) {
581 FunTmpl ? cast<NamedDecl>(FunTmpl) : cast<NamedDecl>(Conversion);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1789 IPMConversion Conversion = getIPMConversion(CCValid, CCMask);
1792 if (Conversion.XORValue)
1794 DAG.getConstant(Conversion.XORValue, MVT::i32));
1796 if (Conversion.AddValue)
1798 DAG.getConstant(Conversion.AddValue, MVT::i32));
1802 DAG.getConstant(Conversion.Bit, MVT::i32));
1803 if (Conversion.Bit != 31)
/external/valgrind/none/tests/s390x/
H A Dcu12.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
H A Dcu12_1.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
H A Dcu14.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
H A Dcu14_1.stdout.exp1 ===== Conversion of a one-byte character =====
86 ===== Conversion of a two-byte character =====
131 ===== Conversion of a three-byte character =====
770 ===== Conversion of a four-byte character =====
/external/icu/icu4c/source/data/
H A Dmakedata.mak784 @echo Building Charset Conversion table $(@B)
790 @echo Building Special Charset Conversion table $(@B)
/external/valgrind/none/tests/mips32/
H A Dround.stdout.exp1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
386 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------
/external/clang/include/clang/Sema/
H A DSema.h2252 void AddConversionCandidate(CXXConversionDecl *Conversion,
2264 void AddSurrogateCandidate(CXXConversionDecl *Conversion,
5076 Decl *ActOnConversionDeclarator(CXXConversionDecl *Conversion);
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml70 (*===-- Conversion --------------------------------------------------------===*)
/external/valgrind/none/tests/mips64/
H A Dround.stdout.exp1 -------------------------- test FPU Conversion Operations Using a Directed Rounding Mode --------------------------
722 -------------------------- test FPU Conversion Operations Using the FCSR Rounding Mode --------------------------

Completed in 1454 milliseconds

12