Lines Matching defs:OutError
106 char **OutError) {
115 *OutError = strdup(Error.c_str());
121 char **OutError) {
130 *OutError = strdup(Error.c_str());
137 char **OutError) {
147 *OutError = strdup(Error.c_str());
164 char **OutError) {
169 *OutError = strdup(
212 *OutError = strdup(Error.c_str());
262 LLVMModuleRef *OutMod, char **OutError) {
312 char **OutError) {
313 assert(OutError && "OutError must be non-null");
316 *OutError = strdup(ExecEngine->getErrorMessage().c_str());