Home
last modified time | relevance | path

Searched defs:Prev (Results 1 – 25 of 113) sorted by relevance

12345

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist_base.h23 node_base_type &Prev = *Next.getPrev(); in insertBeforeImpl() local
31 node_base_type *Prev = N.getPrev(); in removeImpl() local
42 node_base_type *Prev = First.getPrev(); in removeRangeImpl() local
69 node_base_type &Prev = *Next.getPrev(); in transferBeforeImpl() local
H A Dilist_node_base.h22 ilist_node_base *Prev = nullptr; variable
26 void setPrev(ilist_node_base *Prev) { this->Prev = Prev; } in setPrev()
40 void setPrev(ilist_node_base *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
H A DSparseMultiSet.h100 unsigned Prev; member
159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
249 unsigned Prev() const { return SMS->Dense[Idx].Prev; } in Prev() function
H A DBitVector.h49 auto Prev = *this; variable
300 int find_next(unsigned Prev) const { return find_first_in(Prev + 1, Size); } in find_next()
312 int find_next_unset(unsigned Prev) const { in find_next_unset()
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Daslexternal.c84 ACPI_PARSE_OBJECT *Prev; in ExDoExternal() local
376 ACPI_PARSE_OBJECT *Prev; in ExMoveExternals() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp890 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Src); in CloneBB() local
918 LLVMValueRef Prev = LLVMGetPreviousInstruction(Next); in CloneBB() local
949 LLVMBasicBlockRef Prev = LLVMGetPreviousBasicBlock(Next); in CloneBBs() local
989 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in declare_symbols() local
1034 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in declare_symbols() local
1068 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in declare_symbols() local
1103 LLVMValueRef Prev = LLVMGetPreviousGlobalIFunc(Next); in declare_symbols() local
1190 LLVMValueRef Prev = LLVMGetPreviousGlobal(Next); in clone_symbols() local
1244 LLVMValueRef Prev = LLVMGetPreviousFunction(Next); in clone_symbols() local
1283 LLVMValueRef Prev = LLVMGetPreviousGlobalAlias(Next); in clone_symbols() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUse.h96 Use **Prev = nullptr; variable
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h91 Timer **Prev = nullptr; ///< Pointer to \p Next of previous timer in group. variable
197 TimerGroup **Prev; ///< Pointer to Next field of previous timergroup in list. variable
H A DUnicodeCharRanges.h72 uint32_t Prev = 0; in rangesAreValid() local
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { in getNext()
H A DTypeHashing.cpp48 auto Prev = (Ref.Kind == TiRefKind::IndexRef) ? PreviousIds : PreviousTypes; in hashType() local
H A DLazyRandomTypeCollection.cpp181 auto Prev = std::prev(Next); in visitRangeForType() local
213 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { in getNext()
H A DAppendingTypeTableBuilder.cpp46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
H A DGlobalTypeTableBuilder.cpp48 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
H A DMergingTypeTableBuilder.cpp48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { in getNext()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugFixup.cpp110 auto Prev = Stack.back(); in runOnMachineFunction() local
/netbsd/sys/external/bsd/acpica/dist/utilities/
H A Dutaddress.c144 ACPI_ADDRESS_RANGE *Prev; in AcpiUtRemoveAddressRange() local
/netbsd/sys/external/bsd/acpica/dist/parser/
H A Dpsparse.c148 ACPI_PARSE_OBJECT *Prev; in AcpiPsCompleteThisOp() local
/netbsd/sys/external/bsd/acpica/dist/disassembler/
H A Ddmnames.c297 ACPI_PARSE_OBJECT *Prev; in AcpiDmDisplayPath() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DInterpStack.h90 StackChunk *Prev; member
H A DInterpBlock.h129 DeadBlock *Prev; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXPeephole.cpp109 auto &Prev = *MRI.getUniqueVRegDef(Root.getOperand(1).getReg()); in CombineCVTAToLocal() local
/netbsd/external/apache2/llvm/dist/libcxx/benchmarks/
H A DCartesianBenchmarks.h73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations()
/netbsd/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp128 const char *Prev = Str; in acceptInternal() local
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_ilist.h145 Elem* IList<Base, Node, Elem>::Prev(Elem* e) { in Prev() function

12345