Searched refs:isDynamic (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexBody.cpp | 221 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local 264 if (isDynamic(E)) { in VisitObjCMessageExpr()
|
/openbsd/gnu/llvm/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() 1125 isDynamic=true) override { in PushProperty() argument 3460 bool isDynamic = false; in GeneratePropertyList() local 3466 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3470 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
H A D | CGOpenMPRuntime.h | 903 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
|
H A D | CGCall.cpp | 4285 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 | 2634 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
|
/openbsd/gnu/llvm/clang/include/clang/ExtractAPI/ |
H A D | API.h | 297 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 2057 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection() 2058 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection() 2060 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection() 2258 if (!strTabSec.isDynamic()) in writeTo()
|
H A D | SyntheticSections.h | 391 bool isDynamic() const { return dynamic; } in isDynamic() function
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 2147 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
|
H A D | ItaniumMangle.cpp | 3339 if (Attr->isDynamic()) in mangleBareFunctionType()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Attr.td | 1999 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 3558 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()
|