/llvm-project/clang/test/CodeGen/ |
H A D | arm64-abi-vector.c | 19 double varargs_vec_2c(int fixed, ...) { in varargs_vec_2c() 37 double varargs_vec_3c(int fixed, ...) { in varargs_vec_3c() 56 double varargs_vec_4c(int fixed, ...) { in varargs_vec_4c() 75 double varargs_vec_5c(int fixed, ...) { in varargs_vec_5c() 94 double varargs_vec_9c(int fixed, ...) { in varargs_vec_9c() 116 double varargs_vec_19c(int fixed, ...) { in varargs_vec_19c() 135 double varargs_vec_3s(int fixed, ...) { in varargs_vec_3s() 154 double varargs_vec_5s(int fixed, ...) { in varargs_vec_5s() 176 double varargs_vec_3i(int fixed, ...) { in varargs_vec_3i() 198 double varargs_vec_5i(int fixed, ...) { in varargs_vec_5i() [all …]
|
H A D | arm-abi-vector.c | 16 double varargs_vec_2i(int fixed, ...) { in varargs_vec_2i() 54 double varargs_vec_3c(int fixed, ...) { in varargs_vec_3c() 83 double varargs_vec_5c(int fixed, ...) { in varargs_vec_5c() 121 double varargs_vec_9c(int fixed, ...) { in varargs_vec_9c() 159 double varargs_vec_19c(int fixed, ...) { in varargs_vec_19c() 188 double varargs_vec_3s(int fixed, ...) { in varargs_vec_3s() 221 double varargs_vec_5s(int fixed, ...) { in varargs_vec_5s() 265 double varargs_struct(int fixed, ...) { in varargs_struct()
|
/llvm-project/libcxx/include/__charconv/ |
H A D | chars_format.h | 24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | InferTypeOpInterfaceTest.cpp | 69 ShapedTypeComponents fixed(SmallVector<int64_t>{30}); in TEST_F() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | basis_reduction_templ.c | 70 int fixed = 0; in isl_tab_compute_reduced_basis() local
|
H A D | isl_equalities.c | 737 isl_bool fixed; in isl_basic_set_dim_residue_class() local
|
H A D | isl_transitive_closure.c | 798 isl_bool fixed; in construct_extended_path() local
|
H A D | isl_ast_codegen.c | 3753 int fixed; in dim_is_fixed() local 4184 int fixed, skip; in generate_component() local
|
H A D | isl_map.c | 10070 isl_bool fixed; in isl_map_plain_has_fixed_var() local 10119 isl_bool fixed; in isl_basic_map_plain_get_val_if_fixed() local 10156 isl_bool fixed; in isl_map_plain_get_val_if_fixed() local
|
H A D | isl_union_map.c | 3296 isl_bool fixed; in plain_injective_on_range() local
|
H A D | isl_test.c | 7920 enum isl_dim_type type, unsigned pos, int fixed) in test_plain_fixed()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/ |
H A D | signed-bitwise-standard-types.h | 52 fixed = 1u << 8u, enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | OptimizedStructLayoutTest.cpp | 40 LayoutTest &fixed(uint64_t Size, uint64_t Alignment, uint64_t Offset) { in fixed() function in __anon183ea9a30111::LayoutTest
|
/llvm-project/libcxx/src/ |
H A D | ios.cpp | 66 const ios_base::fmtflags ios_base::fixed; member in ios_base
|
/llvm-project/clang-tools-extra/clang-include-fixer/tool/ |
H A D | ClangIncludeFixer.cpp | 85 fixed, ///< Hard-coded mapping. enumerator
|
/llvm-project/flang/lib/Parser/ |
H A D | token-parsers.h | 648 static const char fixed[] = "!dir$ fixed\n", free[] = "!dir$ free\n"; Parse() local
|
/llvm-project/lld/COFF/ |
H A D | Driver.cpp | 1726 bool fixed = args.hasFlag(OPT_fixed, OPT_fixed_no, false); linkerMain() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TUScheduler.cpp | 1854 DebouncePolicy DebouncePolicy::fixed(clock::duration T) { fixed() function in clang::clangd::DebouncePolicy
|