Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h76 bool isDynamic() const { return IsDynamic; } in isDynamic() function
H A DEvaluationResult.cpp228 if (B->isDynamic()) { in checkReturnValue()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.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()
H A DCGOpenMPRuntime.h909 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGCall.cpp4537 PS->isDynamic()); in EmitCallArgs()
H A DCGStmtOpenMP.cpp2969 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp2466 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.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()
H A DSyntheticSections.h398 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1002 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2366 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
H A DItaniumMangle.cpp3629 if (Attr->isDynamic()) in mangleBareFunctionType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2260 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3487 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()