Searched refs:ivar (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Ddef.h7 int ivar; variable
/external/clang/test/Index/
H A Dcomplete-at-exprstmt.m3 @interface MyClass { int ivar; }
44 // CHECK-CC3: ObjCIvarDecl:{ResultType int}{TypedText ivar}
/external/svox/pico/lib/
H A Dpicocep.c967 picoos_int32 mean, ivar; local
1015 ivar = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTIVAR,
1017 prev_diag0 = cep->diag0[i] = ivar << 2; /* multiply ivar by 4 (4 used to be first entry of xsq) */
1026 ivar = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTIVAR,
1028 cep->diag0[i] += xsq[j] * ivar;
1040 ivar = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTIVAR,
1042 cep->diag0[i] += xsq[numd + j] * ivar;
1084 /* cepnum'th delta delta ivar */
1106 ivar
1139 picoos_int32 mean = 0, ivar = 0; local
1311 picoos_int32 mean, ivar; local
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp486 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, argument
492 ivar, 0).getAddress();
504 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
593 // Evaluate the ivar's size and alignment.
594 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
595 QualType ivarType = ivar->getType();
617 // acceptable if the ivar is __strong, which won't be true if
650 if (ivar->isBitField()) {
665 // Compute whether the ivar has strong members.
679 // alignment of the ivar
753 emitCPPObjectAtomicGetterCall(CodeGenFunction &CGF, llvm::Value *returnAddr, ObjCIvarDecl *ivar, llvm::Constant *AtomicHelperFn) argument
796 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
807 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
946 emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, ObjCIvarDecl *ivar) argument
990 emitCPPObjectAtomicSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, ObjCIvarDecl *ivar, llvm::Constant *AtomicHelperFn) argument
1063 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1257 const ObjCIvarDecl *ivar; member in struct:__anon3732::DestroyIvar
1261 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
H A DCodeGenModule.cpp2637 for (const ObjCIvarDecl *ivar = iface->all_declared_ivar_begin();
2638 ivar; ivar = ivar->getNextIvar())
2639 if (ivar->getType().isDestructedType())
2645 /// EmitObjCIvarInitializations - Emit information for ivar initialization
2648 // We might need a .cxx_destruct even if we don't have any ivar initializers.
2663 // If the implementation doesn't have any ivar initializers, we don't need
/external/libxslt/libxslt/
H A Dxslt.c512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp; local
514 while (ivar) {
515 ivartmp = ivar;
516 ivar = ivar->next;
2249 xsltVarInfoPtr ivar; local
2251 if ((cctxt->ivar != NULL) && (cctxt->ivar->next != NULL)) {
2252 ivar = cctxt->ivar
3936 xsltVarInfoPtr ivar = cctxt->ivar; local
3973 xsltVarInfoPtr ivar = cctxt->ivar; local
[all...]
H A DxsltInternals.h1350 xsltVarInfoPtr ivar; /* topmost local variable/param. */ member in struct:_xsltCompilerCtxt
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_runtime.mm78 ObjcField::ObjcField(Ivar ivar)
79 : _ivar(ivar)
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp618 ObjCIvarDecl *ivar) {
619 if (property->isInvalidDecl() || ivar->isInvalidDecl()) return;
621 QualType ivarType = ivar->getType();
637 // If the ivar is private, and it's implicitly __unsafe_unretained
643 ivar->getAccessControl() == ObjCIvarDecl::Private) {
649 ivar->setType(ivarType);
656 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership)
658 << ivar->getDeclName()
663 S.Diag(ivar->getLocation(), diag::error_weak_property)
665 << ivar
616 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
694 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp53 /// getIvarDecl - This method looks up an ivar in this ContextDecl.
60 if (ObjCIvarDecl *ivar = dyn_cast<ObjCIvarDecl>(*Ivar))
61 return ivar;
1083 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar) argument
1084 : Size(size), Ivar(ivar) {}
1093 /// all_declared_ivar_begin - return first ivar declared in this class,
1098 /// state of the parser. The cache will be updated for every ivar
1298 "Invalid ivar decl context!");
1299 // Once a new ivar is created in any of class/class-extension/implementation
1328 llvm_unreachable("invalid ivar containe
1707 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp120 void GenObjCIvar(StringRef ivar);
163 // The USR for an ivar declared in a class extension is based on the
783 void USRGenerator::GenObjCIvar(StringRef ivar) { argument
784 Out << '@' << ivar; local
/external/clang/include/clang/AST/
H A DDeclObjC.h654 /// \brief Indicates that the ivar cache does not yet include ivars
846 // the ivar chain is essentially a cached property of ObjCInterfaceDecl.
849 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; } argument
1249 /// \brief Return the class interface that this ivar is logically contained
1250 /// in; this is either the interface where the ivar was declared, or the
1251 /// interface the ivar is conceptually a part of in the case of synthesized
1257 void setNextIvar(ObjCIvarDecl *ivar) { NextIvar = ivar; } argument
1792 /// Support for ivar initializatio
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp349 // Rewriting ivar access
351 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
539 // Rewriting ivar
540 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
806 // Synthesize an explicit cast to gain access to the ivar.
864 // Synthesize an explicit cast to initialize the ivar.
3257 // FIXME: If there are cases where '<' is used in ivar declaration part
3258 // of user code, then scan the ivar list and use needToScanForQualifiers
4669 // Pseudo-object operations and ivar references need special
5168 /// ivar offse
5169 RewriteIvarOffsetComputation(ObjCIvarDecl *ivar, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp151 // ivar bitfield grouping containers
154 // This container maps an <class, group number for ivar> tuple to the type
366 // Computes ivar bitfield group no.
368 // Names field decl. for ivar bitfield group.
370 // Names struct type for ivar bitfield group.
372 // Names symbol for ivar bitfield group field offset.
374 // Given an ivar bitfield, it builds (or finds) its group record type.
459 // Rewriting ivar
460 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
840 // Build name of symbol holding ivar offse
6260 RewriteIvarOffsetComputation(ObjCIvarDecl *ivar, std::string &Result) argument
[all...]

Completed in 3477 milliseconds