/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | transfer.f90 | 3 subroutine trans_test(store, word) argument 27 real :: word local 73 subroutine trans_test2(store, word) argument 75 real :: word local
|
/llvm-project/lldb/examples/scripting/ |
H A D | dictionary.c | 14 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 D | tree_utils.py | 22 def DFS(root, word, cur_path): argument
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | shell.py | 16 def needs_quote(word): argument 60 def escape(word): argument
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | directive-literals.s | 21 word: label
|
/llvm-project/lld/test/ELF/ |
H A D | ppc64-error-missaligned-ds.s | 28 word: label
|
/llvm-project/libc/src/signal/linux/ |
H A D | signal_utils.h | 79 size_t word = n / BITS_PER_SIGWORD; add_signal() local 92 size_t word = n / BITS_PER_SIGWORD; delete_signal() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2010-07-14-overconservative-align.c | 4 int word; member
|
H A D | named_reg_global.c | 16 } word; member
|
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/thread/ |
H A D | several_threads.pass.cpp | 134 for (const std::string& word : test_strings) in test() local
|
/llvm-project/mlir/lib/Query/ |
H A D | QueryParser.cpp | 28 llvm::StringRef word; in lexWord() local 46 llvm::StringRef word; member [all...] |
/llvm-project/libc/src/__support/HashTable/ |
H A D | bitmask.h | 38 T word; global() member [all...] |
/llvm-project/flang/include/flang/Evaluate/ |
H A D | logical.h | 38 Word word() const { return word_; } in word() function
|
/llvm-project/llvm/utils/lit/lit/llvm/ |
H A D | subst.py | 95 def wordify(word): argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | warn-padded-bitfields.cpp | 34 int word; member
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | util.py | 39 def make_word_regex(word): argument
|
/llvm-project/clang/test/C/drs/ |
H A D | dr4xx.c | 366 int word; in dr499() member
|
/llvm-project/flang/lib/Decimal/ |
H A D | binary-to-decimal.cpp | 42 auto word{x.Fraction()}; local
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | DeserializeOps.cpp | 34 static inline spirv::Opcode extractOpcode(uint32_t word) { in extractOpcode() argument
|
/llvm-project/mlir/lib/Target/SPIRV/Serialization/ |
H A D | Serializer.cpp | 898 uint32_t word = 0; prepareConstantInt() local 961 uint32_t word = llvm::bit_cast<uint32_t>(value.convertToFloat()); prepareConstantFp() local 971 uint32_t word = prepareConstantFp() local [all...] |
/llvm-project/flang/runtime/ |
H A D | unit.cpp | 760 std::int32_t word; ReadHeaderOrFooter() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseBitVector.h | 83 BitWord word(unsigned Idx) const { in word() function
|
/llvm-project/libc/AOR_v20.02/math/test/ |
H A D | mathtest.c | 451 static int find(char *word, char **array, int asize) { in find() 470 static test_func* find_testfunc(char *word) { in find_testfunc()
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_lib.h | 124 uint64_t word; rep_clz() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.cpp | 98 for (StringRef word : words) { parseCudaHFile() local
|