/llvm-project/clang/test/CodeGen/ |
H A D | 2003-08-29-BitFieldStruct.c | 3 struct Word { struct 4 short bar; 5 short baz; 6 int final:1; 7 short quux;
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | HashTable.cpp | 31 uint32_t Word; in readSparseBitVector() local 57 uint32_t Word = 0; in writeSparseBitVector() local
|
H A D | GSIStreamBuilder.cpp | 266 uint32_t Word = 0; in finalizeBuckets() local
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.h | 26 bool Word = true; global() member [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | DecisionForest.cpp | 50 for (const auto &Word : Relevance.ContextWords->keys()) { in evaluateDecisionForest() local
|
H A D | FuzzyMatch.h | 116 char Word[MaxWord]; // Word data variable
|
H A D | FuzzyMatch.cpp | 92 std::optional<float> FuzzyMatcher::match(llvm::StringRef Word) { in match()
|
H A D | Quality.cpp | 375 for (const auto &Word : ContextWords->keys()) in wordMatching() local
|
H A D | SourceCode.cpp | 881 llvm::SmallString<256> Word; in collectWords() local 909 static bool isLikelyIdentifier(llvm::StringRef Word, llvm::StringRef Before, in isLikelyIdentifier() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 695 for (StringRef Word : Words) in getEnumPrefix() local 958 for (auto const &Word : Words) { in fixupWithCase() local 966 for (auto const &Word : Words) { in fixupWithCase() local 974 for (auto const &Word : Words) { in fixupWithCase() local 981 for (auto const &Word : Words) { fixupWithCase() local 992 for (auto const &Word : Words) { fixupWithCase() local 1001 for (auto const &Word : Words) { fixupWithCase() local 1013 for (auto const &Word : Words) { fixupWithCase() local [all...] |
/llvm-project/flang/include/flang/Evaluate/ |
H A D | logical.h | 20 using Word = Integer<bits>; variable
|
/llvm-project/flang/include/flang/Common/ |
H A D | constexpr-bitset.h | 27 using Word = HostUnsignedIntType<(BITS <= 32 ? 32 : BITS)>; variable
|
/llvm-project/clang-tools-extra/clang-query/ |
H A D | QueryParser.cpp | 39 StringRef Word; in lexWord() local 52 StringRef Word; member [all...] |
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDictionary.h | 49 typedef FixedWord<64> Word; global() typedef
|
/llvm-project/llvm/tools/llvm-cxxfilt/ |
H A D | llvm-cxxfilt.cpp | 139 for (const auto &Word : Words) demangleLine() local
|
/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
H A D | M68kMCCodeEmitter.cpp | 241 for (uint64_t Word : Data) { encodeInstruction() local
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
H A D | LRTable.h |
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FuzzyMatchTests.cpp | 40 std::string Word; member
|
H A D | XRefsTests.cpp | 1263 auto Word = SpelledWord::touching( TEST() local 1754 auto Word = TEST() local
|
/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCCodeEmitter.cpp | 287 uint16_t Word = (BinaryOpCode >> (i * 16)) & 0xFFFF; encodeInstruction() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 89 using Word = packed<uint32_t>; member
|
/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 114 StringRef Word = Buf.substr(0, End); in lex() local
|
/llvm-project/offload/plugins-nextgen/common/src/Utils/ |
H A D | ELF.cpp | 114 typename ELFT::Off Word = getSymbolFromGnuHashTable() local [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 37 StringRef Word; member
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVUtils.cpp | 33 uint32_t Word = 0u; // Build up this 32-bit word from 4 8-bit chars. convertCharsToWord() local
|