Searched refs:rtype (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | plain_cpp.cc | 1633 const string &call, QualType rtype) in print_wrapped_call() argument 1639 if (is_isl_stat(rtype)) in print_wrapped_call() 1643 if (is_isl_stat(rtype)) in print_wrapped_call() 1645 else if (is_isl_bool(rtype)) in print_wrapped_call() 1652 if (is_isl_stat(rtype)) in print_wrapped_call() 1654 else if (is_isl_bool(rtype)) in print_wrapped_call() 1749 QualType ptype, rtype; in print_callback_body() local 1757 rtype = callback->getReturnType(); in print_callback_body() 1833 QualType ptype, rtype; in print_callback_local() local 1843 rtype = callback->getReturnType(); in print_callback_local() [all …]
|
| H A D | plain_cpp.h | 146 QualType rtype);
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64ELFObjectWriter.cpp | 50 #define R_CLS(rtype) \ argument 51 IsILP32 ? ELF::R_AARCH64_P32_##rtype : ELF::R_AARCH64_##rtype
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | ExternalFunctions.cpp | 230 ffi_type *rtype = ffiTypeFor(RetTy); in ffiInvoke() local 232 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, NumArgs, rtype, args.data()) == in ffiInvoke()
|
| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | RISCV.cpp | 73 static uint32_t rtype(uint32_t op, uint32_t rd, uint32_t rs1, uint32_t rs2) { in rtype() function 210 write32le(buf + 4, rtype(SUB, X_T1, X_T1, X_T3)); in writePltHeader()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2071 const RecordType *rtype = type->castAs<RecordType>(); in destroyCXXObject() local 2072 const CXXRecordDecl *record = cast<CXXRecordDecl>(rtype->getDecl()); in destroyCXXObject()
|