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

/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c1247 JSObjectRef printFunction = JSObjectMakeFunctionWithCallback(context, print, print_callAsFunction); local
1248 JSObjectSetProperty(context, globalObject, print, printFunction, kJSPropertyAttributeNone, NULL);
1251 ASSERT(!JSObjectSetPrivate(printFunction, (void*)1));
1252 ASSERT(!JSObjectGetPrivate(printFunction));
/external/llvm/lib/IR/
H A DAsmWriter.cpp1261 void printFunction(const Function *F);
1378 printFunction(I);
1597 /// printFunction - Print all aspects of a function.
1599 void AssemblyWriter::printFunction(const Function *F) { function in class:AssemblyWriter
2198 W.printFunction(F);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp117 void printFunction(const std::string& fname, const std::string& funcName );
1973 void CppWriter::printFunction(const std::string& fname, function in class:CppWriter
1998 printFunction(name, func.getName());
2075 printFunction(fname,tgtname);

Completed in 98 milliseconds