Home
last modified time | relevance | path

Searched refs:entry_ptr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DUniqueCStringMap.h111 const Entry *FindNextValueForName(const Entry *entry_ptr) const { in FindNextValueForName() argument
115 const Entry *next_entry = entry_ptr + 1; in FindNextValueForName()
117 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
/llvm-project-15.0.7/llvm/utils/gdb-scripts/
H A Dprettyprinters.py229 entry_ptr = it_deref.cast(entry_base_ty.pointer())
230 entry = entry_ptr.dereference()
233 value_ptr = (entry_ptr + 1).cast(value_ty.pointer())
234 …str_data = (entry_ptr + 1).cast(gdb.lookup_type('uintptr_t')) + max(value_ty.sizeof, entry_base_ty…
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp1563 llvm::BasicBlock::iterator entry_ptr = Builder.GetInsertPoint(); in GenerateBlockFunction() local
1564 --entry_ptr; in GenerateBlockFunction()
1578 ++entry_ptr; in GenerateBlockFunction()
1579 Builder.SetInsertPoint(entry, entry_ptr); in GenerateBlockFunction()
1599 entry_ptr == entry->end() ? nullptr : &*entry_ptr); in GenerateBlockFunction()