Home
last modified time | relevance | path

Searched refs:get_type (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Doverload-candidates.cpp29 …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 Dkmp_dispatch_hier.h856 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 Dz_Linux_util.cpp1419 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 Dz_Windows_NT_util.cpp379 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 Dkmp_wait_release.h119 flag_type get_type() { return (flag_type)(t.type); }
752 th->th.th_sleep_loc_type = flag->get_type();
H A Dkmp_stats.h511 timer_e get_type() const { return timerEnumValue; } in get_type() function
H A Dkmp_affinity.h832 kmp_hw_t get_type(int level) const { in get_type() function
H A Dkmp_affinity.cpp865 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 Dbuiltin-align.c67 TYPE get_type(void) { in get_type() function
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsizeof-expression.rst43 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 Dgenerate_netbsd_ioctls.awk237 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 Dconfig.py301 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 Dbuiltin_types.py461 print("pos-th type in the tuple type:", tuple_type.get_type(1))
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction.cpp52 int get_type(struct Derived *st) { in get_type() function
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_pw_templ.c274 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 Dir.pyi1018 def get_type(self, pos: int) -> Type: ...