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

  /external/clang/test/SemaCXX/
borland-extensions.cpp 9 // 2. test __pascal
13 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
14 float __pascal gi2(int, int);
15 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
16 template<typename T> T g2(T (__pascal * const )(int, int)) { return 0; }
19 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
20 int __pascal addP();
21 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}}
22 float __pascal subtractP();
24 // expected-warning@+1 {{calling convention '__pascal' ignored for this target}
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prdtoa.h 57 PRFloat64 __pascal __loadds __export
prtime.h 175 PRTime __pascal __export __loadds
196 PRTime __pascal __export __loadds
prlong.h 60 PRInt64 __pascal __loadds __export
62 PRInt64 __pascal __loadds __export
64 PRInt64 __pascal __loadds __export
66 PRUint64 __pascal __loadds __export
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 41 #define __pascal
  /external/valgrind/main/coregrind/m_debuginfo/
lzodefs.h 165 # if !defined(__pascal)
166 # define __pascal pascal macro
184 # if !defined(__pascal)
185 # define __pascal _pascal macro
191 # if !defined(__pascal)
192 # define __pascal pascal macro
    [all...]
minilzo-inl.c 189 # if !defined(__pascal)
190 # define __pascal pascal macro
208 # if !defined(__pascal)
209 # define __pascal _pascal macro
215 # if !defined(__pascal)
216 # define __pascal pascal macro
    [all...]

Completed in 228 milliseconds