Home
last modified time | relevance | path

Searched defs:fixed (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Darm64-abi-vector.c19 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 Darm-abi-vector.c16 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 Dchars_format.h24 enum class chars_format { scientific = 0x1, fixed = 0x2, hex = 0x4, general = fixed | scientific }; enumerator
/llvm-project/mlir/unittests/Interfaces/
H A DInferTypeOpInterfaceTest.cpp69 ShapedTypeComponents fixed(SmallVector<int64_t>{30}); in TEST_F() local
/llvm-project/polly/lib/External/isl/
H A Dbasis_reduction_templ.c70 int fixed = 0; in isl_tab_compute_reduced_basis() local
H A Disl_equalities.c737 isl_bool fixed; in isl_basic_set_dim_residue_class() local
H A Disl_transitive_closure.c798 isl_bool fixed; in construct_extended_path() local
H A Disl_ast_codegen.c3753 int fixed; in dim_is_fixed() local
4184 int fixed, skip; in generate_component() local
H A Disl_map.c10070 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 Disl_union_map.c3296 isl_bool fixed; in plain_injective_on_range() local
H A Disl_test.c7920 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 Dsigned-bitwise-standard-types.h52 fixed = 1u << 8u, enumerator
/llvm-project/llvm/unittests/Support/
H A DOptimizedStructLayoutTest.cpp40 LayoutTest &fixed(uint64_t Size, uint64_t Alignment, uint64_t Offset) { in fixed() function in __anon183ea9a30111::LayoutTest
/llvm-project/libcxx/src/
H A Dios.cpp66 const ios_base::fmtflags ios_base::fixed; member in ios_base
/llvm-project/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp85 fixed, ///< Hard-coded mapping. enumerator
/llvm-project/flang/lib/Parser/
H A Dtoken-parsers.h648 static const char fixed[] = "!dir$ fixed\n", free[] = "!dir$ free\n"; Parse() local
/llvm-project/lld/COFF/
H A DDriver.cpp1726 bool fixed = args.hasFlag(OPT_fixed, OPT_fixed_no, false); linkerMain() local
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp1854 DebouncePolicy DebouncePolicy::fixed(clock::duration T) { fixed() function in clang::clangd::DebouncePolicy