Home
last modified time | relevance | path

Searched defs:prefixes (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libc/src/stdbit/
H A DCMakeLists.txt19 set(prefixes variable
31 set(prefixes variable
/llvm-project/polly/lib/External/isl/
H A Disl_arg.c224 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 DGetLibraryName.cmake4 set(prefixes ${CMAKE_FIND_LIBRARY_PREFIXES}) variable
/llvm-project/libc/test/src/stdbit/
H A DCMakeLists.txt3 set(prefixes variable
/llvm-project/llvm/utils/
H A Dupdate_cc_test_checks.py252 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 Dupdate_mir_test_checks.py90 def __init__(self, prefixes, cmd_args, triple): argument
189 test, raw_tool_output, triple, prefixes, func_dict, verbose argument
H A Dupdate_mca_test_checks.py271 def _block_key(tool_args, prefixes): argument
/llvm-project/flang/lib/Semantics/
H A Dcheck-purity.cpp55 parser::CharBlock source, const std::list<parser::PrefixSpec> &prefixes) { in Entered() argument
H A Dprogram-tree.cpp261 const auto *prefixes{common::visit( in HasModulePrefix() local
H A Dresolve-names.cpp3885 HasModulePrefix(const std::list<parser::PrefixSpec> & prefixes) HasModulePrefix() argument
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py815 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 Dprescan.cpp428 static const char *const prefixes[]{"program", "subroutine", "function", EnforceStupidEndStatementRules() local