/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/ |
H A D | main.cpp | 4 struct User { struct 15 std::shared_ptr<User> sp_user = std::make_shared<User>(); in main() argument
|
/llvm-project/lldb/unittests/TestingSupport/ |
H A D | MockTildeExpressionResolver.cpp | 22 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 D | main.cpp | 4 struct User { struct 24 std::unique_ptr<User> up_user = std::make_unique<User>(); in main() argument
|
/llvm-project/clang/test/Modules/ |
H A D | Reachability-template-instantiation.cpp | 51 export module User; module 54 class User { class
|
H A D | module-name-used-by-objc-bridge.m | 22 @interface Interface (User) category
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Use.h | 34 class User; variable 63 friend class User; variable
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 104 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 D | TodoCommentCheck.cpp | 18 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 D | VirtualInstruction.h | 85 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 D | Instruction.cpp | 61 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 D | Local.h | 21 class User; variable
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GuardUtils.h | 19 class User; variable
|
H A D | ObjCARCInstKind.h | 52 User, ///< could "use" a pointer enumerator
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCGenScalarMASSEntries.cpp | 127 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 D | lwg3629.pass.cpp | 23 namespace User { namespace
|
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
H A D | lwg3629.pass.cpp | 23 namespace User { namespace
|
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
H A D | lwg3629.pass.cpp | 25 namespace User { namespace
|
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
H A D | lwg3629.pass.cpp | 23 namespace User { namespace
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IslAst.cpp | 249 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 D | IVUsers.cpp | 97 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 D | UniformityAnalysis.cpp | 50 if (const auto *UserInstr = dyn_cast<const Instruction>(User)) { in pushUsers() local 85 auto *UserInstr = cast<Instruction>(User); in propagateTemporalDivergence() local
|
H A D | TypeMetadataUtils.cpp | 29 Instruction *User = cast<Instruction>(U.getUser()); in findCallsAtConstantOffset() local 56 Value *User = U.getUser(); findLoadCallsAtConstantOffset() local [all...] |
/llvm-project/clang/test/FixIt/ |
H A D | typo.m | 134 @interface User <Proto> interface 138 @implementation User implementation
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetTransformInfo.h | 30 class User; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TLSVariableHoist.cpp |
|