Home
last modified time | relevance | path

Searched defs:sequence (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/
H A Dassociate-construct.f9091 function sequence(n) function
92 integer sequence(n) local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineTable.cpp29 for (const auto &sequence : sequences) { in LineTable() local
70 LineSequence *sequence, lldb::addr_t file_addr, uint32_t line, in AppendLineEntryToSequence()
105 void LineTable::InsertSequence(LineSequence *sequence) { in InsertSequence()
408 LineSequenceImpl sequence; in LinkLineTable() local
/llvm-project-15.0.7/lld/MachO/
H A DConcatOutputSection.h101 uint8_t sequence = 0; // how many thunks created so-far? member
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dfdpexpect.py113 def writelines(self, sequence): argument
H A Dpopen_spawn.py122 def writelines(self, sequence): argument
H A Dpty_spawn.py495 def writelines(self, sequence): argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp147 u64 sequence; member
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp208 auto sequence = llvm::to_vector(llvm::seq<int64_t>(0, permutation.size())); in verify() local
420 auto sequence = llvm::to_vector(llvm::seq<unsigned>(0, permutation.size())); in verify() local
614 auto sequence = llvm::to_vector(llvm::seq<int64_t>(0, transpose.size())); in verify() local
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h282 bool sequence() const { return sequence_; } in sequence() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_schedule_tree.c2777 int sequence = 0; in isl_printer_print_schedule_tree_mark() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1786 std::unique_ptr<LineSequence> sequence( in ParseCompileUnitLineTable() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp446 InitializationSequence sequence(S, entity, initKind, src); in tryDiagnoseOverloadedCast() local
H A DSemaDeclCXX.cpp16470 InitializationSequence sequence(*this, entity, initKind, opaqueValue); in BuildExceptionDeclaration() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1221 std::unique_ptr<LineSequence> sequence( in ParseLineTable() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1148 std::unique_ptr<LineSequence> sequence = in ParseLineTable() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1031 bool sequence{false}; // is a sequence type member
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h17205 isl::schedule schedule::sequence(isl::schedule schedule2) const in sequence() function