Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/test/CodeGen/
D2003-08-29-BitFieldStruct.c3 struct Word { struct
4 short bar;
5 short baz;
6 int final:1;
7 short quux;
/external/llvm-project/clang/test/CodeGen/
D2003-08-29-BitFieldStruct.c3 struct Word { struct
4 short bar;
5 short baz;
6 int final:1;
7 short quux;
/external/rust/crates/textwrap/src/
Dcore.rs219 pub struct Word<'a> { struct
226 impl std::ops::Deref for Word<'_> { argument
234 impl<'a> Word<'a> { implementation
304 impl Fragment for Word<'_> { implementation
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
60 uint32_t Word = 0; in writeSparseBitVector() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DHashTable.cpp34 uint32_t Word; in readSparseBitVector() local
60 uint32_t Word = 0; in writeSparseBitVector() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.cpp285 for (auto const &Word : Words) { in fixupWithCase() local
293 for (auto const &Word : Words) { in fixupWithCase() local
301 for (auto const &Word : Words) { in fixupWithCase() local
308 for (auto const &Word : Words) { in fixupWithCase() local
319 for (auto const &Word : Words) { in fixupWithCase() local
328 for (auto const &Word : Words) { in fixupWithCase() local
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLib.pas93 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek()
122 function Seek(Offset: Longint; Origin: Word): Longint; override; in Seek()
464 function TCompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in TCompressionStream.Seek()
527 function TDecompressionStream.Seek(Offset: Longint; Origin: Word): Longint; in Seek()
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameMap.cpp75 uint32_t Word; in load() local
100 uint32_t Word; in load() local
/external/google-breakpad/src/common/linux/
Delf_core_dump.h53 typedef ElfW(Word) Word; typedef
Delfutils.h56 typedef Elf32_Word Word; typedef
74 typedef Elf64_Word Word; typedef
/external/pdfium/core/fpdfdoc/
Dcpvt_word.h17 uint16_t Word; variable
Dcpvt_wordinfo.h20 uint16_t Word; member
/external/icing/icing/file/
Dfile-backed-bitmap.h199 using Word = uint32_t; variable
/external/tensorflow/tensorflow/core/lib/core/
Dbitmap.h65 typedef uint32 Word; typedef
/external/llvm-project/flang/include/flang/Common/
Dconstexpr-bitset.h27 using Word = std::conditional_t<(BITS > 32), std::uint64_t, std::uint32_t>; variable
/external/llvm-project/clang-tools-extra/clang-query/
DQueryParser.cpp40 StringRef Word; in lexWord() local
53 StringRef Word; member
/external/llvm-project/clang-tools-extra/clangd/
DFuzzyMatch.h116 char Word[MaxWord]; // Word data variable
DFuzzyMatch.cpp92 llvm::Optional<float> FuzzyMatcher::match(llvm::StringRef Word) { in match()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDictionary.h47 typedef FixedWord<64> Word; typedef
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDictionary.h47 typedef FixedWord<64> Word; typedef
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h33 Word = 20, enumerator
/external/libchrome/base/debug/
Delf_reader_linux.cc28 using Word = Elf32_Word; typedef
/external/llvm-project/llvm/tools/llvm-cxxfilt/
Dllvm-cxxfilt.cpp147 for (const auto &Word : Words) in demangleLine() local
/external/llvm/include/llvm/Object/
DELFTypes.h72 typedef packed<uint32_t> Word; typedef
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFuzzyMatchTests.cpp40 std::string Word; member

123