Searched refs:type_ (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest-test-part.h | 67 : 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 D | gtest-spi.h | 108 const TestPartResult::Type type_; variable
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutex.cc | 215 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 D | tsan_mutex.h | 59 MutexType type_; variable
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/ |
| H A D | gmock_doctor.py | 506 type_ = m.groupdict()['type'] 507 if type_ not in _COMMON_GMOCK_SYMBOLS:
|
| /freebsd-12.1/contrib/googletest/googletest/src/ |
| H A D | gtest-port.cc | 255 type_(kDynamic), in Mutex() 267 if (type_ == kDynamic) { in ~Mutex() 337 if (type_ == kStatic) { in ThreadSafeLazyInit()
|
| H A D | gtest.cc | 720 : 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 D | Mips32r6InstrFormats.td | 597 bits<2> type_; 602 let Inst{9-8} = type_;
|
| H A D | Mips32r6InstrInfo.td | 838 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 D | sanitizer_syscalls_netbsd.inc | 272 (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 D | gtest-port.h | 1827 MutexType type_;
|