Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate()
/llvm-project/lldb/examples/python/
H A Ddict_utils.py32 def __init__(self, initial_value=0, items=[]): argument
H A Dmach_o.py504 def __init__(self, initial_value=0): argument
848 def __init__(self, initial_value=0): argument
1301 def __init__(self, initial_value=0): argument
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py1857 __init__(self, keyword, kind, parser=None, initial_value=None) global() argument