Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp218 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 DCGObjCGNU.cpp254 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 DCGOpenMPRuntime.h932 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
H A DCGStmtOpenMP.cpp1889 Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
H A DCGOpenMPRuntime.cpp3337 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1852 : 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 DSyntheticSections.h393 bool isDynamic() const { return Dynamic; } in isDynamic() function