Searched refs:User (Results 1 - 25 of 320) sorted by relevance

1234567891011>>

/macosx-10.10/cups-408/cups/doc/
H A Drobots.txt25 User-agent: *
/macosx-10.10/WebCore-7600.1.25/replay/
H A DUserInputBridge.h51 User, member in class:WebCore::InputSource
73 // User input APIs.
75 bool handleContextMenuEvent(const PlatformMouseEvent&, const Frame*, InputSource source = InputSource::User);
77 bool handleMousePressEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
78 bool handleMouseReleaseEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
79 bool handleMouseMoveEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
80 bool handleMouseMoveOnScrollbarEvent(const PlatformMouseEvent&, InputSource source = InputSource::User);
81 bool handleWheelEvent(const PlatformWheelEvent&, InputSource source = InputSource::User);
82 bool handleKeyEvent(const PlatformKeyboardEvent&, InputSource source = InputSource::User);
83 bool handleAccessKeyEvent(const PlatformKeyboardEvent&, InputSource source = InputSource::User);
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DDataFlow.h17 #include "llvm/User.h"
60 template <> struct GraphTraits<Inverse<const User*> > {
62 typedef User::const_op_iterator ChildIteratorType;
64 static NodeType *getEntryNode(Inverse<const User*> G) {
69 if (const User *U = dyn_cast<User>(N))
75 if(const User *U = dyn_cast<User>(N))
81 template <> struct GraphTraits<Inverse<User*> > {
83 typedef User
[all...]
H A DGetElementPtrTypeIterator.h18 #include "llvm/User.h"
22 template<typename ItTy = User::const_op_iterator>
85 inline gep_type_iterator gep_type_begin(const User *GEP) {
89 inline gep_type_iterator gep_type_end(const User *GEP) {
92 inline gep_type_iterator gep_type_begin(const User &GEP) {
96 inline gep_type_iterator gep_type_end(const User &GEP) {
H A DCallSite.h42 typename UserTy = const User,
46 typename IterTy = User::const_op_iterator>
281 class CallSite : public CallSiteBase<Function, Value, User, Instruction,
282 CallInst, InvokeInst, User::op_iterator> {
283 typedef CallSiteBase<Function, Value, User, Instruction,
284 CallInst, InvokeInst, User::op_iterator> Base;
300 User::op_iterator getCallee() const;
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DUser.cpp1 //===-- User.cpp - Implement the User class -------------------------------===//
12 #include "llvm/User.h"
17 // User Class
20 void User::anchor() {}
25 void User::replaceUsesOfWith(Value *From, Value *To) {
29 "Cannot call User::replaceUsesOfWith on a constant!");
41 // User allocHungoffUses Implementation
44 Use *User::allocHungoffUses(unsigned N) const {
46 // the User
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DUser.h1 //===-- llvm/User.h - User class definition ---------------------*- C++ -*-===//
11 // Each instance of the Value class keeps track of what User's have handles
29 /// for use of the User class
33 class User : public Value { class in namespace:llvm
34 User(const User &) LLVM_DELETED_FUNCTION;
40 /// OperandList - This is a pointer to the array of Uses for this User.
47 /// NumOperands - The number of values used by this User.
52 User(Typ function in class:llvm::User
[all...]
H A DOperandTraits.h11 // layout of various User subclasses. It also provides the means for accessing
18 #include "llvm/User.h"
27 /// when it is a prefix to the User object, and the number of Use objects is
38 static unsigned operands(const User*) { argument
52 static unsigned operands(const User *U) {
62 /// when it is a prefix to the User object, and the number of Use objects is
68 return reinterpret_cast<Use*>(U) - static_cast<User*>(U)->getNumOperands();
73 static unsigned operands(const User *U) {
83 /// when it is not a prefix to the User object, but allocated at an unrelated
85 /// Assumes that the User subclas
[all...]
H A DConstant.h17 #include "llvm/User.h"
41 class Constant : public User {
48 : User(ty, vty, Ops, NumOps) {}
119 /// User::replaceUsesOfWith (which does not work on constants) that does work
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionNormalization.cpp21 /// IVUseShouldUsePostIncValue - We have discovered a "User" of an IV expression
29 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, argument
32 if (L->contains(User)) return false;
40 if (DT->dominates(LatchBlock, User->getParent()))
47 PHINode *PN = dyn_cast<PHINode>(User);
80 const SCEV *TransformSubExpr(const SCEV *S, Instruction *User,
84 const SCEV *TransformImpl(const SCEV *S, Instruction *User,
92 TransformImpl(const SCEV *S, Instruction *User, Value *OperandValToReplace) { argument
96 const SCEV *N = TransformSubExpr(O, User, OperandValToReplace);
122 if (IVUseShouldUsePostIncValue(User, OperandValToReplac
198 TransformSubExpr(const SCEV *S, Instruction *User, Value *OperandValToReplace) argument
214 TransformForPostIncUse(TransformKind Kind, const SCEV *S, Instruction *User, Value *OperandValToReplace, PostIncLoopSet &Loops, ScalarEvolution &SE, DominatorTree &DT) argument
[all...]
H A DIVUsers.cpp148 Instruction *User = cast<Instruction>(*UI); local
149 if (!UniqueUsers.insert(User))
153 if (isa<PHINode>(User) && Processed.count(User))
158 BasicBlock *UseBB = User->getParent();
160 if (PHINode *PHI = dyn_cast<PHINode>(User)) {
172 // If User is already in Processed, we don't want to recurse into it again,
175 if (LI->getLoopFor(User->getParent()) != L) {
176 if (isa<PHINode>(User) || Processed.count(User) ||
215 AddUser(Instruction *User, Value *Operand) argument
[all...]
/macosx-10.10/CPANInternal-159.1/UNIVERSAL-moniker-0.08/t/
H A Dmoniker.t5 is Bpm::User->moniker, "user";
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_pkcs11.in44 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test.key
54 certificate cert User certificate FILE:$srcdir/data/test.crt,$srcdir/data/test-pw.key
/macosx-10.10/llvmCore-3425.0.34/tools/opt/
H A DAnalysisWrappers.cpp42 Instruction *User = dyn_cast<Instruction>(*UI); local
43 if (!User) continue;
45 CallSite CS(cast<Value>(User));
56 errs() << *User;
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h380 void visit(unsigned Opcode, const User &I);
472 void visitBinary(const User &I, unsigned OpCode);
473 void visitShift(const User &I, unsigned Opcode);
474 void visitAdd(const User &I) { visitBinary(I, ISD::ADD); }
475 void visitFAdd(const User &I) { visitBinary(I, ISD::FADD); }
476 void visitSub(const User &I) { visitBinary(I, ISD::SUB); }
477 void visitFSub(const User &I);
478 void visitMul(const User &I) { visitBinary(I, ISD::MUL); }
479 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); }
480 void visitURem(const User
[all...]
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c72 static char User[MAX_UNAME], RealUser[MAX_UNAME]; variable
127 if (!allowed(User, (posixly_correct && Option != opt_list))) {
129 if (!allowed(User)) {
131 warnx("you (%s) are not allowed to use this program", User);
166 (void) strncpy(User, pw->pw_name, (sizeof User)-1);
167 User[(sizeof User)-1] = '\0';
168 strcpy(RealUser, User);
182 (void) strncpy(User, p
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dmaster.passwd.iPhone2 # User Database
6 nobody:*:-2:-2::0:0:Unprivileged User:/var/empty:/usr/bin/false
8 mobile:/smx7MYTQIi2M:501:501::0:0:Mobile User:/var/mobile:/bin/sh
17 _unknown:*:99:99::0:0:Unknown User:/var/empty:/usr/bin/false
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Danonymiser.pl14 sub { $_[1]->remove_header(qw( User-Agent From Referer Cookie Cookie2 )) }
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Danonymiser.pl14 sub { $_[1]->remove_header(qw( User-Agent From Referer Cookie Cookie2 )) }
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dkext_request_keys.h70 #pragma mark Request Predicates - User-Space to Kernel
166 #pragma mark Requests Predicates - Kernel to User Space (kextd)
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolutionNormalization.h70 Instruction *User,
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSSAUpdater.cpp209 Instruction *User = cast<Instruction>(U.getUser()); local
212 if (PHINode *UserPN = dyn_cast<PHINode>(User))
215 V = GetValueInMiddleOfBlock(User->getParent());
230 Instruction *User = cast<Instruction>(U.getUser()); local
233 if (PHINode *UserPN = dyn_cast<PHINode>(User))
236 V = GetValueAtEndOfBlock(User->getParent());
388 Instruction *User = Insts[i]; local
389 UsesByBlock[User->getParent()].push_back(User);
399 Instruction *User local
497 Instruction *User = Insts[i]; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DFastISel.h42 class User;
105 bool SelectOperator(const User *I, unsigned Opcode);
362 bool SelectBinaryOp(const User *I, unsigned ISDOpcode);
364 bool SelectFNeg(const User *I);
366 bool SelectGetElementPtr(const User *I);
368 bool SelectCall(const User *I);
370 bool SelectBitCast(const User *I);
372 bool SelectCast(const User *I, unsigned Opcode);
374 bool SelectExtractValue(const User *I);
376 bool SelectInsertValue(const User *
[all...]
/macosx-10.10/screen-22/screen/
H A Dacls.h69 * A User has a list of groups, and points to other users.
70 * users is the User entry of the session owner (creator)
90 } User; typedef in typeref:struct:acluser
/macosx-10.10/apache-793/httpd/modules/metadata/
H A DNWGNUusertrk100 NLM_DESCRIPTION = Apache $(VERSION_STR) User Track Module
106 NLM_THREAD_NAME = User Track Module

Completed in 627 milliseconds

1234567891011>>