Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpBlock.h76 bool isDynamic() const { return IsDynamic; } in isDynamic() function
HDEvaluationResult.cpp228 if (B->isDynamic()) { in checkReturnValue()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
278 if (isDynamic(E)) { in VisitObjCMessageExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCGNU.cpp247 isDynamic=true) { in PushPropertyAttributes() argument
264 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
294 isDynamic=true) { in PushProperty() argument
298 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1140 isDynamic=true) override { in PushProperty() argument
3574 bool isDynamic = false; in GeneratePropertyList() local
3580 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3584 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
HDCGOpenMPRuntime.h909 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
HDCGCall.cpp4537 PS->isDynamic()); in EmitCallArgs()
HDCGStmtOpenMP.cpp2969 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
HDCGOpenMPRuntime.cpp2466 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp2105 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2106 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection()
2108 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection()
2306 if (!strTabSec.isDynamic()) in writeTo()
HDSyntheticSections.h398 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDAPI.h1002 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp2366 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
HDItaniumMangle.cpp3629 if (Attr->isDynamic()) in mangleBareFunctionType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttr.td2260 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp3487 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()