Home
last modified time | relevance | path

Searched refs:isDynamic (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
278 if (isDynamic(E)) { in VisitObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp249 isDynamic=true) { in PushPropertyAttributes() argument
266 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
296 isDynamic=true) { in PushProperty() argument
300 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1141 isDynamic=true) override { in PushProperty() argument
3575 bool isDynamic = false; in GeneratePropertyList() local
3581 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3585 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
H A DCGOpenMPRuntime.h909 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4515 PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp2929 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2463 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2084 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2085 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection()
2087 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection()
2285 if (!strTabSec.isDynamic()) in writeTo()
H A DSyntheticSections.h393 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h730 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2263 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3619 if (Attr->isDynamic()) in mangleBareFunctionType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2140 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3630 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()