Home
last modified time | relevance | path

Searched refs:is_valid_ (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc707 if (is_valid_) { in ~RE()
720 if (!re.is_valid_) return false; in FullMatch()
729 if (!re.is_valid_) return false; in PartialMatch()
745 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
754 if (is_valid_) { in Init()
756 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
758 EXPECT_TRUE(is_valid_) in Init()
969 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str); in FullMatch()
975 return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str); in PartialMatch()
985 is_valid_ = ValidateRegex(regex); in Init()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(), in Output_section_lookup_maps()
3042 { return this->is_valid_; } in is_valid()
3047 { this->is_valid_ = false; } in invalidate()
3056 this->is_valid_ = true; in clear()
3064 gold_assert(this->is_valid_); in find_merge_section()
3085 gold_assert(this->is_valid_); in find_relaxed_input_section()
3116 bool is_valid_; variable
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(), in Output_section_lookup_maps()
3042 { return this->is_valid_; } in is_valid()
3047 { this->is_valid_ = false; } in invalidate()
3056 this->is_valid_ = true; in clear()
3064 gold_assert(this->is_valid_); in find_merge_section()
3085 gold_assert(this->is_valid_); in find_relaxed_input_section()
3116 bool is_valid_; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h906 bool is_valid_; variable