/external/llvm/test/Transforms/GlobalDCE/ |
2003-07-01-SelfReference.ll | 4 declare i1 ()* @getfunc() 7 %F = call i1 ()* ()* @getfunc( ) ; <i1 ()*> [#uses=1]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
ControlAccessor.py | 30 setfunc, getfunc = _accessdict[selector] 44 setfunc, getfunc = _accessdict[selector] 45 return getfunc(control, part, selector, data)
|
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 114 Function *getFunc() const { return Func; } 670 if (LHS.getFunc() == RHS.getFunc() && 673 if (!LHS.getFunc() || !RHS.getFunc()) 684 return FunctionComparator(LHS.getTD(), LHS.getFunc(), 685 RHS.getFunc()).compare(); 826 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n'); 833 assert(!OldF.getFunc()->mayBeOverridden() || 834 NewF.getFunc()->mayBeOverridden()) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 154 def getfunc(): function in function:FunctionTests.CheckFuncRefCount 158 f = getfunc() 160 # self.con.create_function("reftest", 0, getfunc())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/ |
userfunctions.py | 154 def getfunc(): function in function:FunctionTests.CheckFuncRefCount 158 f = getfunc() 160 # self.con.create_function("reftest", 0, getfunc())
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 94 inline const UnaryFunc &getFunc() const { return Fn; } 132 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
|
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 291 self.func = self.getFunc(callsite) 329 def getFunc(self, callsite):
|
/external/libmtp/src/ |
libusb-glue.c | 960 int getfunc_ret = handler->getfunc(NULL, handler->priv,towrite,bytes,&towrite); [all...] |
libmtp.c | 188 MTPDataGetFunc getfunc; member in struct:_MTPDataHandler [all...] |
ptp.c | 250 handler->getfunc = memory_getfunc; 270 handler->getfunc = memory_getfunc; 341 handler->getfunc = fd_getfunc; [all...] |
ptp.h | 1855 PTPDataGetFunc getfunc; member in struct:_PTPDataHandler [all...] |
/external/javasqlite/src/main/native/ |
sqlite_jni.c | 1693 getfunc(JNIEnv *env, jobject obj) function [all...] |