Home | History | Annotate | Download | only in Expression

Lines Matching refs:alloc_error

667             Error alloc_error;
675 alloc_error);
677 if (!alloc_error.Success())
679 error_stream.Printf("Couldn't allocate space for materialized struct: %s\n", alloc_error.AsCString());
688 Error alloc_error;
696 alloc_error);
700 if (!alloc_error.Success())
702 error_stream.Printf("Couldn't allocate space for the stack frame: %s\n", alloc_error.AsCString());