/llvm-project/clang/test/Modules/ |
H A D | Reachability-template-instantiation.cpp | 34 export module Use; module 38 class Use { class
|
H A D | merge-using-decls.cpp | 24 template<typename T> int Use() { Use() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | OverflowInstAnalysis.h | 18 class Use; variable
|
H A D | GuardUtils.h | 18 class Use; variable
|
H A D | CaptureTracking.h | 22 class Use; global() variable
|
H A D | LazyValueInfo.h | 31 class Use; global() variable
|
H A D | DemandedBits.h | 37 class Use; variable
|
/llvm-project/clang-tools-extra/docs/ |
H A D | clang-doc.rst | 19 Use chapter
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
H A D | use-after-move.rst | 192 Use chapter
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineLoopUtils.cpp | 62 for (auto &Use : MRI.use_operands(OrigR)) in PeelSingleBlockLoop() local 65 for (auto *Use : Uses) { in PeelSingleBlockLoop() local
|
H A D | DeadMachineInstructionElim.cpp | 114 for (const MachineInstr &Use : MRI->use_nodbg_instructions(Reg)) { isDead() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedUser.h | 17 class Use; variable
|
H A D | Use.h | 59 Use(User *Parent) : Parent(Parent) {} in Use() function
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | thread-uaf.c | 27 void *Use(void *arg) { in Use() function
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.h | 25 class Use; global() variable
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | Reproducer.h | 22 Use, enumerator
|
/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/ |
H A D | simple-requirement.cpp | 225 template <class T> struct Use { struct 226 constexpr static int foo() requires requires(X x) { x.a; } { in foo() 229 constexpr static int bar() requires requires { X::B; } { in bar()
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 432 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMoveToBeginning() local 462 for (auto &Use : MI.uses()) { in canMoveToEnd() local 543 for (auto &Use : MRI->use_instructions(Def.getReg())) { in canMerge() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVELaneInterleavingPass.cpp | 191 for (auto *Use : I->users()) tryInterleave() local 257 for (auto *Use : I->users()) tryInterleave() local
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterBulk.h | 26 class Use; variable
|
H A D | SSAUpdater.h | 30 class Use; variable
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 23 static bool Use() { Use() function
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UseAfterMoveCheck.cpp | 180 if (!MovingCall || Sequence->potentiallyAfter(Use, MovingCall)) { in findInternal() local 402 emitDiagnostic(const Expr * MovingCall,const DeclRefExpr * MoveArg,const UseAfterMove & Use,ClangTidyCheck * Check,ASTContext * Context,MoveType Type) emitDiagnostic() argument 521 UseAfterMove Use; check() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 90 for (auto &Use : MRI->use_instructions(Reg0)) in runOnMachineFunction() local
|