HomeSort by: relevance | last modified time | path
    Searched defs:Conversion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 616 // - it is an implicit integral conversion applied to an
710 // lvalue-to-rvalue conversion (4.1 [conv.lval]),
711 // array-to-pointer conversion (4.2 [conv.array]), and
712 // function-to-pointer conversion (4.3 [conv.func]) are the
1317 // conversion function, that is, the 'free' function calling convention unless
1348 /// Add a lambda's conversion to function pointer, as described in
1354 // This conversion is explicitly disabled if the lambda's function has
1362 // Add the conversion to function pointer.
1365 // Create the type of the conversion function.
1369 // The conversion function is always const and noexcept
    [all...]
SemaExpr.cpp 620 assert(!T.isNull() && "r-value conversion on typeless expression?");
622 // lvalue-to-rvalue conversion cannot be applied to function or array types.
726 /// CallExprUnaryConversions - a special case of an unary conversion
747 /// sometimes suppressed. For example, the array->pointer conversion doesn't
772 // conversion rank is less than or equal to the rank of int
838 // C++ performs lvalue-to-rvalue conversion as a default argument
841 // When an lvalue-to-rvalue conversion occurs in an unevaluated
844 // has a class type, the conversion copy-initializes a temporary
845 // of type T from the glvalue and the result of the conversion
1049 /// Handle arithmetic conversion with complex types. Helper function o
    [all...]

Completed in 151 milliseconds