/llvm-project/libc/src/stdbit/ |
H A D | CMakeLists.txt | 19 set(prefixes variable 31 set(prefixes variable
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_arg.c | 224 static int add_prefix(struct isl_prefixes *prefixes, const char *prefix) in add_prefix() 244 static void drop_prefix(struct isl_prefixes *prefixes, int first) in drop_prefix() 251 static int print_prefixes(struct isl_prefixes *prefixes) in print_prefixes() 273 struct isl_prefixes *prefixes, int *first) in skip_prefixes() 290 static int print_arg_help(struct isl_arg *decl, struct isl_prefixes *prefixes, in print_arg_help() 419 struct isl_prefixes *prefixes, void *opt) in print_choice_help() 483 struct isl_prefixes *prefixes, void *opt) in print_flags_help() 517 struct isl_prefixes *prefixes, void *opt) in print_bool_help() 536 struct isl_prefixes *prefixes, void *opt) in print_int_help() 550 struct isl_prefixes *prefixes, void *opt) in print_long_help() [all …]
|
/llvm-project/llvm/cmake/modules/ |
H A D | GetLibraryName.cmake | 4 set(prefixes ${CMAKE_FIND_LIBRARY_PREFIXES}) variable
|
/llvm-project/libc/test/src/stdbit/ |
H A D | CMakeLists.txt | 3 set(prefixes variable
|
/llvm-project/llvm/utils/ |
H A D | update_cc_test_checks.py | 252 get_function_body(builder, args, filename, clang_args, extra_commands, prefixes) global() argument 422 check_generator(my_output_lines, prefixes, func) global() argument [all...] |
H A D | update_mir_test_checks.py | 90 def __init__(self, prefixes, cmd_args, triple): argument 189 test, raw_tool_output, triple, prefixes, func_dict, verbose argument
|
H A D | update_mca_test_checks.py | 271 def _block_key(tool_args, prefixes): argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-purity.cpp | 55 parser::CharBlock source, const std::list<parser::PrefixSpec> &prefixes) { in Entered() argument
|
H A D | program-tree.cpp | 261 const auto *prefixes{common::visit( in HasModulePrefix() local
|
H A D | resolve-names.cpp | 3885 HasModulePrefix(const std::list<parser::PrefixSpec> & prefixes) HasModulePrefix() argument
|
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 815 process_run_line(self, function_re, scrubber, raw_tool_output, prefixes) global() argument 939 processed_prefixes(self, prefixes) global() argument 2119 build_global_values_dictionary(glob_val_dict, raw_tool_output, prefixes, ginfo) global() argument [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 428 static const char *const prefixes[]{"program", "subroutine", "function", EnforceStupidEndStatementRules() local
|