Searched refs:isDynamic (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local 260 if (isDynamic(E)) { in VisitObjCMessageExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 245 isDynamic=true) { in PushPropertyAttributes() argument 262 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes() 292 isDynamic=true) { in PushProperty() argument 296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1124 isDynamic=true) override { in PushProperty() argument 3378 bool isDynamic = false; in GeneratePropertyList() local 3384 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3388 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
| H A D | CGOpenMPRuntime.h | 1122 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
|
| H A D | CGCall.cpp | 4152 PS->isDynamic()); in EmitCallArgs()
|
| H A D | CGStmtOpenMP.cpp | 2736 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
|
| H A D | CGOpenMPRuntime.cpp | 2674 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2076 : SyntheticSection(strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection() 2077 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection() 2079 strTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection() 2296 if (!strTabSec.isDynamic()) in writeTo()
|
| H A D | SyntheticSections.h | 415 bool isDynamic() const { return dynamic; } in isDynamic() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2112 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
|
| H A D | ItaniumMangle.cpp | 3265 if (Attr->isDynamic()) in mangleBareFunctionType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1906 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3219 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()
|