Home
last modified time | relevance | path

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

12

/llvm-project/lldb/test/API/lang/objc/charstar_dyntype/
H A Dmain.m8 - (FoolMeOnce *) initWithFirst: (int32_t) first andSecond: (int32_t) second; argument
19 {
/llvm-project/offload/DeviceRTL/src/
H A DTasking.cpp27 TaskDescriptorTy *__kmpc_omp_task_alloc(IdentTy *, int32_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
71 void __kmpc_omp_wait_deps(IdentTy *Loc, uint32_t TId, int32_t, void *, int32_t, in __kmpc_omp_wait_deps() argument
82 __kmpc_taskloop(IdentTy * Loc,uint32_t TId,TaskDescriptorTy * TaskDescriptor,int,uint64_t * LowerBound,uint64_t * UpperBound,int64_t,int,int32_t,uint64_t,void *) __kmpc_taskloop() argument
[all...]
H A DMisc.cpp120 __kmpc_cancellationpoint(IdentTy *,int32_t,int32_t) __kmpc_cancellationpoint() argument
122 __kmpc_cancel(IdentTy *,int32_t,int32_t) __kmpc_cancel() argument
/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Darg1-arg0-logging.cpp17 void arg0logger(int32_t, XRayEntryType) { arg0loggercalled = true; } in arg0logger() argument
22 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/compiler-rt/test/builtins/TestCases/Darwin/
H A Dplatform_version_check_test.c4 typedef int int32_t; typedef
/llvm-project/mlir/test/mlir-spirv-cpu-runner/
H A Dmlir_test_spirv_cpu_runner_c_wrappers.cpp
/llvm-project/mlir/tools/mlir-vulkan-runner/
H A Dvulkan-runtime-wrappers.cpp
/llvm-project/clang/test/CodeGen/
H A Dcatch-implicit-integer-sign-changes.c229 typedef signed int int32_t; typedef
/llvm-project/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/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()
/llvm-project/llvm/unittests/Support/
H A DSwapByteOrderTest.cpp118 TEST(getSwappedBytes, int32_t) { in TEST() argument
176 TEST(swapByteOrder, int32_t) { in TEST() argument
/llvm-project/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/clang/test/ARCMT/
H A DCommon.h17 typedef int int32_t; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dinttypes.h14 typedef __INT32_TYPE__ int32_t; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Denum-size.cpp11 using int32_t = signed int; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-standard-types.h6 typedef long int32_t; // NOLINT typedef
/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp413 __xray_set_handler(void (* entry)(int32_t,XRayEntryType)) __xray_set_handler() argument
490 __xray_set_handler_arg1(void (* entry)(int32_t,XRayEntryType,uint64_t)) __xray_set_handler_arg1() argument
[all...]
/llvm-project/clang/test/Analysis/
H A Drdar-6562655.m7 typedef int int32_t; typedef
/llvm-project/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/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

12