Searched refs:printFunction (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_x86-64_asm.py182 def printFunction(self, f): member in class:PrintGenericStubs
269 self.printFunction(f)
H A Dgl_apitemp.py55 def printFunction(self, f, name): function
286 self.printFunction(func, ent)
295 self.printFunction(func, ent)
H A DglX_proto_recv.py111 self.printFunction(func, func.name)
113 self.printFunction(func, func.glx_vendorpriv_names[0])
122 def printFunction(self, f, name): member in class:PrintGlxDispatchFunctions
H A DglX_proto_send.py368 self.printFunction(fake_func, fake_func.name)
371 self.printFunction(func, func.name)
373 self.printFunction(func, func.glx_vendorpriv_names[0])
427 def printFunction(self, func, name): function
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h619 void printFunction(const Function *E, StreamType &SS, unsigned sugared = 0) { function in class:clang::threadSafety::til::PrettyPrinter
637 self()->printFunction(cast<Function>(B), SS, 2);
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp116 void printFunction(const std::string& fname, const std::string& funcName );
1835 void CppWriter::printFunction(const std::string& fname, function in class:CppWriter
1860 printFunction(name, func.getName());
1937 printFunction(fname,tgtname);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp1135 void printFunction(const Function *F);
1265 printFunction(I);
1456 /// printFunction - Print all aspects of a function.
1458 void AssemblyWriter::printFunction(const Function *F) { function in class:AssemblyWriter
2069 W.printFunction(F);
/external/llvm/lib/IR/
H A DAsmWriter.cpp2096 void printFunction(const Function *F);
2302 printFunction(&F);
2583 /// printFunction - Print all aspects of a function.
2585 void AssemblyWriter::printFunction(const Function *F) { function in class:AssemblyWriter
3303 W.printFunction(this);
3424 W.printFunction(F);
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp135 printFunction(F);
208 void printFunction(Function &);
2234 void CWriter::printFunction(Function &F) { function in class:CWriter

Completed in 288 milliseconds