Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
260 if (isDynamic(E)) { in VisitObjCMessageExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp245 isDynamic=true) { in PushPropertyAttributes() argument
262 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
292 isDynamic=true) { in PushProperty() argument
296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1124 isDynamic=true) override { in PushProperty() argument
3378 bool isDynamic = false; in GeneratePropertyList() local
3384 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3388 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
H A DCGOpenMPRuntime.h1122 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4152 PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp2736 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2674 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2076 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2077 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection()
2079 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection()
2296 if (!strTabSec.isDynamic()) in writeTo()
H A DSyntheticSections.h415 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2112 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3265 if (Attr->isDynamic()) in mangleBareFunctionType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1906 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3219 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()