Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h78 bool isDynamic() const { return IsDynamic; } in isDynamic() function
H A DPointer.cpp179 if (block()->isDynamic()) { in toAPValue()
582 if (block()->isDynamic()) in pointsToLiteral()
593 if (block()->isDynamic()) in pointsToStringLiteral()
H A DPointer.h523 bool isDynamic() const { in isDynamic() function
526 return asBlockPointer().Pointee->isDynamic(); in isDynamic()
H A DEvaluationResult.cpp229 if (B->isDynamic()) { in checkReturnValue()
H A DInterp.cpp426 if (Ptr.isDynamic()) { in CheckLive()
H A DInterpBuiltin.cpp1603 if (!BlockToDelete->isDynamic()) { in interp__builtin_operator_delete()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp233 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
276 if (isDynamic(E)) { in VisitObjCMessageExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp246 isDynamic=true) { in PushPropertyAttributes() argument
263 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes()
293 isDynamic=true) { in PushProperty() argument
297 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty()
1140 isDynamic=true) override { in PushProperty() argument
3666 bool isDynamic = false; in GeneratePropertyList() local
3672 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList()
3676 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
H A DCGOpenMPRuntime.h891 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4711 Arg, PS->getType(), T, EmittedArg.getScalarVal(), PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp3112 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2444 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2161 : SyntheticSection(ctx, strTabSec.isDynamic() ? ".dynsym" : ".symtab", in SymbolTableBaseSection()
2162 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection()
2163 strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection()
2366 if (!strTabSec.isDynamic()) in writeTo()
H A DSyntheticSections.h408 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1029 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2430 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3813 if (Attr->isDynamic()) in mangleBareFunctionType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3556 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2552 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];