Searched defs:isDynamic (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 247 PushPropertyAttributes(ConstantStructBuilder & Fields,const ObjCPropertyDecl * property,bool isSynthesized=true,bool isDynamic=true) PushPropertyAttributes() argument 294 PushProperty(ConstantArrayBuilder & PropertiesArray,const ObjCPropertyDecl * property,const Decl * OCD,bool isSynthesized=true,bool isDynamic=true) PushProperty() argument 1140 PushProperty(ConstantArrayBuilder & PropertiesArray,const ObjCPropertyDecl * property,const Decl * OCD,bool isSynthesized=true,bool isDynamic=true) PushProperty() argument 3574 bool isDynamic = false; GeneratePropertyList() local
|
H A D | CGOpenMPRuntime.cpp | 2465 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { isDynamic() function in CGOpenMPRuntime
|
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/ |
H A D | ExpandStridedMetadata.cpp | 419 llvm::function_ref<bool(int64_t)> isDynamic) { in getProductOfValues() argument [all...] |
/llvm-project/mlir/lib/Dialect/Mesh/IR/ |
H A D | MeshOps.cpp | 54 bool isDynamic() const { return ShapedType::isDynamic(val); } isDynamic() function [all...] |
/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 398 bool isDynamic() const { return dynamic; } isDynamic() function
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 1002 bool isDynamic() const { return Attributes & Dynamic; } isDynamic() function
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 119 llvm::function_ref<bool(int64_t)> isDynamic) { in constifyIndexValues() argument [all...] |