Home
last modified time | relevance | path

Searched refs:i8Ptr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp107 auto i8Ptr = LLVM::LLVMType::getInt8PtrTy(ctx); in resumeFunctionType() local
108 return LLVM::LLVMType::getFunctionTy(voidTy, {i8Ptr}, false); in resumeFunctionType()
175 auto i8Ptr = LLVMType::getInt8PtrTy(ctx); in addCoroutineIntrinsicsDeclarations() local
177 addLLVMFuncDecl(module, builder, kCoroId, token, {i32, i8Ptr, i8Ptr, i8Ptr}); in addCoroutineIntrinsicsDeclarations()
179 addLLVMFuncDecl(module, builder, kCoroBegin, i8Ptr, {token, i8Ptr}); in addCoroutineIntrinsicsDeclarations()
180 addLLVMFuncDecl(module, builder, kCoroSave, token, {i8Ptr}); in addCoroutineIntrinsicsDeclarations()
182 addLLVMFuncDecl(module, builder, kCoroEnd, i1, {i8Ptr, i1}); in addCoroutineIntrinsicsDeclarations()
183 addLLVMFuncDecl(module, builder, kCoroFree, i8Ptr, {token, i8Ptr}); in addCoroutineIntrinsicsDeclarations()
184 addLLVMFuncDecl(module, builder, kCoroResume, voidTy, {i8Ptr}); in addCoroutineIntrinsicsDeclarations()
203 auto i8Ptr = LLVMType::getInt8PtrTy(ctx); in addCRuntimeDeclarations() local
[all …]
/external/icu/icu4c/source/common/
Dutrace.cpp284 const char *i8Ptr; in utrace_vformat() local
296 i8Ptr = (const char *)va_arg(args, void*); in utrace_vformat()
297 i16Ptr = (int16_t *)i8Ptr; in utrace_vformat()
298 i32Ptr = (int32_t *)i8Ptr; in utrace_vformat()
299 i64Ptr = (int64_t *)i8Ptr; in utrace_vformat()
300 ptrPtr = (void **)i8Ptr; in utrace_vformat()
309 longArg = *i8Ptr++; in utrace_vformat()
331 outputChar(*i8Ptr, outBuf, &outIx, capacity, indent); in utrace_vformat()
332 longArg = *i8Ptr; /* for test for null terminated array. */ in utrace_vformat()
333 i8Ptr++; in utrace_vformat()