HomeSort by relevance Sort by last modified time
    Searched refs:User (Results 151 - 175 of 237) sorted by null

1 2 3 4 5 67 8 910

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 186 /// Determine the insertion point for this user. By default, insert immediately
187 /// before the user. SCEVExpander or LICM will hoist loop invariants out of the
190 static Instruction *getInsertPointForUses(Instruction *User, Value *Def,
192 PHINode *PHI = dyn_cast<PHINode>(User);
194 return User;
269 // Check Incr uses. One user is PN and the other user is an exit condition
533 // Okay, this instruction has a user outside of the current loop
567 // any other maps purge the original user from their records.
593 bool IsSigned; // Was an sext user seen before a zext
    [all...]
ObjCARC.cpp 357 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end();
434 // objc_retainBlock is not nounwind because it calls user copy constructors
571 const User *U = *UI;
617 const User *UUser = *UI;
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 68 UserDefinedConversionSequence& User,
476 /// DebugPrint - Print this user-defined conversion sequence to standard
504 OS << "User-defined conversion: ";
    [all...]
AnalysisBasedWarnings.cpp 497 const Expr *User = Use.getUser();
517 // uninitialized'. This happens for range-based for, which the user
608 S.Diag(User->getLocStart(), diag::note_uninit_var_use)
609 << IsCapturedByBlock << User->getSourceRange();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 772 // flagged to it. That is the CopyToReg nodes and the user are considered
775 // user as well as a successor (the TF operands are flagged to the user).
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 180 User::LeaveIfError(iBmp->Create(SwSize(), DisplayMode()));
475 User::Free(iLut256);
494 iLut256 = (TUint32*) User::AllocL(256 * sizeof(TUint32));
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 419 const chromeos::UserManager::User& user = local
421 std::string email = user.email();
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 220 "/userguide/Collate_Intro.html">User Guide</a>.</li>
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 213 /// User - The user of this value.
214 SDNode *User;
223 SDUse() : Val(), User(NULL), Prev(NULL), Next(NULL) {}
233 SDNode *getUser() { return User; }
264 void setUser(SDNode *p) { User = p; }
461 /// Retrieve a pointer to the current user node.
471 /// getOperandNo - Retrieve the operand # of this use in its user.
577 /// getGluedUser - If this node has a glue value with a user, return
578 /// the user (there is at most one). Otherwise return NULL
    [all...]
  /external/llvm/lib/Analysis/
LoopInfo.cpp 185 User *U = *UI;
InlineCost.cpp 226 for (User::op_iterator I = GEP.idx_begin(), E = GEP.idx_end(); I != E; ++I)
683 for (User::op_iterator OI = I.op_begin(), OE = I.op_end(); OI != OE; ++OI)
    [all...]
ConstantFolding.cpp 251 for (User::const_op_iterator i = CE->op_begin() + 1, e = CE->op_end();
    [all...]
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 136 User *U = *I;
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 74 for (User::op_iterator i = V->op_begin(), e = V->op_end(); i != e; ++i) {
136 /// before handing it to the user.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queries.py 39 from webkitpy.common.system.user import User
230 # FIXME: This could be made more user friendly.
275 chosen_name = self._tool.user.prompt_with_list("Which builder to diagnose:", builder_choices)
283 start_revision = self._tool.user.prompt("Revision to walk backwards from? [%s] " % latest_revision) or latest_revision
348 chosen_name = self._tool.user.prompt_with_list("Which builder to analyze:", choices)
355 limit = self._tool.user.prompt("How many revisions to look through? [10000] ") or 10000
  /external/llvm/lib/Transforms/Utils/
Local.cpp 328 User *TheUse = *UI;
681 for (User::op_iterator I = PN->op_begin(), E = PN->op_end(); I != E; ++I) {
    [all...]
BasicBlockUtils.cpp 661 for (User::op_iterator i = NewRet->op_begin(), e = NewRet->op_end();
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla.py 47 from webkitpy.common.system.user import User
584 component = User.prompt_with_list("Please pick a component:", component_names)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 54 from webkitpy.common.system.user import User
88 user=None,
107 self._user = user or User()
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 321 const Constant *User = dyn_cast<Constant>(C->use_back());
322 if (!User) return false; // Non-constant usage;
323 if (!removeDeadUsersOfConstant(User))
340 const Constant *User = dyn_cast<Constant>(*I);
341 if (User == 0) {
347 if (!removeDeadUsersOfConstant(User)) {
    [all...]
  /external/bison/doc/
refcard.tex 478 \key{User defined error handler.} {int yyerror(char *)}
479 \key{User defined lexical analyzer.} {int yylex()}
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 138 LOG(WARNING) << "Failed to retrieve user whitelist.";
145 const UserManager::User& self = UserManager::Get()->logged_in_user();
152 DictionaryValue* user = new DictionaryValue; local
153 user->SetString("email", email);
154 user->SetString("name", "");
155 user->SetBoolean("owner", is_owner && email == self.email());
156 user_list->Append(user);
235 VLOG(1) << "Setting user whitelist is not implemented. Please use "
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 48 #define DRT_MESSAGE_DONE (QEvent::User + 1)

Completed in 1077 milliseconds

1 2 3 4 5 67 8 910