Lines Matching defs:OutError
105 char **OutError) {
114 *OutError = strdup(Error.c_str());
120 char **OutError) {
129 *OutError = strdup(Error.c_str());
136 char **OutError) {
146 *OutError = strdup(Error.c_str());
163 char **OutError) {
168 *OutError = strdup(
211 *OutError = strdup(Error.c_str());
261 LLVMModuleRef *OutMod, char **OutError) {
311 char **OutError) {
312 assert(OutError && "OutError must be non-null");
315 *OutError = strdup(ExecEngine->getErrorMessage().c_str());