Searched defs:FunctionPtr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_load_library.cpp16 typedef void (*FunctionPtr)(); typedef
31 FunctionPtr foo_func;
H A Dtest_constructors_destructors.cpp21 typedef void (*FunctionPtr)(); typedef
44 FunctionPtr foo_func;
H A Dtest_dl_wrappers.cpp20 typedef bool (*FunctionPtr)(); typedef
32 FunctionPtr zoo_func;
H A Dtest_load_library_depends.cpp17 typedef void (*FunctionPtr)(); typedef
32 FunctionPtr bar_func;
42 FunctionPtr foo_func;
H A Dtest_shared_relro.cpp24 typedef void (*FunctionPtr)(); typedef
62 FunctionPtr foo_func;
H A Dtest_two_shared_relros.cpp23 typedef void (*FunctionPtr)(); typedef
71 FunctionPtr bar_func;
H A Dtest_load_library_callbacks.cpp12 typedef void (*FunctionPtr)(); typedef
75 FunctionPtr foo_func;
H A Dtest_relocated_shared_relro.cpp21 typedef void (*FunctionPtr)(); typedef
56 FunctionPtr foo_func;
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp178 typedef void (__stdcall* FunctionPtr) (void); typedef in namespace:tcu::wgl
193 FunctionPtr getGLFunction (const char* name) const;
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp27 // -- We define Function* container class with custom "operator<" (FunctionPtr).
28 // -- "FunctionPtr" instances are stored in std::set collection, so every
395 class FunctionPtr { class in namespace:__anon26237
400 FunctionPtr(Function *F, const DataLayout *DL) : F(F), DL(DL) {} function in class:__anon26237::FunctionPtr
403 bool operator<(const FunctionPtr &RHS) const {
1071 typedef std::set<FunctionPtr> FnTreeType;
1414 FnTree.insert(FunctionPtr(NewFunction, DL));
1421 const FunctionPtr &OldF = *Result.first;
1451 FnTreeType::iterator found = FnTree.find(FunctionPtr(F, DL));

Completed in 381 milliseconds