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

  /external/clang/lib/Sema/
SemaTemplate.cpp 722 TemplateArgument Converted;
723 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaTemplateInstantiateDecl.cpp 144 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
145 if (Converted.isInvalid())
147 Cond = Converted.get();
    [all...]
SemaOverload.cpp 281 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) {
282 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) {
291 Converted = ICE->getSubExpr();
295 return Converted;
299 return Converted;
306 /// \param Converted The result of applying this standard conversion sequence.
313 const Expr *Converted,
328 // the original value when converted back to the original type, or
334 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
367 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
    [all...]
SemaExprObjC.cpp 691 // Dig out the type that all elements should be converted to.
728 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
731 if (Converted.isInvalid())
734 ElementsBuffer[I] = Converted.get();
    [all...]
SemaDeclAttr.cpp 751 ExprResult Converted = S.PerformContextuallyConvertToBool(Cond);
752 if (Converted.isInvalid())
754 Cond = Converted.get();
    [all...]
SemaExpr.cpp 456 // type 'array of type' is converted to an expression that has type 'pointer
463 // T" can be converted to an rvalue of type "pointer to T".
557 // converted to a prvalue.
700 // value is converted to an int; otherwise, it is converted to an
720 /// are promoted to double. All other argument types are converted by
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 258 // A default argument expression is implicitly converted (clause
    [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 193 addresses have already been converted to static offsets.
218 sys.stderr.write("Converted len: " + str(len(trace_calls)) + "\n")
  /external/clang/include/clang/Sema/
Template.h 496 ArrayRef<TemplateArgument> Converted);
Overload.h 240 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
Sema.h     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
filter.js 192 * @return {number} Converted number.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
filter.js 192 * @return {number} Converted number.
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 1045 * @return {Object!} Converted metadata.

Completed in 389 milliseconds