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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBuiltin.cpp 734 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic);
748 CodeGenFunction::emitBuiltinObjectSize(const Expr *E, unsigned Type,
2910 return RValue::get(emitBuiltinObjectSize(E->getArg(0), Type, ResType,
CGBuiltin.cpp 734 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic);
748 CodeGenFunction::emitBuiltinObjectSize(const Expr *E, unsigned Type,
2910 return RValue::get(emitBuiltinObjectSize(E->getArg(0), Type, ResType,

Completed in 108 milliseconds