Searched defs:Conversion (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/SemaCXX/
H A Dswitch.cpp89 namespace Conversion { namespace
H A Dexplicit.cpp39 namespace Conversion { namespace
/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/chromium_org/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64-unittest.cc186 struct Conversion { struct in namespace:v8::internal::compiler::__anon17262
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/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/clang/lib/Sema/
H A DSemaLambda.cpp1262 CXXConversionDecl *Conversion local
1271 Conversion->setAccess(AS_public);
1272 Conversion->setImplicit(true);
1283 Conversion);
1286 Conversion->setDescribedFunctionTemplate(ConversionTemplate);
1289 Class->addDecl(Conversion);
1360 CXXConversionDecl *Conversion local
1368 Conversion->setAccess(AS_public);
1369 Conversion->setImplicit(true);
1370 Class->addDecl(Conversion);
[all...]
H A DSemaInit.cpp5979 CXXConversionDecl *Conversion = cast<CXXConversionDecl>(Fn); local
5991 FoundFn, Conversion);
5997 CurInit = S.BuildCXXMemberCallExpr(CurInit.get(), FoundFn, Conversion,
6004 CreatedObject = Conversion->getReturnType()->isRecordType();
6552 llvm_unreachable("Conversion did not fail!");
6745 llvm_unreachable("Conversion did not fail!");
H A DSemaDeclCXX.cpp3258 "Conversion of invented variable cannot fail!");
6539 // Conversion functions don't have return types, but the parser will
6608 Decl *Sema::ActOnConversionDeclarator(CXXConversionDecl *Conversion) { argument
6609 assert(Conversion && "Expected to receive a conversion function declaration");
6611 CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(Conversion->getDeclContext());
6614 QualType ConvType = Context.getCanonicalType(Conversion->getConversionType());
6628 if (Conversion->getTemplateSpecializationKind() != TSK_Undeclared &&
6629 Conversion->getTemplateSpecializationKind() != TSK_ExplicitSpecialization)
6634 Diag(Conversion->getLocation(), diag::warn_conv_to_self_not_used)
6637 Diag(Conversion
[all...]
H A DSemaOverload.cpp198 "Transparent Union Conversion"
1145 // given Conversion rank, in spite of the fact that a copy
1244 // given Conversion rank, in spite of the fact that a copy/move
2018 // Conversion from a null pointer constant to any Objective-C pointer type.
3206 if (CXXConversionDecl *Conversion
3216 User.ConversionFunction = Conversion;
4162 // type, a derived-to-base Conversion.
4251 // derived-to-base Conversion (13.3.3.1).
4936 // Conversion from an integral or unscoped enumeration type to bool is
5179 CXXConversionDecl *Conversion local
5217 CXXConversionDecl *Conversion = local
5364 CXXConversionDecl *Conversion; local
6076 AddConversionCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, Expr *From, QualType ToType, OverloadCandidateSet& CandidateSet, bool AllowObjCConversionOnExplicit) argument
6285 AddSurrogateCandidate(CXXConversionDecl *Conversion, DeclAccessPair FoundDecl, CXXRecordDecl *ActingContext, const FunctionProtoType *Proto, Expr *Object, ArrayRef<Expr *> Args, OverloadCandidateSet& CandidateSet) argument
[all...]
H A DSemaExpr.cpp11469 CXXConversionDecl *Conversion = local
11471 if (Conversion->isLambdaToBlockPointerConversion())
11472 DefineImplicitLambdaToBlockPointerConversion(Loc, Conversion);
11474 DefineImplicitLambdaToFunctionPointerConversion(Loc, Conversion);
11923 "Conversion of invented variable cannot fail!");
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1664 IPMConversion Conversion = getIPMConversion(CCValid, CCMask); local
1667 if (Conversion.XORValue)
1669 DAG.getConstant(Conversion.XORValue, MVT::i32));
1671 if (Conversion.AddValue)
1673 DAG.getConstant(Conversion.AddValue, MVT::i32));
1677 DAG.getConstant(Conversion.Bit, MVT::i32));
1678 if (Conversion.Bit != 31)

Completed in 452 milliseconds