HomeSort by relevance Sort by last modified time
    Searched defs:Converted (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 676 // Dig out the type that all elements should be converted to.
713 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
716 if (Converted.isInvalid())
719 ElementsBuffer[I] = Converted.get();
    [all...]
SemaTemplate.cpp 734 TemplateArgument Converted;
735 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 240 // A default argument expression is implicitly converted (clause
    [all...]
SemaExpr.cpp 418 // type 'array of type' is converted to an expression that has type 'pointer
425 // T" can be converted to an rvalue of type "pointer to T".
463 // converted to a prvalue.
573 // value is converted to an int; otherwise, it is converted to an
593 /// are promoted to double. All other argument types are converted by
757 /// successfully converted to the complex type.
810 // If just the complexExpr is complex, the otherExpr needs to be converted,
    [all...]

Completed in 55 milliseconds