/llvm-project/mlir/test/lib/Dialect/Transform/ |
H A D | TestTransformStateExtension.cpp | 14 test::TestTransformStateExtension::updateMapping(Operation *previous, in updateMapping()
|
/llvm-project/flang/runtime/ |
H A D | unit-map.cpp | 42 Chain *previous{nullptr}; in LookUpForClose() local 63 Chain *previous{nullptr}; in DestroyClosed() local
|
H A D | unit.h | 257 ChildIo(IoStatementState & parent,OwningPtr<ChildIo> && previous) ChildIo() argument
|
/llvm-project/lldb/utils/lui/ |
H A D | commandwin.py | 21 def previous(self, curr): member in History
|
/llvm-project/mlir/lib/Debug/ |
H A D | DebuggerExecutionContextHook.cpp | 196 Operation *previous = op->getPrevNode(); in mlirDebuggerCursorSelectPreviousIRUnit() local 216 Block *previous = block->getPrevNode(); in mlirDebuggerCursorSelectPreviousIRUnit() local
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | get_info.local_time.pass.cpp | 1214 …for (auto previous = input.begin(), next = previous + 1; next != input.end(); ++previous, ++next) { in validate_transitions() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 179 uptr previous = 0; member in __sanitizer::SLeb128Encoder 207 uptr previous = 0; member in __sanitizer::SLeb128Decoder
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ |
H A D | ranges.next_permutation.pass.cpp | 59 constexpr bool run_next_permutation(Func call_next_permutation, Range permuted, Range previous) { in run_next_permutation()
|
H A D | ranges.prev_permutation.pass.cpp | 59 constexpr bool run_prev_permutation(Func call_prev_permutation, Range permuted, Range previous) { in run_prev_permutation()
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Alignment.h | 88 Align previous() const { in previous() function
|
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
H A D | ClassLayoutTest.cpp | 47 struct _List *previous; member
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_collapse.cpp | 543 bounds_info_internalXX_template<T> *previous = in kmp_calc_span_lessoreq_XX() local 607 bounds_info_internalXX_template<T> *previous = in kmp_calc_span_greateroreq_XX() local 710 bounds_info_internalXX_template<T> *previous = in kmp_calc_new_bounds_XX() local
|
H A D | kmp_affinity.h | 57 next(int previous) next() argument 408 next(int previous) next() argument 619 next(int previous) next() argument
|
H A D | kmp_affinity.cpp | 1518 KMP_SNPRINTF(scan, end - scan + 1, ",%u", previous); in __kmp_affinity_str_buf_mask() local 1450 int start = 0, finish = 0, previous = 0; __kmp_affinity_print_mask() local [all...] |
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | GreedyPatternRewriteDriver.cpp | 661 Block *block, Region *previous, Region::iterator previousIt) { in notifyBlockInserted() argument 672 Operation *op, OpBuilder::InsertPoint previous) { in notifyOperationInserted() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | compute-offsets.cpp | 157 UnorderedSymbolSet previous; DoCommonBlock() local
|
H A D | check-declarations.cpp | 1580 const Symbol &previous{*iter->second}; CheckExternal() local 1663 std::map<SourceName, SymbolRef> previous; CheckDerivedType() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 516 notifyOperationInserted(mlir::Operation * op,mlir::OpBuilder::InsertPoint previous) notifyOperationInserted() argument
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | Bufferize.cpp | 363 notifyOperationInserted(Operation * op,InsertPoint previous) notifyOperationInserted() argument
|
/llvm-project/mlir/lib/ExecutionEngine/ |
H A D | AsyncRuntime.cpp | 140 int64_t previous = refCount.fetch_sub(count); in dropRef() local
|
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | Utils.cpp | 791 Value previous = linearizedIv; delinearizeInductionVariable() local 1016 Value previous = ploopIVs[i]; collapseParallelLoops() local [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 605 char previous{at_ <= start_ ? ' ' : at_[-1]}; NextToken() local
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 94 const Symbol *previous() const { return previous_; } in previous() function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | MutableBox.cpp | 830 __anond18cc9eb1602(mlir::Value previous, mlir::Value required) genReallocIfNeeded() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | intrinsics.cpp | 1709 if (const auto *previous{actualForDummy[j]}) { Match() local
|