search for: instit

Displaying 5 results from an estimated 5 matches for "instit".

Did you mean: instid
2010 Jul 09
2
Template is missing.... but it is there!
Hello friends! I have an application to list different kinds of institution names. So I have one table "instits" for the institutions and another table "nome_instits" for their names. For test, I put two rows inside "instits" and three names for the first institution and two names for the last. Then I created this controller: class ServI...
2006 Dec 01
1
[LLVMdev] DSGraph::computeCalleeCallerMapping failing
...{ Function *fun = SCC[i]->getFunction(); if( fun == NULL || fun->isExternal() ) { MYWARN( true, "Encountered a null function pointer or external function\n" ); continue; } // Iterate over the instructions in the function for( inst_iterator instIt = inst_begin(fun); instIt!=inst_end(fun); instIt++ ) { if( CallInst *CI = dyn_cast<CallInst>(&*instIt) ) // Check for Call instruction { CallSite CS = CallSite(CI); Function *callee = CI->getCalledFunction ();...
2010 May 18
0
[LLVMdev] suggestion: add a member in llvm::CodeMetrics
Is it worthwhile to add a void analyzeInstRange(InstIter begin, InstIter end) {} which estimate code metrics of any instruction range in a basic block. Or we are good with analyzeBasicBlock as an upperbound? thanks yuanfang
2003 Sep 24
1
Privileges of administrator
As I can obtain privileges of administrator in the client computer from where a user join in the Samba domain
2004 Apr 07
1
Samba 3.0.2+ldap, user manager for domains problem
Hello, all! I'm running samba 3.0.2 PDC on FreeBSD 5.2 with ldapsam backend. Everything works great (thanks to Samba Team!) except adding add deleting users from user manager for domains. Group adding and deleting works normally. When I tried do add user I received error window about remote procedure call error, but disabled user account was created in ldap and it was added to Domain Users