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

  /external/clang/lib/Analysis/
ProgramPoint.cpp 32 return PreLoad(S, LC, tag);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 349 STDMETHOD_(void,PreLoad)(THIS) PURE;
366 #define IDirect3DResource8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
380 #define IDirect3DResource8_PreLoad(p) (p)->PreLoad()
401 STDMETHOD_(void,PreLoad)(THIS) PURE;
422 #define IDirect3DVertexBuffer8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
440 #define IDirect3DVertexBuffer8_PreLoad(p) (p)->PreLoad()
465 STDMETHOD_(void,PreLoad)(THIS) PURE;
486 #define IDirect3DIndexBuffer8_PreLoad(p) (p)->lpVtbl->PreLoad(p)
504 #define IDirect3DIndexBuffer8_PreLoad(p) (p)->PreLoad()
529 STDMETHOD_(void,PreLoad)(THIS) PURE
    [all...]
d3d9.h 457 STDMETHOD_(void, PreLoad)(THIS) PURE;
474 #define IDirect3DResource9_PreLoad(p) (p)->lpVtbl->PreLoad(p)
488 #define IDirect3DResource9_PreLoad(p) (p)->PreLoad()
509 STDMETHOD_(void, PreLoad)(THIS) PURE;
    [all...]
d3d.h     [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 333 class PreLoad : public LocationCheck {
335 PreLoad(const Stmt *S, const LocationContext *L,
341 PreLoad() {}

Completed in 122 milliseconds