Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBlock.h78 bool isDynamic() const { return IsDynamic; } in isDynamic() function
H A DPointer.h523 bool isDynamic() const { in isDynamic() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp233 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp246 isDynamic=true) { in PushPropertyAttributes()
293 isDynamic=true) { in PushProperty()
1140 isDynamic=true) override { in PushProperty()
3666 bool isDynamic = false; in GeneratePropertyList() local
H A DCGOpenMPRuntime.cpp2444 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h408 bool isDynamic() const { return dynamic; } in isDynamic() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1029 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function