Searched defs:valid (Results 1 - 25 of 208) sorted by relevance

123456789

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h44 bool valid() const { return Stream.valid(); } function in class:llvm::codeview::DebugStringTableSubsectionRef
H A DDebugChecksumsSubsection.h61 bool valid() const { return Checksums.valid(); } function in class:llvm::codeview::final
H A DCVRecord.h39 bool valid() const { return kind() != Kind(0); } function in class:llvm::codeview::CVRecord
H A DDebugInlineeLinesSubsection.h77 bool valid() const { return Lines.valid(); } function in class:llvm::codeview::final
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAddressRange.h37 bool valid() const { return LowPC <= HighPC; } function in struct:llvm::DWARFAddressRange
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h28 bool valid() { return node_; } function in struct:__sanitizer::StackDepotHandle
/freebsd-12-stable/contrib/libc-pwcache/
H A Dpwcache.h64 int valid; /* is this a valid or a miss entry */ member in struct:uidc
70 int valid; /* is this a valid or a miss entry */ member in struct:gidc
/freebsd-12-stable/bin/pax/
H A Dcache.h64 int valid; /* is this a valid or a miss entry */ member in struct:uidc
70 int valid; /* is this a valid or a miss entry */ member in struct:gidc
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Daname_to_localname.c44 int valid; local
/freebsd-12-stable/contrib/ncurses/form/
H A Dfty_generic.c189 int valid = argiterator(&argp); local
/freebsd-12-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c196 int valid; local
/freebsd-12-stable/contrib/libucl/tests/
H A Dtest_schema.c68 const ucl_object_t *valid, *data, *description; local
/freebsd-12-stable/contrib/ntp/util/
H A Dsht.c42 volatile int valid; member in struct:shmTime
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Difiter_getifaddrs.c49 isc_result_t valid; member in struct:isc_interfaceiter
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c56 char valid; /* True = decompressor is initialized */ member in struct:private_data
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c57 static int ttl, valid; local
/freebsd-12-stable/lib/libc/rpc/
H A Dgetnetpath.c62 int valid; /* token that indicates a valid netpath_vars */ member in struct:netpath_vars
/freebsd-12-stable/usr.bin/getconf/
H A Dgetconf.c65 int c, key, valid; local
[all...]
/freebsd-12-stable/usr.sbin/bluetooth/sdpd/
H A Dserver.h43 unsigned valid : 1; /* descriptor is valid */ member in struct:fd_idx
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp123 bool InterferenceCache::Entry::valid(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp150 uint8_t valid:1, size:7; member in struct:FormSize
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp91 bool valid() { return node_; } function in struct:__msan::ChainedOriginDepotNode::Handle
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h122 bool valid() const { return BorrowedImpl != nullptr; } function in class:llvm::BinaryStreamRefBase
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h50 uint32_t valid; //!< Valid data bytes. member in struct:_out_chan_data
/freebsd-12-stable/contrib/sendmail/src/
H A Dratectrl.c556 bool valid; local

Completed in 301 milliseconds

123456789