| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | example-typelist.cpp | 8 struct cons { struct 28 struct length<cons<Head, Tail> > { argument 37 typedef cons<unsigned char, 38 cons<unsigned short, 39 cons<unsigned int, 60 class reverse<cons<Head> > { 62 typedef cons<Head> type; 72 cons<unsigned long, 86 struct find<cons<T, Tail>, T> { 87 typedef cons<T, Tail> type; [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unused-lambda-capture.cpp | 70 NonTrivialConstructor cons; in test() local 71 …auto explicit_by_value_non_trivial_constructor = [cons] {}; // expected-warning{{lambda capture 'c… in test() 178 NonTrivialConstructor cons; in test_templated() local 179 …auto explicit_by_value_non_trivial_constructor = [cons] {}; // expected-warning{{lambda capture 'c… in test_templated()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_error.cpp | 82 char const *cons = NULL; // Construct name. in __kmp_pragma() local 90 cons = cons_text_c[ct]; in __kmp_pragma() 105 prgm = __kmp_msg_format(kmp_i18n_fmt_Pragma, cons, file, func, line); in __kmp_pragma() 124 struct cons_data const *cons // Second construct. in __kmp_error_construct2() argument 127 char *construct2 = __kmp_pragma(cons->type, cons->ident); in __kmp_error_construct2() 307 struct cons_data cons = {NULL, ct_critical, 0, NULL}; local 315 cons = p->stack_data[index]; 318 __kmp_error_construct2(kmp_i18n_msg_CnsNestingSameName, ct, ident, &cons);
|
| H A D | kmp_error.h | 26 ident_t const *ident, struct cons_data const *cons);
|
| /llvm-project-15.0.7/clang/test/SemaOpenCLCXX/ |
| H A D | address-space-references.clcpp | 33 int test_nestptr(__global int *glob, __constant int *cons, int* gen) { 38 nestptr_const(cons); // expected-error{{no matching function for call to 'nestptr_const'}} 39 return *(*cons ? glob : gen);
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | cpp.cc | 50 for (const auto &cons : clazz.constructors) { in set_class_construction_types() local 55 if (!is_implicit_conversion(Method(clazz, cons))) in set_class_construction_types() 58 param = cons->getParamDecl(0); in set_class_construction_types() 279 for (const auto &cons : clazz.constructors) in print_constructors() local 280 print_method(Method(clazz, cons)); in print_constructors() 915 bool cpp_generator::is_implicit_conversion(const Method &cons) in is_implicit_conversion() argument 917 const auto &clazz = cons.clazz; in is_implicit_conversion() 918 ParmVarDecl *param = cons.fd->getParamDecl(0); in is_implicit_conversion() 921 int num_params = cons.fd->getNumParams(); in is_implicit_conversion()
|
| H A D | python.cc | 737 FunctionDecl *cons) in print_constructor() argument 739 string fullname = cons->getName().str(); in print_constructor() 740 string cname = clazz.method_name(cons); in print_constructor() 741 int num_params = cons->getNumParams(); in print_constructor() 742 int drop_ctx = first_arg_is_isl_ctx(cons); in print_constructor() 744 print_argument_checks(clazz, cons, drop_ctx); in print_constructor() 752 print_arg_in_call(cons, var_arg_fmt, i, drop_ctx); in print_constructor()
|
| H A D | cpp.h | 137 bool is_implicit_conversion(const Method &cons);
|
| /llvm-project-15.0.7/llvm/utils/emacs/ |
| H A D | README | 12 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path)) 21 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
|
| H A D | llvm-mode.el | 108 (add-to-list 'auto-mode-alist (cons "\\.ll\\'" 'llvm-mode))
|
| H A D | tablegen-mode.el | 125 (add-to-list 'auto-mode-alist (cons (purecopy "\\.td\\'") 'tablegen-mode))
|
| /llvm-project-15.0.7/mlir/utils/emacs/ |
| H A D | mlir-mode.el | 75 (add-to-list 'auto-mode-alist (cons "\\.mlir\\'" 'mlir-mode))
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/GC/ |
| H A D | badwriteproto.ll | 9 define ptr @cons(i32 %hd, ptr %tl) gc "example" {
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | avoid-const-params-in-decls.cpp | 175 void ConstNotVisible(CONCAT(cons, t) int i);
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | ConstantExprFold.ll | 30 @cons = weak global i32 0, align 8 ; <i32*> [#uses=1] 31 @and3 = global i64 and (i64 ptrtoint (i32* @cons to i64), i64 7)
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/ |
| H A D | cxx_proto.proto | 54 Const cons = 2; field
|
| H A D | cxx_loop_proto.proto | 57 Const cons = 1; field
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | clang-include-fixer.el | 292 (cl-check-type context cons) 362 (cl-check-type overlays cons)
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-cxx/ |
| H A D | proto_to_cxx.cpp | 37 if (x.has_cons()) return os << x.cons(); in operator <<()
|
| H A D | loop_proto_to_cxx.cpp | 62 return os << x.cons(); in operator <<()
|
| /llvm-project-15.0.7/clang/tools/clang-fuzzer/proto-to-llvm/ |
| H A D | loop_proto_to_llvm.cpp | 75 return ConstToString(x.cons()); in RvalueToString()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | sstream | 28 // 27.8.1.1 [stringbuf.cons], constructors: 224 // 30.8.2.1 [stringbuf.cons], constructors 642 // 30.8.3.1 [istringstream.cons], constructors 722 // 30.8.4.1 [ostringstream.cons], constructors 803 // 30.8.5.1 [stringstream.cons], constructors
|
| H A D | __node_handle | 32 // [container.node.cons], constructors, copy, and assignment
|
| H A D | span | 57 // [span.cons], span constructors, copy, assignment, and destructor 246 // [span.cons], span constructors, copy, assignment, and destructor 444 // [span.cons], span constructors, copy, assignment, and destructor
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | Tooling.rst | 7 the different ways to write clang tools, and their pros and cons.
|