Home
last modified time | relevance | path

Searched refs:attributed (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/docs/
H A DSYCLSupport.rst40 space-attributed type
41 - implicit conversions from the address space-attributed type to the default
45 ``__attribute__((opencl_global_host))`` address space-attributed type
47 ``__attribute__((opencl_global_host))`` address space-attributed type to the
H A DHLSLSupport.rst184 values attributed as ``precise`` comply with IEEE-754 floating point semantics,
/llvm-project-15.0.7/clang/test/Modules/
H A Ddecl-attr-merge.mm32 #import <b.h> // NOTE: Non attributed decl imported after one with attrs.
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Dline.ll8 ; Check that the comparison of 'a' is attributed to line 2, not 3.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dinline-seldag-test.ll18 ; Make sure the condition test is attributed to the inline function, not the
H A Dmerge_inlined_loc.ll9 ; BranchFolding) should be attributed to line zero inside the wrapper2 inlined
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinOps.td109 attributed any special representational or execution semantics, and is
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A Ddebug-info-always-inline.ll28 ; are attributed with the call site's DebugLoc. After inlining, inlined static
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td277 /// inlining) and a conservative merge strategy where inlining an attributed
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4254 if (auto attributed = dyn_cast<AttributedType>(AttrTy)) { in stripOuterNullability() local
4255 if (auto nullability = attributed->getImmediateNullability()) { in stripOuterNullability()
4256 T = attributed->getModifiedType(); in stripOuterNullability()
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Ddoc.md.in180 there is a more efficient algorithm usually attributed to Karatsuba and Ofman
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1603 if (auto attributed = dyn_cast<AttributedType>(resultType.getTypePtr())) { in getMessageSendResultType() local
1604 resultType = attributed->getModifiedType(); in getMessageSendResultType()
H A DSemaType.cpp7280 while (auto attributed = dyn_cast<AttributedType>(desugared.getTypePtr())) { in checkNullabilityTypeSpecifier() local
7282 if (auto existingNullability = attributed->getImmediateNullability()) { in checkNullabilityTypeSpecifier()
7299 desugared = attributed->getModifiedType(); in checkNullabilityTypeSpecifier()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttrDocs.td860 warnings or errors at compile-time if calls to the attributed function meet
3080 The ``flatten`` attribute causes calls within the attributed function to
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst2196 the attributed entity. It disables -fcf-protection=<> for a specific