Home
last modified time | relevance | path

Searched defs:initial_value (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DPredicate.h56 Predicate(T initial_value) : m_value(initial_value) {} in Predicate()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddict_utils.py34 def __init__(self, initial_value=0, items=[]): argument
H A Dmach_o.py497 def __init__(self, initial_value=0): argument
807 def __init__(self, initial_value=0): argument
1195 def __init__(self, initial_value=0): argument
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py1419 def __init__(self, keyword, kind, parser=None, initial_value=None): argument