Searched refs:attributed (Results 1 – 15 of 15) sorted by relevance
40 space-attributed type41 - implicit conversions from the address space-attributed type to the default45 ``__attribute__((opencl_global_host))`` address space-attributed type47 ``__attribute__((opencl_global_host))`` address space-attributed type to the
184 values attributed as ``precise`` comply with IEEE-754 floating point semantics,
32 #import <b.h> // NOTE: Non attributed decl imported after one with attrs.
8 ; Check that the comparison of 'a' is attributed to line 2, not 3.
18 ; Make sure the condition test is attributed to the inline function, not the
9 ; BranchFolding) should be attributed to line zero inside the wrapper2 inlined
109 attributed any special representational or execution semantics, and is
28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
277 /// inlining) and a conservative merge strategy where inlining an attributed
4254 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { in stripOuterNullability() local4255 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()4256 T = attributed->getModifiedType(); in stripOuterNullability()
180 there is a more efficient algorithm usually attributed to Karatsuba and Ofman
1603 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
7280 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local7282 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()7299 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
860 warnings or errors at compile-time if calls to the attributed function meet3080 The ``flatten`` attribute causes calls within the attributed function to
2196 the attributed entity. It disables -fcf-protection=<> for a specific