Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathtest.c74 } rettype; member
142 int is_double_rettype(int rettype) { in is_double_rettype() argument
143 switch(rettype) { in is_double_rettype()
153 int is_single_rettype(int rettype) { in is_single_rettype() argument
154 switch(rettype) { in is_single_rettype()
176 int is_complex_rettype(int rettype) { in is_complex_rettype() argument
177 switch(rettype) { in is_complex_rettype()
499 if (is_double_rettype(rettype)) { in calc_error()
771 rettype = 0; in parsetest()
773 rettype = 1; in parsetest()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dhhvm-cc.ll55 %r2 = insertvalue %rettype %r1, i64 2, 1
56 %r3 = insertvalue %rettype %r2, i64 3, 2
57 %r4 = insertvalue %rettype %r3, i64 4, 3
58 %r5 = insertvalue %rettype %r4, i64 5, 4
59 %r6 = insertvalue %rettype %r5, i64 6, 5
60 %r7 = insertvalue %rettype %r6, i64 7, 6
61 %r8 = insertvalue %rettype %r7, i64 8, 7
62 %r9 = insertvalue %rettype %r8, i64 9, 8
68 ret %rettype %r14
142 %pair = call hhvmcc %rettype @php_all(
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dplain_cpp.cc534 string callback_name, rettype, c_args; in print_persistent_callback_prototype() local
543 rettype = callback->getReturnType().getAsString(); in print_persistent_callback_prototype()
544 rettype = add_space_to_return_type(rettype); in print_persistent_callback_prototype()
552 rettype.c_str(), classname.c_str(), in print_persistent_callback_prototype()
1834 string c_args, cpp_args, rettype; in print_callback_local() local
1844 rettype = rtype.getAsString(); in print_callback_local()
1849 pname.c_str(), c_args.c_str(), rettype.c_str()); in print_callback_local()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td521 multiclass IntrinsicMX<Type rettype, dag arguments, dag cg,
530 def : Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
539 def : Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
548 multiclass IntrinsicMXNameOverride<Type rettype, dag arguments, dag cg,
554 Intrinsic<rettype, !con((args rettype:$inactive), arguments), cg>,
561 Intrinsic<rettype, arguments, (seq (undef rettype):$inactive, cg)>,
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4145 QualType rettype; in evaluateExpr() local
4226 rettype = CC->getType(); in evaluateExpr()
4227 if (rettype.getAsString() == "CFStringRef" && in evaluateExpr()
4246 rettype = callExpr->getCallReturnType(ctx); in evaluateExpr()
4248 if (rettype->isVectorType() || callExpr->getNumArgs() > 1) in evaluateExpr()
4251 if (rettype->isIntegralType(ctx) || rettype->isRealFloatingType()) { in evaluateExpr()
4255 } else if (rettype.getAsString() == "CFStringRef") { in evaluateExpr()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp920 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument
921 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp925 #define STDCXX_INTERCEPTOR(rettype, name, ...) \ argument
926 extern "C" rettype INTERFACE_ATTRIBUTE name(__VA_ARGS__)