Home
last modified time | relevance | path

Searched defs:User (Results 1 – 25 of 141) sorted by relevance

123456

/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/
H A Dmain.cpp4 struct User { struct
15 std::shared_ptr<User> sp_user = std::make_shared<User>(); in main() argument
/llvm-project/lldb/unittests/TestingSupport/
H A DMockTildeExpressionResolver.cpp22 void MockTildeExpressionResolver::AddKnownUser(StringRef User, in AddKnownUser()
33 void MockTildeExpressionResolver::SetCurrentUser(StringRef User) { in SetCurrentUser()
52 for (const auto &User : UserDirectories) { in ResolveExact() local
71 for (const auto &User : UserDirectories) { in ResolvePartial() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/
H A Dmain.cpp4 struct User { struct
24 std::unique_ptr<User> up_user = std::make_unique<User>(); in main() argument
/llvm-project/clang/test/Modules/
H A DReachability-template-instantiation.cpp51 export module User; module
54 class User { class
H A Dmodule-name-used-by-objc-bridge.m22 @interface Interface (User) category
/llvm-project/llvm/include/llvm/IR/
H A DUse.h34 class User; variable
63 friend class User; variable
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp104 Instruction *User; global() member
208 appendAndTransferDominatedUses(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints::iterator & IPI,InsertionPoints & InsertPts) appendAndTransferDominatedUses() argument
371 findInsertionPoint(Instruction & User,unsigned OpNo) findInsertionPoint() argument
381 isDominated(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) isDominated() argument
407 tryAndMerge(Instruction * NewPt,Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) tryAndMerge() argument
459 computeInsertionPoint(Instruction * User,unsigned OpNo,InsertionPoints & InsertPts) computeInsertionPoint() argument
[all...]
/llvm-project/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp18 TodoCommentHandler(TodoCommentCheck &Check, std::optional<std::string> User) in TodoCommentHandler()
47 std::string User; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
/llvm-project/polly/include/polly/Support/
H A DVirtualInstruction.h85 VirtualUse(ScopStmt *User, Value *Val, UseKind Kind, const SCEV *ScevExpr, in VirtualUse()
176 ScopStmt *User; variable
179 VirtualOperandIterator(ScopStmt *User, User::op_iterator U) in VirtualOperandIterator()
/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() local
72 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser()
85 void WriteState::addUser(unsigned IID, WriteState *User) { in addUser()
/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h21 class User; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DGuardUtils.h19 class User; variable
H A DObjCARCInstKind.h52 User, ///< could "use" a pointer enumerator
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCGenScalarMASSEntries.cpp127 for (auto *User : TheUsers) in runOnModule() local
130 for (auto *User : TheUsers) runOnModule() local
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
H A Dlwg3629.pass.cpp23 namespace User { namespace
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
H A Dlwg3629.pass.cpp23 namespace User { namespace
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
H A Dlwg3629.pass.cpp25 namespace User { namespace
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
H A Dlwg3629.pass.cpp23 namespace User { namespace
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp249 void *User) { in astBuildBeforeFor()
276 void *User) { in astBuildAfterFor()
298 void *User) { in astBuildBeforeMark()
311 __isl_keep isl_ast_build *Build, void *User) { in astBuildAfterMark()
323 void *User) { in AtEachDomain()
463 [](__isl_keep isl_ast_node *Node, void *User) -> isl_bool { in walkAstForStatistics()
674 void *User) { in cbPrintUser()
/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp97 static bool IVUseShouldUsePostIncValue(Instruction *User, Value *Operand, in IVUseShouldUsePostIncValue() argument
175 Instruction *User = cast<Instruction>(U.getUser()); in AddUsersIfInteresting() local
246 AddUser(Instruction * User,Value * Operand) AddUser() argument
[all...]
H A DUniformityAnalysis.cpp50 if (const auto *UserInstr = dyn_cast<const Instruction>(User)) { in pushUsers() local
85 auto *UserInstr = cast<Instruction>(User); in propagateTemporalDivergence() local
H A DTypeMetadataUtils.cpp29 Instruction *User = cast<Instruction>(U.getUser()); in findCallsAtConstantOffset() local
56 Value *User = U.getUser(); findLoadCallsAtConstantOffset() local
[all...]
/llvm-project/clang/test/FixIt/
H A Dtypo.m134 @interface User <Proto> interface
138 @implementation User implementation
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h30 class User; variable
/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp

123456