Home
last modified time | relevance | path

Searched refs:value_handle (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vn.c185 get_tree_common_ann (e)->value_handle = v; in set_value_handle()
442 return ((ann) ? ann->value_handle : NULL_TREE); in get_value_handle()
H A Dtree.h1700 SSA_NAME_CHECK (N)->ssa_name.value_handle
1739 tree value_handle; member
3151 (VALUE_HANDLE_CHECK (NODE)->value_handle.id)
3154 (VALUE_HANDLE_CHECK (NODE)->value_handle.expr_set)
3157 (VALUE_HANDLE_CHECK (NODE)->value_handle.vuses)
3214 struct tree_value_handle GTY ((tag ("TS_VALUE_HANDLE"))) value_handle;
H A Dtree-flow.h116 tree GTY((skip)) value_handle;
H A Dtree.def903 DEFTREECODE (VALUE_HANDLE, "value_handle", tcc_exceptional, 0)
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h29 Boolean GetValueIfPresent(const void *key, const void **value_handle) const;
H A DCFCMutableDictionary.cpp73 const void **value_handle) const { in GetValueIfPresent()
76 return ::CFDictionaryGetValueIfPresent(dict, key, value_handle); in GetValueIfPresent()