Searched refs:isDynamic (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexBody.cpp | 218 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local 261 if (isDynamic(E)) { in VisitObjCMessageExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 254 isDynamic=true) { in PushPropertyAttributes() argument 271 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes() 301 isDynamic=true) { in PushProperty() argument 305 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1101 isDynamic=true) override { in PushProperty() argument 3247 bool isDynamic = false; in GeneratePropertyList() local 3253 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3257 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
| H A D | CGOpenMPRuntime.h | 932 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
|
| H A D | CGStmtOpenMP.cpp | 1889 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
|
| H A D | CGOpenMPRuntime.cpp | 3337 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SyntheticSections.cpp | 1852 : SyntheticSection(StrTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection() 1853 StrTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection() 1855 StrTabSec.isDynamic() ? ".dynsym" : ".symtab"), in SymbolTableBaseSection() 2053 if (StrTabSec.isDynamic()) in writeTo()
|
| H A D | SyntheticSections.h | 393 bool isDynamic() const { return Dynamic; } in isDynamic() function
|