Home
last modified time | relevance | path

Searched defs:isDynamic (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexBody.cpp217 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp245 isDynamic=true) { in PushPropertyAttributes()
292 isDynamic=true) { in PushProperty()
1124 isDynamic=true) override { in PushProperty()
3378 bool isDynamic = false; in GeneratePropertyList() local
DCGOpenMPRuntime.cpp2674 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSyntheticSections.h415 bool isDynamic() const { return dynamic; } in isDynamic() function