Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h67 : type_(a_type), in TestPartResult()
75 Type type() const { return type_; } in type()
94 bool skipped() const { return type_ == kSkip; } in skipped()
97 bool passed() const { return type_ == kSuccess; } in passed()
100 bool nonfatally_failed() const { return type_ == kNonFatalFailure; } in nonfatally_failed()
103 bool fatally_failed() const { return type_ == kFatalFailure; } in fatally_failed()
109 Type type_;
H A Dgtest-spi.h108 const TestPartResult::Type type_; variable
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc215 type_ = type; in Mutex()
229 cur_thread()->internal_deadlock_detector.Lock(type_); in Lock()
254 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock()
260 cur_thread()->internal_deadlock_detector.Lock(type_); in ReadLock()
282 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
H A Dtsan_mutex.h59 MutexType type_; variable
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dgmock_doctor.py506 type_ = m.groupdict()['type']
507 if type_ not in _COMMON_GMOCK_SYMBOLS:
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc255 type_(kDynamic), in Mutex()
267 if (type_ == kDynamic) { in ~Mutex()
337 if (type_ == kStatic) { in ThreadSafeLazyInit()
H A Dgtest.cc720 : results_(results), type_(type), substr_(substr) {} in SingleFailureChecker()
727 EXPECT_PRED_FORMAT3(HasOneFailure, *results_, type_, substr_); in ~SingleFailureChecker()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMips32r6InstrFormats.td597 bits<2> type_;
602 let Inst{9-8} = type_;
H A DMips32r6InstrInfo.td838 dag InOperandList = (ins GPROpnd:$rs, uimm2:$type_);
839 string AsmString = !strconcat(instr_asm, "\t$rs, $type_");
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc272 (void *type_, void *path_, long long flags_, void *data_) {
276 (long long res, void *type_, void *path_, long long flags_, void *data_) {
882 (long long domain_, long long type_, long long protocol_) {
886 (long long res, long long domain_, long long type_, long long protocol_) {
1172 (long long domain_, long long type_, long long protocol_, void *rsv_) {
1176 (long long res, long long domain_, long long type_, long long protocol_,
2828 (long long domain_, long long type_, long long protocol_) {
2832 (long long res, long long domain_, long long type_, long long protocol_) {
2929 const char *type = (const char *)type_;
2942 (long long res, void *type_, void *path_, long long flags_, void *data_,
[all …]
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1827 MutexType type_;