| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBlock.h | 78 bool isDynamic() const { return IsDynamic; } in isDynamic() function
|
| H A D | Pointer.cpp | 179 if (block()->isDynamic()) { in toAPValue() 582 if (block()->isDynamic()) in pointsToLiteral() 593 if (block()->isDynamic()) in pointsToStringLiteral()
|
| H A D | Pointer.h | 523 bool isDynamic() const { in isDynamic() function 526 return asBlockPointer().Pointee->isDynamic(); in isDynamic()
|
| H A D | EvaluationResult.cpp | 229 if (B->isDynamic()) { in checkReturnValue()
|
| H A D | Interp.cpp | 426 if (Ptr.isDynamic()) { in CheckLive()
|
| H A D | InterpBuiltin.cpp | 1603 if (!BlockToDelete->isDynamic()) { in interp__builtin_operator_delete()
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexBody.cpp | 233 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local 276 if (isDynamic(E)) { in VisitObjCMessageExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 246 isDynamic=true) { in PushPropertyAttributes() argument 263 attrs |= isDynamic ? (1<<1) : 0; in PushPropertyAttributes() 293 isDynamic=true) { in PushProperty() argument 297 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1140 isDynamic=true) override { in PushProperty() argument 3666 bool isDynamic = false; in GeneratePropertyList() local 3672 isDynamic = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3676 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
| H A D | CGOpenMPRuntime.h | 891 virtual bool isDynamic(OpenMPScheduleClauseKind ScheduleKind) const;
|
| H A D | CGCall.cpp | 4711 Arg, PS->getType(), T, EmittedArg.getScalarVal(), PS->isDynamic()); in EmitCallArgs()
|
| H A D | CGStmtOpenMP.cpp | 3112 const bool DynamicOrOrdered = Ordered || RT.isDynamic(ScheduleKind.Schedule); in EmitOMPForOuterLoop()
|
| H A D | CGOpenMPRuntime.cpp | 2444 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { in isDynamic() function in CGOpenMPRuntime
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 2161 : SyntheticSection(ctx, strTabSec.isDynamic() ? ".dynsym" : ".symtab", in SymbolTableBaseSection() 2162 strTabSec.isDynamic() ? SHT_DYNSYM : SHT_SYMTAB, in SymbolTableBaseSection() 2163 strTabSec.isDynamic() ? (uint64_t)SHF_ALLOC : 0, in SymbolTableBaseSection() 2366 if (!strTabSec.isDynamic()) in writeTo()
|
| H A D | SyntheticSections.h | 408 bool isDynamic() const { return dynamic; } in isDynamic() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | API.h | 1029 bool isDynamic() const { return Attributes & Dynamic; } in isDynamic() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 2430 bool Dynamic = POSA->isDynamic(); in manglePassObjectSizeArg()
|
| H A D | ItaniumMangle.cpp | 3813 if (Attr->isDynamic()) in mangleBareFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3556 AttrA->isDynamic() == AttrB->isDynamic(); in hasIdenticalPassObjectSizeAttrs()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 2552 let Accessors = [Accessor<"isDynamic", [Clang<"pass_dynamic_object_size">]>];
|