Searched refs:isSynthesized (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.go | 379 if isKnown || isLocal || isSynthesized(symbol) { 518 } else if !symbolIsLocal && !isSynthesized(symbol) { 921 } else if !symbolIsLocal && !isSynthesized(symbol) && len(section) == 0 { 1367 } else if !symbolIsLocal && !isSynthesized(symbol) { 1389 } else if !isSynthesized(symbol) { 2116 func isSynthesized(symbol string) bool { func
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 244 const ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument 261 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes() 291 bool isSynthesized=true, bool in PushProperty() argument 296 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in PushProperty() 1119 bool isSynthesized=true, bool in PushProperty() argument 3370 bool isSynthesized = false; in GeneratePropertyList() local 3375 isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() 3381 PushProperty(properties, property, Container, isSynthesized, isDynamic); in GeneratePropertyList()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 255 ObjCPropertyDecl *property, bool isSynthesized=true, bool in PushPropertyAttributes() argument 272 attrs |= isSynthesized ? (1<<0) : 0; in PushPropertyAttributes() 2107 bool isSynthesized = (propertyImpl->getPropertyImplementation() == in GeneratePropertyList() local 2113 PushPropertyAttributes(Fields, property, isSynthesized, isDynamic); in GeneratePropertyList() 2118 if (isSynthesized) { in GeneratePropertyList() 2132 if (isSynthesized) { in GeneratePropertyList()
|
/external/dokka/core/src/main/kotlin/javadoc/ |
D | docbase.kt | 118 override fun isSynthesized(): Boolean = false in annotationType() method in AnnotationDescAdapter
|