Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp221 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
264 if (isDynamic(E)) { in VisitObjCMessageExpr()
/openbsd/gnu/llvm/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()
1125 isDynamic=true) override { in PushProperty() argument
3460 bool isDynamic = false; in GeneratePropertyList() local
3466 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3470 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
H A DCGOpenMPRuntime.h903 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4285 PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp2929 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2634 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/
H A DAPI.h297 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/openbsd/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp2057 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2058 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection()
2060 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection()
2258 if (!strTabSec.isDynamic()) in writeTo()
H A DSyntheticSections.h391 bool isDynamic() const { return dynamic; } in isDynamic() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp2147 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3339 if (Attr->isDynamic()) in mangleBareFunctionType()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td1999 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3558 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()