/llvm-project/lldb/test/API/lang/objc/charstar_dyntype/ |
H A D | main.m | 8 - (FoolMeOnce *) initWithFirst: (int32_t) first andSecond: (int32_t) second; argument 19 {
|
/llvm-project/offload/DeviceRTL/src/ |
H A D | Tasking.cpp | 27 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 D | Misc.cpp | 120 __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 D | arg1-arg0-logging.cpp | 17 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 D | common-trampoline-alignment.cpp | 31 [[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 D | arg1-logging-implicit-this.cpp | 21 void handler(int32_t, XRayEntryType, uint64_t arg1) { in handler() argument
|
/llvm-project/compiler-rt/test/builtins/TestCases/Darwin/ |
H A D | platform_version_check_test.c | 4 typedef int int32_t; typedef
|
/llvm-project/mlir/test/mlir-spirv-cpu-runner/ |
H A D | mlir_test_spirv_cpu_runner_c_wrappers.cpp |
|
/llvm-project/mlir/tools/mlir-vulkan-runner/ |
H A D | vulkan-runtime-wrappers.cpp |
|
/llvm-project/clang/test/CodeGen/ |
H A D | catch-implicit-integer-sign-changes.c | 229 typedef signed int int32_t; typedef
|
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/ |
H A D | nth_element.pass.cpp | 162 … test_by_type<int32_t>([](int32_t) { return 0; }, [](int32_t) { return 0; }, std::less<int32_t>()); in main() argument
|
H A D | find.pass.cpp | 87 test<Number>(Weird(42, OddTag()), [](int32_t) { return Number(42, OddTag()); }, // hit in main() argument
|
H A D | count.pass.cpp | 98 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 D | partition_copy.pass.cpp | 106 test<int32_t>([](const int32_t) { return true; }); in main()
|
/llvm-project/llvm/unittests/Support/ |
H A D | SwapByteOrderTest.cpp | 118 TEST(getSwappedBytes, int32_t) { in TEST() argument 176 TEST(swapByteOrder, int32_t) { in TEST() argument
|
/llvm-project/clang/test/Sema/ |
H A D | implicit-decl.c | 10 typedef int int32_t; typedef
|
H A D | overload-arm-mve.c | 5 typedef signed int int32_t; typedef
|
/llvm-project/clang/test/ARCMT/ |
H A D | Common.h | 17 typedef int int32_t; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/ |
H A D | inttypes.h | 14 typedef __INT32_TYPE__ int32_t; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | enum-size.cpp | 11 using int32_t = signed int; typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | identifier-naming-standard-types.h | 6 typedef long int32_t; // NOLINT typedef
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_interface.cpp | 413 __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 D | rdar-6562655.m | 7 typedef int int32_t; typedef
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
H A D | copy_if.pass.cpp | 140 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 D | remove.pass.cpp | 137 test<int32_t>(666, 42, [](int32_t) { return true; }, [](size_t j) { return j; }); in main() argument
|