| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | overload-candidates.cpp | 29 …typename T::type get_type(const T&); // expected-note{{candidate template ignored: substitution fa… 31 …void get_type(T *, int[(int)sizeof(T) - 9] = 0); // expected-note{{candidate template ignored: sub… 34 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}} in test_get_type()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_dispatch_hier.h | 856 kmp_hier_layer_e get_type(int level) const { in get_type() function 1006 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy() 1025 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy() 1026 hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy() 1027 int parent_index = __kmp_dispatch_get_index(tid, hier->get_type(i + 1)); in __kmp_dispatch_init_hierarchy() 1032 index % __kmp_dispatch_get_t1_per_t2(hier->get_type(i), in __kmp_dispatch_init_hierarchy() 1052 kmp_hier_layer_e::LAYER_THREAD, hier->get_type(0)); in __kmp_dispatch_init_hierarchy() 1072 int index = __kmp_dispatch_get_index(tid, hier->get_type(i)); in __kmp_dispatch_init_hierarchy()
|
| H A D | z_Linux_util.cpp | 1419 th->th.th_sleep_loc_type = flag->get_type(); in __kmp_suspend_template() 1466 KMP_DEBUG_ASSERT(flag->get_type() == th->th.th_sleep_loc_type); in __kmp_suspend_template() 1498 KMP_DEBUG_ASSERT(flag->get_type() == flag->get_ptr_type()); in __kmp_suspend_template() 1616 } else if (flag->get_type() != th->th.th_sleep_loc_type) { in __kmp_resume_template() 1623 gtid, target_gtid, flag, flag->get(), flag->get_type(), in __kmp_resume_template()
|
| H A D | z_Windows_NT_util.cpp | 379 th->th.th_sleep_loc_type = flag->get_type(); in __kmp_suspend_template() 426 KMP_DEBUG_ASSERT(th->th.th_sleep_loc_type == flag->get_type()); in __kmp_suspend_template() 510 if (!flag || flag->get_type() != th->th.th_sleep_loc_type) { in __kmp_resume_template()
|
| H A D | kmp_wait_release.h | 119 flag_type get_type() { return (flag_type)(t.type); } 752 th->th.th_sleep_loc_type = flag->get_type();
|
| H A D | kmp_stats.h | 511 timer_e get_type() const { return timerEnumValue; } in get_type() function
|
| H A D | kmp_affinity.h | 832 kmp_hw_t get_type(int level) const { in get_type() function
|
| H A D | kmp_affinity.cpp | 865 for (int i = depth - 1; i >= 0 && get_type(i) != gran_type; --i) in canonicalize()
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-align.c | 67 TYPE get_type(void) { in get_type() function
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | sizeof-expression.rst | 43 data_type get_type() { 49 // should be sizeof(float) or sizeof(double), depending on d.get_type() 50 int numBytes = numElements * sizeof(d.get_type());
|
| /llvm-project-15.0.7/compiler-rt/utils/ |
| H A D | generate_netbsd_ioctls.awk | 237 type = get_type(substr(a[3], 0, RLENGTH)) 478 function get_type(string) function
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | config.py | 301 def get_type(symbolic_name, position): function 307 return [get_type(*dim) for dim in self.ordered_dims]
|
| /llvm-project-15.0.7/mlir/test/python/ir/ |
| H A D | builtin_types.py | 461 print("pos-th type in the tuple type:", tuple_type.get_type(1))
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | typo-correction.cpp | 52 int get_type(struct Derived *st) { in get_type() function
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_pw_templ.c | 274 enum isl_fold type = FN(EL,get_type)(el); in FN() 1782 type = FN(PW,get_type)(pw); in FN()
|
| /llvm-project-15.0.7/mlir/python/mlir/_mlir_libs/_mlir/ |
| H A D | ir.pyi | 1018 def get_type(self, pos: int) -> Type: ...
|