/external/llvm/test/Transforms/GlobalDCE/ |
2003-07-01-SelfReference.ll | 4 declare i1 ()* @getfunc() 7 %F = call i1 ()* ()* @getfunc( ) ; <i1 ()*> [#uses=1]
|
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 105 Function *getFunc() const { return Func; } 662 if (LHS.getFunc() == RHS.getFunc() && 665 if (!LHS.getFunc() || !RHS.getFunc()) 676 return FunctionComparator(LHS.getTD(), LHS.getFunc(), 677 RHS.getFunc()).compare(); 812 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n'); 819 assert(!OldF.getFunc()->mayBeOverridden() || 820 NewF.getFunc()->mayBeOverridden()) [all...] |
/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 | 1694 getfunc(JNIEnv *env, jobject obj) function [all...] |