Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/lang/objc/rdar-11355592/
H A Dmain.m8 - (FoolMeOnce *) initWithFirst: (int32_t) first andSecond: (int32_t) second; argument
19 {
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DMisc.cpp69 int32_t __kmpc_cancellationpoint(IdentTy *, int32_t, int32_t) { in __kmpc_cancellationpoint() argument
74 int32_t __kmpc_cancel(IdentTy *, int32_t, int32_t) { in __kmpc_cancel() argument
H A DTasking.cpp25 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, uint32_t, int32_t, in __kmpc_omp_task_alloc() argument
48 int32_t __kmpc_omp_task_with_deps(IdentTy *Loc, uint32_t TId, in __kmpc_omp_task_with_deps() argument
74 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps() argument
93 void __kmpc_taskloop(IdentTy *Loc, uint32_t TId, in __kmpc_taskloop() argument
H A DParallelism.cpp82 void __kmpc_parallel_51(IdentTy *ident, int32_t, int32_t if_expr, in __kmpc_parallel_51() argument
/llvm-project-15.0.7/compiler-rt/test/xray/TestCases/Posix/
H A Darg1-arg0-logging.cpp19 void arg0logger(int32_t, XRayEntryType) { arg0loggercalled = true; } in arg0logger() argument
24 void arg1logger(int32_t, XRayEntryType, uint64_t) { arg1loggercalled = true; } in arg1logger() argument
H A Dcommon-trampoline-alignment.cpp31 [[clang::xray_never_instrument]] void noarg_handler(int32_t, in noarg_handler() argument
38 [[clang::xray_never_instrument]] void arg1_handler(int32_t, XRayEntryType, in arg1_handler() argument
H A Darg1-logging-implicit-this.cpp21 void handler(int32_t, XRayEntryType, uint64_t arg1) { in handler() argument
/llvm-project-15.0.7/compiler-rt/test/builtins/TestCases/Darwin/
H A Dplatform_version_check_test.c4 typedef int int32_t; typedef
/llvm-project-15.0.7/mlir/test/mlir-spirv-cpu-runner/
H A Dmlir_test_spirv_cpu_runner_c_wrappers.cpp18 _mlir_ciface_fillI32Buffer(StridedMemRefType<int32_t, 1> *mem_ref, in _mlir_ciface_fillI32Buffer()
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-decl.c10 typedef int int32_t; typedef
H A Doverload-arm-mve.c5 typedef signed int int32_t; typedef
/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp175 _mlir_ciface_fillResource1DInt(MemRefDescriptor<int32_t, 1> *ptr, // NOLINT in _mlir_ciface_fillResource1DInt()
182 _mlir_ciface_fillResource2DInt(MemRefDescriptor<int32_t, 2> *ptr, // NOLINT in _mlir_ciface_fillResource2DInt()
189 _mlir_ciface_fillResource3DInt(MemRefDescriptor<int32_t, 3> *ptr, // NOLINT in _mlir_ciface_fillResource3DInt()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dcatch-implicit-integer-sign-changes.c229 typedef signed int int32_t; typedef
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/
H A Dnth_element.pass.cpp162 … test_by_type<int32_t>([](int32_t) { return 0; }, [](int32_t) { return 0; }, std::less<int32_t>()); in main() argument
H A Dfind.pass.cpp87 test<Number>(Weird(42, OddTag()), [](int32_t) { return Number(42, OddTag()); }, // hit in main() argument
H A Dcount.pass.cpp98 test<int32_t>(42, [](const int32_t&) { return true; }, [](int32_t j) { return j; }); in main()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition_copy.pass.cpp106 test<int32_t>([](const int32_t) { return true; }); in main()
H A Dpartition.pass.cpp167 test_by_type<int32_t>([](int32_t i) { return i; }, [](int32_t) { return true; }); in main() argument
/llvm-project-15.0.7/llvm/unittests/Support/
H A DSwapByteOrderTest.cpp128 TEST(getSwappedBytes, int32_t) { in TEST() argument
186 TEST(swapByteOrder, int32_t) { in TEST() argument
/llvm-project-15.0.7/clang/test/ARCMT/
H A DCommon.h17 typedef int int32_t; typedef
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_interface.cpp404 int __xray_set_handler(void (*entry)(int32_t, in __xray_set_handler()
481 int __xray_set_handler_arg1(void (*entry)(int32_t, XRayEntryType, uint64_t)) { in __xray_set_handler_arg1()
/llvm-project-15.0.7/clang/test/Analysis/
H A Drdar-6562655.m7 typedef int int32_t; typedef
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dcopy_if.pass.cpp140 test<int32_t>(-666, [](const int32_t&) { return true; }, [](size_t j) { return j; }, false); in main()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Dremove.pass.cpp137 test<int32_t>(666, 42, [](int32_t) { return true; }, [](size_t j) { return j; }); in main() argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dmethod-conflict-2.m48 typedef int int32_t; typedef

12