Searched defs:emitBuiltinObjectSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp419 return emitBuiltinObjectSize(E, Type, ResType);
429 CodeGenFunction::emitBuiltinObjectSize(const Expr *E, unsigned Type, function in class:CodeGenFunction
760 return RValue::get(emitBuiltinObjectSize(E->getArg(0), Type, ResType));

Completed in 102 milliseconds