Home
last modified time | relevance | path

Searched refs:unique_value (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DValue.h858 using unique_value = std::unique_ptr<Value, ValueDeleter>; variable
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c5901 rtx unique_value; local
5903 unique_value = NULL;
5907 if (unique_value)
5910 unique_value = av->value;
5913 return unique_value;