Compiler.h File Reference

Go to the source code of this file.

Defines

#define __has_feature(x)   0
#define LLVM_LIBRARY_VISIBILITY
 LLVM_LIBRARY_VISIBILITY - If a class marked with this attribute is linked into a shared library, then the class should be private to the library and not accessible from outside it.
#define LLVM_ATTRIBUTE_USED
#define LLVM_ATTRIBUTE_UNUSED
#define LLVM_ATTRIBUTE_READNONE
#define LLVM_ATTRIBUTE_READONLY
#define BUILTIN_EXPECT(EXPR, VALUE)   (EXPR)
#define EXTERN_TEMPLATE_INSTANTIATION(X)
#define TEMPLATE_INSTANTIATION(X)
#define LLVM_ATTRIBUTE_NOINLINE
#define LLVM_ATTRIBUTE_ALWAYS_INLINE
#define LLVM_ATTRIBUTE_NORETURN
#define LLVM_ATTRIBUTE_DEPRECATED(decl, message)   decl

Define Documentation

#define __has_feature (  )     0
#define BUILTIN_EXPECT ( EXPR,
VALUE   )     (EXPR)
#define EXTERN_TEMPLATE_INSTANTIATION (  ) 
#define LLVM_ATTRIBUTE_ALWAYS_INLINE
#define LLVM_ATTRIBUTE_DEPRECATED ( decl,
message   )     decl
#define LLVM_ATTRIBUTE_NOINLINE
#define LLVM_ATTRIBUTE_NORETURN
#define LLVM_ATTRIBUTE_READNONE
#define LLVM_ATTRIBUTE_READONLY
#define LLVM_ATTRIBUTE_UNUSED
#define LLVM_ATTRIBUTE_USED
#define LLVM_LIBRARY_VISIBILITY

LLVM_LIBRARY_VISIBILITY - If a class marked with this attribute is linked into a shared library, then the class should be private to the library and not accessible from outside it.

Can also be used to mark variables and functions, making them private to any shared library they are linked into.

#define TEMPLATE_INSTANTIATION (  ) 

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1