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

  /external/clang/test/Index/Inputs/
preamble_macro_template.h 1 #define STATIC_CAST static_cast
5 (void)STATIC_CAST<T*>(0);
  /external/chromium_org/third_party/icu/source/i18n/
bms.cpp 19 #define STATIC_CAST(type,value) static_cast<type>(value)
22 #define STATIC_CAST(type,value) (type) (value)
31 return STATIC_CAST(UCD *, CollData::open(coll, *status));
37 CollData *data = STATIC_CAST(CollData *, ucd);
45 CollData *data = STATIC_CAST(CollData *, ucd);
74 BMS *bms = STATIC_CAST(BMS *, uprv_malloc(sizeof(BMS)));
124 return STATIC_CAST(UCD *, bms->bms->getData());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
cursesm.h 66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
224 UserHook* hook = STATIC_CAST(UserHook*)(::menu_userptr(m));
240 UserHook* uptr = STATIC_CAST(UserHook*)(::menu_userptr (menu));
246 UserHook* uptr = STATIC_CAST(UserHook*)(::menu_userptr (menu));
270 menu (STATIC_CAST(MENU*)(0)),
602 const T* p_UserData = STATIC_CAST(T*)(0))
631 const T* p_UserData = STATIC_CAST(T*)(0))
639 const T* p_UserData = STATIC_CAST(T*)(0),
652 const T* p_UserData = STATIC_CAST(T*)(0),
cursesp.h 235 const T* p_UserData = STATIC_CAST(T*)(0))
244 NCursesUserPanel(const T* p_UserData = STATIC_CAST(T*)(0)) : NCursesPanel()
cursesf.h 79 : fieldtype(STATIC_CAST(FIELDTYPE*)(0))
120 : field(STATIC_CAST(FIELD*)(0)),
121 ftype(STATIC_CAST(NCursesFieldType*)(0))
133 ftype(STATIC_CAST(NCursesFieldType*)(0))
409 form (STATIC_CAST(FORM*)(0)),
638 const T* p_UserData = STATIC_CAST(T*)(0),
645 OnError(::set_field_userptr(field, STATIC_CAST(void *)(p_UserData)));
656 OnError (::set_field_userptr (field, STATIC_CAST(void *)(p_UserData)));
673 const T* p_UserData = STATIC_CAST(T*)(0))
681 const T* p_UserData = STATIC_CAST(T*)(0)
    [all...]
etip.h 136 #define STATIC_CAST(s) static_cast<s>
138 #define STATIC_CAST(s) (s)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 66 item = p_name ? ::new_item (p_name, p_descript) : STATIC_CAST(ITEM*)(0);
224 UserHook* hook = STATIC_CAST(UserHook*)(::menu_userptr(m));
240 UserHook* uptr = STATIC_CAST(UserHook*)(::menu_userptr (menu));
246 UserHook* uptr = STATIC_CAST(UserHook*)(::menu_userptr (menu));
270 menu (STATIC_CAST(MENU*)(0)),
602 const T* p_UserData = STATIC_CAST(T*)(0))
631 const T* p_UserData = STATIC_CAST(T*)(0))
639 const T* p_UserData = STATIC_CAST(T*)(0),
652 const T* p_UserData = STATIC_CAST(T*)(0),
cursesp.h 235 const T* p_UserData = STATIC_CAST(T*)(0))
244 NCursesUserPanel(const T* p_UserData = STATIC_CAST(T*)(0)) : NCursesPanel()
cursesf.h 79 : fieldtype(STATIC_CAST(FIELDTYPE*)(0))
120 : field(STATIC_CAST(FIELD*)(0)),
121 ftype(STATIC_CAST(NCursesFieldType*)(0))
133 ftype(STATIC_CAST(NCursesFieldType*)(0))
409 form (STATIC_CAST(FORM*)(0)),
638 const T* p_UserData = STATIC_CAST(T*)(0),
645 OnError(::set_field_userptr(field, STATIC_CAST(void *)(p_UserData)));
656 OnError (::set_field_userptr (field, STATIC_CAST(void *)(p_UserData)));
673 const T* p_UserData = STATIC_CAST(T*)(0))
681 const T* p_UserData = STATIC_CAST(T*)(0)
    [all...]
etip.h 136 #define STATIC_CAST(s) static_cast<s>
138 #define STATIC_CAST(s) (s)
  /external/srec/portable/src/
plog.c 92 FileLogger *p = STATIC_CAST(self, FileLogger, base);
104 FileLogger *p = STATIC_CAST(self, FileLogger, base);
116 FileLogger *p = STATIC_CAST(self, FileLogger, base);
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_syssem.cpp 109 TInfo* info = STATIC_CAST(TInfo*, aInfo);
  /external/srec/portable/include/
pmemory.h 55 * \<static_cast\> implementation for C.
57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, member))))
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocevents.cpp 396 SDL_SetModState(STATIC_CAST(SDLMod,(modstate | KMOD_LSHIFT)));
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 278 SDL_SetModState(STATIC_CAST(SDLMod,(modstate | KMOD_LSHIFT)));

Completed in 1292 milliseconds