Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
cwh_unimp.cxx File Reference
#include <stdio.h>
#include <assert.h>
#include "defs.h"
#include "errors.h"
#include "err_host.h"
#include "config.h"
Include dependency graph for cwh_unimp.cxx:

Go to the source code of this file.

Defines

#define FAIL   () { }
#define QUOTE(x)   x
#define ASSERT_UNIMPLEMENTED   1
#define UNIMPLEMENTED(fname)   void fname() {printf("Unimplemented function :: %s \n",# fname); exit(1);}
#define NOTNEEDED(fname)   void fname() {}

Variables

void Cleanup_Files FAIL int trace_verbose = 0

Define Documentation

#define ASSERT_UNIMPLEMENTED   1

Definition at line 45 of file cwh_unimp.cxx.

#define FAIL   () { }

Definition at line 42 of file cwh_unimp.cxx.

#define NOTNEEDED (   fname)    void fname() {}

Definition at line 53 of file cwh_unimp.cxx.

#define QUOTE (   x)    x

Definition at line 44 of file cwh_unimp.cxx.

#define UNIMPLEMENTED (   fname)    void fname() {printf("Unimplemented function :: %s \n",# fname); exit(1);}

Definition at line 50 of file cwh_unimp.cxx.


Variable Documentation

Definition at line 63 of file cwh_unimp.cxx.

Referenced by Process_Trace_Option().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines