HomeSort by relevance Sort by last modified time
    Searched full:pure (Results 226 - 250 of 1798) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
cstdlib_header_test.cpp 6 * pure C compilers.
setjmp_header_test2.cpp 6 * pure C compilers.
typeinfo_header_test.cpp 6 * pure C compilers.
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 6 * pure C compilers.
setjmp_header_test2.cpp 6 * pure C compilers.
typeinfo_header_test.cpp 6 * pure C compilers.
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 6 * pure C compilers.
setjmp_header_test2.cpp 6 * pure C compilers.
typeinfo_header_test.cpp 6 * pure C compilers.
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr17697-1.cpp 8 __attribute__ ((pure));
pr17697-2.cpp 8 __attribute__ ((pure));
  /ndk/tests/device/test-stlport_static-exception/jni/
pr17697-1.cpp 8 __attribute__ ((pure));
pr17697-2.cpp 8 __attribute__ ((pure));
  /external/clang/test/CXX/class.derived/class.abstract/
p4.cpp 23 // Check cases where we have a virtual function that is pure in one
24 // subobject but not pure in another subobject.
27 virtual void f() = 0; // expected-note{{unimplemented pure virtual method}}
  /external/clang/test/CodeGen/
struct-passing.c 11 T0 __attribute__((pure)) f1(void);
13 T1 __attribute__((pure)) f3(void);
15 void __attribute__((pure)) f5(T1 a);
  /external/clang/test/Parser/
attributes.c 80 pure)) { // \
81 // expected-warning {{GCC does not allow pure attribute in this position on a function definition}}
87 __attribute((pure)) { // \
88 // expected-warning {{GCC does not allow pure attribute in this position on a function definition}}
95 __attribute__((pure)) int testFundef6(int a) { return a; }
  /external/lzma/CPP/7zip/Archive/
IArchive.h 79 INTERFACE_IArchiveOpenCallback(PURE);
91 INTERFACE_IArchiveExtractCallback(PURE)
101 INTERFACE_IArchiveOpenVolumeCallback(PURE);
107 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
113 STDMETHOD(SetSubArchiveName)(const wchar_t *name) PURE;
138 INTERFACE_IInArchive(PURE)
143 STDMETHOD(OpenSeq)(ISequentialInStream *stream) PURE;
159 INTERFACE_IArchiveUpdateCallback(PURE);
169 INTERFACE_IArchiveUpdateCallback2(PURE);
179 INTERFACE_IOutArchive(PURE)
    [all...]
  /external/chromium_org/chrome_frame/test/perf/
silverlight.cc 28 STDMETHOD(GetHostOptions)(DWORD* pdwOptions) PURE;
29 STDMETHOD(NotifyLoaded()) PURE;
31 long nLine, long nColumn) PURE;
33 VARIANT* pvarResult) PURE;
34 STDMETHOD(GetBaseUrl)(BSTR* pbstrUrl) PURE;
35 STDMETHOD(GetNamedSource)(BSTR bstrSourceName, BSTR* pbstrSource) PURE;
37 IStream** ppStream) PURE;
  /frameworks/native/include/ui/
TMatHelpers.h 33 #define PURE __attribute__((pure))
51 inline int PURE transpose(int v) { return v; }
52 inline float PURE transpose(float v) { return v; }
53 inline double PURE transpose(double v) { return v; }
55 inline int PURE trace(int v) { return v; }
56 inline float PURE trace(float v) { return v; }
57 inline double PURE trace(double v) { return v; }
60 MATRIX PURE inverse(const MATRIX& src) {
111 MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /external/llvm/test/Transforms/ADCE/
dce_pure_invoke.ll 6 ; invoke of pure function should not be deleted!
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 21 #define __attribute_pure__ __attribute__((pure))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
dwarf2_32.h 16 #warning "asm/dwarf2.h should be only included in pure assembly files"

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>