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

  /external/clang/lib/Sema/
SemaTemplate.cpp 735 TemplateArgument Converted;
736 ExprResult DefaultRes = CheckTemplateArgument(Param, Param->getType(), Default, Converted);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp 278 static const Expr *IgnoreNarrowingConversion(const Expr *Converted) {
279 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Converted)) {
288 Converted = ICE->getSubExpr();
292 return Converted;
296 return Converted;
303 /// \param Converted The result of applying this standard conversion sequence.
310 const Expr *Converted,
325 // the original value when converted back to the original type, or
331 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
364 const Expr *Initializer = IgnoreNarrowingConversion(Converted);
    [all...]
SemaExprObjC.cpp 674 // Dig out the type that all elements should be converted to.
711 ExprResult Converted = CheckObjCCollectionLiteralElement(*this,
714 if (Converted.isInvalid())
717 ElementsBuffer[I] = Converted.get();
    [all...]
SemaExpr.cpp 452 // type 'array of type' is converted to an expression that has type 'pointer
459 // T" can be converted to an rvalue of type "pointer to T".
553 // converted to a prvalue.
678 // value is converted to an int; otherwise, it is converted to an
698 /// are promoted to double. All other argument types are converted by
    [all...]
SemaDeclCXX.cpp 260 // A default argument expression is implicitly converted (clause
    [all...]
SemaDecl.cpp     [all...]
  /external/chromium_org/tools/cygprofile/
mergetraces.py 146 addresses have already been converted to static offsets.
168 sys.stderr.write("Converted len: " + str(len(trace_calls)) + "\n")
  /external/clang/include/clang/Sema/
Template.h 496 SmallVectorImpl<TemplateArgument> &Converted);
Overload.h 240 NarrowingKind getNarrowingKind(ASTContext &Context, const Expr *Converted,
Sema.h     [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 121 * @return {remoting.HostController.AsyncResult?} Converted result.
139 * @return {remoting.HostController.State?} Converted result.
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
filter.js 192 * @return {number} Converted number.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec     [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 984 * @return {Object!} Converted metadata.

Completed in 1145 milliseconds