/llvm-project/llvm/utils/ |
H A D | wciia.py | 28 def process_files_and_folders(owner): argument 43 def process_code_owner(owner): argument
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | UseDefLists.h | 61 IROperandBase(Operation *owner) : owner(owner) {} in IROperandBase() 129 IROperand(Operation *owner) : detail::IROperandBase(owner) {} in IROperand() 130 IROperand(Operation *owner, IRValueT value) in IROperand()
|
H A D | Value.h | 300 BlockArgumentImpl(Type type, Block *owner, int64_t index, Location loc) in BlockArgumentImpl() 305 Block *owner; variable 339 static BlockArgument create(Type type, Block *owner, int64_t index, in create()
|
H A D | Diagnostics.h | 379 InFlightDiagnostic(DiagnosticEngine * owner,Diagnostic && rhs) InFlightDiagnostic() argument 393 DiagnosticEngine *owner = nullptr; global() variable
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Diagnostic.h | 114 InFlightDiagnostic(DiagnosticEngine *owner, Diagnostic &&rhs) in InFlightDiagnostic() 128 DiagnosticEngine *owner = nullptr; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | osobject-retain-release.cpp | 341 void check_consumes_this(OSArray *owner) { in check_consumes_this() 346 void check_consumes_this_with_template(OSArray *owner) { in check_consumes_this_with_template() 614 unsigned int no_warning_on_getter(ArrayOwner *owner) { in no_warning_on_getter() 619 unsigned int warn_on_overrelease(ArrayOwner *owner) { in warn_on_overrelease() 627 unsigned int nowarn_on_release_of_created(ArrayOwner *owner) { in nowarn_on_release_of_created() 634 unsigned int nowarn_on_release_of_created_source_unknown(ArrayOwner *owner) { in nowarn_on_release_of_created_source_unknown() 641 unsigned int no_warn_ok_release(ArrayOwner *owner) { in no_warn_ok_release() 648 unsigned int warn_on_overrelease_with_unknown_source(ArrayOwner *owner) { in warn_on_overrelease_with_unknown_source() 655 unsigned int ok_release_with_unknown_source(ArrayOwner *owner) { in ok_release_with_unknown_source()
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanShouldStopHere.cpp | 20 ThreadPlanShouldStopHere::ThreadPlanShouldStopHere(ThreadPlan *owner) in ThreadPlanShouldStopHere() 30 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, in ThreadPlanShouldStopHere()
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-retain-cycle.m | 40 BlockOwner *owner; field 42 @property (retain) BlockOwner *owner; property
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangFunctionCaller.h | 67 ClangFunctionCallerHelper(ClangFunctionCaller &owner) : m_owner(owner) {} in ClangFunctionCallerHelper() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory-containers.cpp | 5 using owner = T; typedef
|
H A D | owning-memory-legacy-functions.cpp | 9 using owner = T; typedef
|
/llvm-project/mlir/lib/IR/ |
H A D | OperationSupport.cpp | 239 OperandStorage(Operation * owner,OpOperand * trailingOperands,ValueRange values) OperandStorage() argument 259 setOperands(Operation * owner,ValueRange values) setOperands() argument 268 setOperands(Operation * owner,unsigned start,unsigned length,ValueRange operands) setOperands() argument 333 resize(Operation * owner,unsigned newSize) resize() argument 411 const OwnerT &owner = getBase(); join() local 431 MutableOperandRange(Operation * owner,unsigned start,unsigned length,ArrayRef<OperandSegment> operandSegments) MutableOperandRange() argument 437 MutableOperandRange(Operation * owner) MutableOperandRange() argument 654 offset_base(const OwnerT & owner,ptrdiff_t index) offset_base() argument 663 dereference_iterator(const OwnerT & owner,ptrdiff_t index) dereference_iterator() argument [all...] |
H A D | TypeRange.cpp | 29 ValueRange::OwnerT owner = values.begin().getBase(); in TypeRange() local
|
H A D | Region.cpp | 268 RegionRange::OwnerT RegionRange::offset_base(const OwnerT &owner, in offset_base() argument 277 Region *RegionRange::dereference_iterator(const OwnerT &owner, in dereference_iterator() argument
|
/llvm-project/mlir/unittests/IR/ |
H A D | IRMapping.cpp | 47 OperationState owner(UnknownLoc::get(&ctx), "owner"); in TEST() local
|
/llvm-project/libc/src/__support/threads/linux/ |
H A D | mutex.h | 30 pid_t owner; global() variable
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector2.cpp | 193 uptr owner = atomic_load(&m->owner, memory_order_relaxed); in MutexBeforeLock() local 272 uptr owner = atomic_load(&m->owner, memory_order_relaxed); in MutexAfterLock() local 304 uptr owner = atomic_load(&m->owner, memory_order_relaxed); in MutexBeforeUnlock() local
|
/llvm-project/llvm/lib/Option/ |
H A D | Option.cpp | 26 : Info(info), Owner(owner) { in Option() argument
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_64-PR42672.c | 14 unsigned short owner, next; in _raw_spin_lock() member
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | EmptyTensorElimination.cpp | 39 Block *owner = bbArg.getOwner(); in neededValuesDominateInsertionPoint() local
|
/llvm-project/openmp/runtime/test/transform/tile/ |
H A D | parallel-wsloop-collapse-foreach.cpp | 37 const Reporter *owner; member
|
H A D | foreach.cpp | 37 const Reporter *owner; member
|
H A D | iterfor.cpp | 37 const Reporter *owner; member
|
/llvm-project/openmp/runtime/test/transform/unroll/ |
H A D | factor_foreach.cpp | 37 const Reporter *owner; member
|
H A D | factor_iterfor.cpp | 37 const Reporter *owner; member
|