Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Index/
H A DIndexBody.cpp235 auto isDynamic = [](const ObjCMessageExpr *MsgE)->bool { in VisitObjCMessageExpr() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp247 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 DCGOpenMPRuntime.cpp2465 bool CGOpenMPRuntime::isDynamic(OpenMPScheduleClauseKind ScheduleKind) const { isDynamic() function in CGOpenMPRuntime
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandStridedMetadata.cpp419 llvm::function_ref<bool(int64_t)> isDynamic) { in getProductOfValues() argument
[all...]
/llvm-project/mlir/lib/Dialect/Mesh/IR/
H A DMeshOps.cpp54 bool isDynamic() const { return ShapedType::isDynamic(val); } isDynamic() function
[all...]
/llvm-project/lld/ELF/
H A DSyntheticSections.h398 bool isDynamic() const { return dynamic; } isDynamic() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1002 bool isDynamic() const { return Attributes & Dynamic; } isDynamic() function
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp119 llvm::function_ref<bool(int64_t)> isDynamic) { in constifyIndexValues() argument
[all...]