Home
last modified time | relevance | path

Searched refs:isSynthesized (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/fipstools/
Ddelocate.go638 } else if !symbolIsLocal && !isSynthesized(symbol) && len(section) == 0 {
976 } else if !symbolIsLocal && !isSynthesized(symbol) {
1001 } else if !isSynthesized(symbol) {
1466 func isSynthesized(symbol string) bool { func
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp255 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()