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

  /external/clang/test/CodeGen/
dllimport.c 94 // CHECK-NOT: @alwaysInline()
95 // O1-NOT: @alwaysInline()
97 __declspec(dllimport) __attribute__((always_inline)) inline void alwaysInline(void) {}
99 USE(alwaysInline)
  /external/clang/test/CodeGenCXX/
dllimport.cpp 246 // MSC2-NOT: @"\01?alwaysInline@@YAXXZ"()
248 __declspec(dllimport) __attribute__((always_inline)) inline void alwaysInline() {}
249 USE(alwaysInline)
    [all...]

Completed in 61 milliseconds