HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_EXTENSION (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 223 /// LLVM_EXTENSION - Support compilers where we have a keyword to suppress
226 #define LLVM_EXTENSION __extension__
228 #define LLVM_EXTENSION
  /external/llvm/lib/Support/
ErrorHandling.cpp 128 LLVM_EXTENSION reinterpret_cast<LLVMFatalErrorHandler>(user_data);
134 LLVM_EXTENSION reinterpret_cast<void *>(Handler));
  /external/llvm/lib/IR/
Core.cpp 88 LLVM_EXTENSION reinterpret_cast<LLVMContext::DiagnosticHandlerTy>(Handler),
95 LLVM_EXTENSION reinterpret_cast<LLVMContext::YieldCallbackTy>(Callback);
    [all...]

Completed in 621 milliseconds