Searched refs:isDynamic (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local 278 if (isDynamic(E)) { in VisitObjCMessageExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 249 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() 1141 isDynamic=true) override { in PushProperty() argument 3575 bool isDynamic = false; in GeneratePropertyList() local 3581 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3585 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
| H A D | CGOpenMPRuntime.h | 909 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
|
| H A D | CGCall.cpp | 4515 PS->isDynamic()); in EmitCallArgs()
|
| H A D | CGStmtOpenMP.cpp | 2929 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
|
| H A D | CGOpenMPRuntime.cpp | 2463 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2084 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection() 2085 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection() 2087 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection() 2285 if (!strTabSec.isDynamic()) in writeTo()
|
| H A D | SyntheticSections.h | 393 bool isDynamic() const { return dynamic; } in isDynamic() function
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 730 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2263 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
|
| H A D | ItaniumMangle.cpp | 3619 if (Attr->isDynamic()) in mangleBareFunctionType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2140 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3630 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()
|