Home
last modified time | relevance | path

Searched defs:word (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dtransfer.f903 subroutine trans_test(store, word) argument
27 real :: word local
73 subroutine trans_test2(store, word) argument
75 real :: word local
/llvm-project-15.0.7/lldb/examples/scripting/
H A Ddictionary.c14 const char *word; member
23 char *strip(char **word) { in strip()
47 void insert(tree_node *root, char *word) { in insert()
84 char word[1024]; in populate_dictionary() local
106 int find_word(tree_node *dictionary, char *word) { in find_word()
150 char *word = buffer; in main() local
H A Dtree_utils.py24 def DFS(root, word, cur_path): argument
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dshell.py16 def needs_quote(word): argument
43 def escape(word): argument
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-literals.s21 word: label
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc64-error-missaligned-ds.s28 word: label
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2010-07-14-overconservative-align.c4 int word; member
H A Dnamed_reg_global.c16 } word; member
/llvm-project-15.0.7/libc/src/__support/CPP/
H A DUInt.h295 uint64_t word = val[i - 1]; variable
308 uint64_t word = val[i - 1]; variable
321 uint64_t word = val[i - 1]; variable
334 uint64_t word = val[i - 1]; variable
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dlogical.h38 Word word() const { return word_; } in word() function
/llvm-project-15.0.7/llvm/utils/lit/lit/llvm/
H A Dsubst.py94 def wordify(word): argument
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp77 GeneratedWord word{(GetNextValue() - generator.min()) & rangeMask}; in Generate() local
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dutil.py38 def make_word_regex(word): argument
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp822 uint32_t word = 0; in prepareConstantInt() local
885 uint32_t word = llvm::bit_cast<uint32_t>(value.convertToFloat()); in prepareConstantFp() local
895 uint32_t word = in prepareConstantFp() local
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp42 auto word{x.Fraction()}; local
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializeOps.cpp32 static inline spirv::Opcode extractOpcode(uint32_t word) { in extractOpcode()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseBitVector.h83 BitWord word(unsigned Idx) const { in word() function
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp79 for (StringRef word : words) { in parseCudaHFile() local
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c451 static int find(char *word, char **array, int asize) { in find()
470 static test_func* find_testfunc(char *word) { in find_testfunc()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_lib.h134 uint64_t word; in rep_clz() local
/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp563 static bool startsWithWord(StringRef name, StringRef word) { in startsWithWord()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h543 virtual bool IsReservedWord(const char *word) { return false; } in IsReservedWord()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSourceCodeTests.cpp376 SpelledWord word(const char *Text) { in word() function in clang::clangd::__anonc1b52e2c0111::SpelledWordsTest
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp1088 uint16_t word = (uint16_t)value; in DoExecute() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp324 for (unsigned word = loWord + 1; word < hiWord; ++word) in setBitsSlowCase() local
470 for (unsigned word = 0; word < NumDstWords; ++word) { in extractBits() local

12