/llvm-project/clang/utils/analyzer/projects/ |
H A D | projects.json | 4 "mode": 1, number 12 "mode": 1, number 20 "mode": 1, number 28 "mode": 1, number 36 "mode": 1, number 44 "mode": 1, number 52 "mode": 1, number 60 "mode": 1, number 68 "mode": 1, number 76 "mode": 1, number [all …]
|
/llvm-project/libc/test/src/math/ |
H A D | RIntTest.h | 50 to_mpfr_rounding_mode(int mode) to_mpfr_rounding_mode() argument 67 for (int mode : ROUNDING_MODES) { testSpecialNumbers() local 78 for (int mode : ROUNDING_MODES) { testRoundNumbers() local 91 for (int mode : ROUNDING_MODES) { testFractions() local 110 for (int mode : ROUNDING_MODES) { testSubnormalRange() local 131 for (int mode : ROUNDING_MODES) { testSubnormalRange() local [all...] |
H A D | NearbyIntTest.h | 47 for (RoundingMode mode : ROUNDING_MODES) { in test_round_numbers() local 60 for (RoundingMode mode : ROUNDING_MODES) { in test_fractions() local 79 for (RoundingMode mode : ROUNDING_MODES) { in test_subnormal_range() local 100 for (RoundingMode mode : ROUNDING_MODES) { in test_subnormal_range() local
|
H A D | RoundToIntegerTest.h | 71 to_mpfr_rounding_mode(int mode) to_mpfr_rounding_mode() argument 112 for (int mode : ROUNDING_MODES) { testInfinityAndNaN() local 159 for (int mode : ROUNDING_MODES) { testRoundNumbers() local 168 do_fractions_test(RoundToIntegerFunc func,int mode) do_fractions_test() argument 186 for (int mode : ROUNDING_MODES) { testFractions() local [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | unix-fns-o_creat.c | 19 int mode = O_WRONLY; in missing_mode_2() local 29 int mode = O_RDONLY; in no_creat() local 34 int mode = O_WRONLY; in mode_is_there() local
|
H A D | unix-api.cpp | 29 int mode = 0x0; in unix_open_misuse() local 44 int mode = 0x0; in namespaced_open() local
|
/llvm-project/libc/test/UnitTest/ |
H A D | RoundingModeUtils.cpp | 19 get_fe_rounding(RoundingMode mode) get_fe_rounding() argument 33 ForceRoundingMode(RoundingMode mode) ForceRoundingMode() argument
|
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_simd_registers/ |
H A D | TestSVESIMDRegisters.py | 30 def get_build_flags(self, mode): argument 40 def skip_if_needed(self, mode): argument 63 def sve_simd_registers_impl(self, mode): argument
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | compiler_rt_scalbn_test.c | 11 int test__compiler_rt_scalbn(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbn() 41 int iterate_cases(const char *mode) { in iterate_cases()
|
H A D | compiler_rt_scalbnf_test.c | 11 int test__compiler_rt_scalbnf(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbnf() 40 int iterate_cases(const char *mode) { in iterate_cases()
|
H A D | compiler_rt_scalbnl_test.c | 13 int test__compiler_rt_scalbnl(const char *mode, fp_t x, int y) { in test__compiler_rt_scalbnl() 72 int iterate_cases(const char *mode) { in iterate_cases()
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/ |
H A D | pointer.pass.cpp | 62 for (auto mode : modes) { main() local 79 for (auto mode : modes) { main() local
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/ |
H A D | open_pointer.pass.cpp | 68 for (auto mode : modes) { main() local 87 for (auto mode : modes) { main() local
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/ |
H A D | open_pointer.pass.cpp | 69 for (auto mode : modes) { main() local 88 for (auto mode : modes) { main() local
|
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/ |
H A D | TestSVERegisters.py | 78 def get_build_flags(self, mode): argument 84 def skip_if_needed(self, mode): argument 94 def sve_registers_configuration_impl(self, mode): argument
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
H A D | open_pointer.pass.cpp | 76 for (auto mode : modes) { main() local 95 for (auto mode : modes) { main() local
|
/llvm-project/libclc/generic/lib/ |
H A D | gen_convert.py | 222 generate_default_conversion(src, dst, mode) global() argument 403 generate_saturated_conversion_with_rounding(src, dst, size, mode) global() argument 445 generate_float_conversion(src, dst, size, mode, sat) global() argument [all...] |
/llvm-project/lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/ |
H A D | TestSVEThreadedDynamic.py | 101 def build_for_mode(self, mode): argument 107 def run_sve_test(self, mode): argument 205 def setup_svg_test(self, mode): argument
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
H A D | pointer.pass.cpp | 76 for (auto mode : modes) { main() local 93 for (auto mode : modes) { main() local
|
/llvm-project/lldb/source/Host/posix/ |
H A D | FileSystemPosix.cpp | 75 Fopen(const char * path,const char * mode) Fopen() argument 79 Open(const char * path,int flags,int mode) Open() argument
|
/llvm-project/libc/src/stdio/ |
H A D | setbuf.cpp | 19 int mode = _IOFBF; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | pr13168.c | 5 void PR_OpenFile(int mode) { in PR_OpenFile()
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | Utils.cpp |
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | swapcontext_test.cpp | 33 void Child(int mode, int a, int b, int c) { in Child() 51 int Run(int arg, int mode, char *child_stack) { in Run()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/ |
H A D | cloexec-creat.cpp | 14 mode_t mode = 0755; in f() local
|