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

  /external/clang/lib/Sema/
SemaTemplate.cpp 731 TemplateArgument Converted;
732 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 263 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) {
264 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) {
273 Converted = ICE->getSubExpr();
277 return Converted;
281 return Converted;
288 /// \param Converted The result of applying this standard conversion sequence.
295 const Expr *Converted,
310 // the original value when converted back to the original type, or
316 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
349 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
    [all...]
SemaExprObjC.cpp 645 // Dig out the type that all elements should be converted to.
676 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
679 if (Converted.isInvalid())
682 ElementsBuffer[I] = Converted.get();
    [all...]
SemaExpr.cpp 326 // type 'array of type' is converted to an expression that has type 'pointer
333 // T" can be converted to an rvalue of type "pointer to T".
371 // converted to a prvalue.
468 // value is converted to an int; otherwise, it is converted to an
488 /// double. All other argument types are converted by UsualUnaryConversions().
630 /// successfully converted to the complex type.
683 // If just the complexExpr is complex, the otherExpr needs to be converted,
728 // When both operands are complex, the shorter operand is converted to the
733 // floating-point type, the less precise type is converted, within it'
    [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 238 // A default argument expression is implicitly converted (clause
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 238 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
Sema.h     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]

Completed in 700 milliseconds