Searched refs:is_valid_ (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc707 if (is_valid_) {
720 if (!re.is_valid_) return false;
729 if (!re.is_valid_) return false;
745 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
754 if (is_valid_) {
756 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
758 EXPECT_TRUE(is_valid_)
969 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
975 return re.is_valid_ && MatchRegexAnywhere(re.pattern_, str);
985 is_valid_
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(),
3042 { return this->is_valid_; }
3047 { this->is_valid_ = false; }
3056 this->is_valid_ = true;
3064 gold_assert(this->is_valid_);
3085 gold_assert(this->is_valid_);
3116 bool is_valid_; member in class:gold::Output_section_lookup_maps
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h3063 : is_valid_(true), merge_sections_by_properties_(),
3070 { return this->is_valid_; }
3075 { this->is_valid_ = false; }
3084 this->is_valid_ = true;
3092 gold_assert(this->is_valid_);
3113 gold_assert(this->is_valid_);
3144 bool is_valid_; member in class:gold::Output_section_lookup_maps
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(),
3042 { return this->is_valid_; }
3047 { this->is_valid_ = false; }
3056 this->is_valid_ = true;
3064 gold_assert(this->is_valid_);
3085 gold_assert(this->is_valid_);
3116 bool is_valid_; member in class:gold::Output_section_lookup_maps
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h906 bool is_valid_; member in class:testing::internal::RE

Completed in 209 milliseconds