Searched defs:ivar (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Modules/Inputs/
H A Ddef.h7 int ivar; variable
/external/chromium_org/third_party/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/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;
1223 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar) argument
1224 : Size(size), Ivar(ivar) {}
1233 /// all_declared_ivar_begin - return first ivar declared in this class,
1238 /// state of the parser. The cache will be updated for every ivar
1417 "Invalid ivar decl context!");
1418 // Once a new ivar is created in any of class/class-extension/implementation
1447 llvm_unreachable("invalid ivar containe
1837 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp644 ObjCIvarDecl *ivar) {
645 if (property->isInvalidDecl() || ivar->isInvalidDecl()) return;
647 QualType ivarType = ivar->getType();
663 // If the ivar is private, and it's implicitly __unsafe_unretained
669 ivar->getAccessControl() == ObjCIvarDecl::Private) {
675 ivar->setType(ivarType);
682 S.Diag(ivar->getLocation(), diag::err_arc_strong_property_ownership)
684 << ivar->getDeclName()
689 S.Diag(ivar->getLocation(), diag::error_weak_property)
691 << ivar
642 checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
720 setImpliedPropertyAttributeForReadOnlyProperty( ObjCPropertyDecl *property, ObjCIvarDecl *ivar) argument
[all...]
H A DSemaChecking.cpp7294 ObjCIvarDecl *ivar = ref->getDecl(); local
7295 if (ivar->getType().getObjCLifetime() != Qualifiers::OCL_Strong)
/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/include/clang/AST/
H A DDeclObjC.h702 /// \brief Indicates that the ivar cache does not yet include ivars
941 // the ivar chain is essentially a cached property of ObjCInterfaceDecl.
944 void setIvarList(ObjCIvarDecl *ivar) { data().IvarList = ivar; } argument
1415 /// \brief Return the class interface that this ivar is logically contained
1416 /// in; this is either the interface where the ivar was declared, or the
1417 /// interface the ivar is conceptually a part of in the case of synthesized
1423 void setNextIvar(ObjCIvarDecl *ivar) { NextIvar = ivar; } argument
1995 /// Support for ivar initializatio
[all...]
/external/clang/lib/CodeGen/
H A DCGObjC.cpp517 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar, argument
523 ivar, 0).getAddress();
535 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
624 // Evaluate the ivar's size and alignment.
625 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
626 QualType ivarType = ivar->getType();
648 // acceptable if the ivar is __strong, which won't be true if
681 if (ivar->isBitField()) {
696 // Compute whether the ivar has strong members.
710 // alignment of the ivar
784 emitCPPObjectAtomicGetterCall(CodeGenFunction &CGF, llvm::Value *returnAddr, ObjCIvarDecl *ivar, llvm::Constant *AtomicHelperFn) argument
827 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
838 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
982 emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, ObjCIvarDecl *ivar) argument
1026 emitCPPObjectAtomicSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, ObjCIvarDecl *ivar, llvm::Constant *AtomicHelperFn) argument
1097 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1292 const ObjCIvarDecl *ivar; member in struct:__anon17842::DestroyIvar
1296 DestroyIvar(llvm::Value *addr, const ObjCIvarDecl *ivar, CodeGenFunction::Destroyer *destroyer, bool useEHCleanupForArray) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp350 // Rewriting ivar access
352 virtual void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
547 // Rewriting ivar
548 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
813 // Synthesize an explicit cast to gain access to the ivar.
872 // Synthesize an explicit cast to initialize the ivar.
3211 // FIXME: If there are cases where '<' is used in ivar declaration part
3212 // of user code, then scan the ivar list and use needToScanForQualifiers
4618 // Pseudo-object operations and ivar references need special
5113 /// ivar offse
5114 RewriteIvarOffsetComputation(ObjCIvarDecl *ivar, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp150 // ivar bitfield grouping containers
153 // This container maps an <class, group number for ivar> tuple to the type
381 // Computes ivar bitfield group no.
383 // Names field decl. for ivar bitfield group.
385 // Names struct type for ivar bitfield group.
387 // Names symbol for ivar bitfield group field offset.
389 // Given an ivar bitfield, it builds (or finds) its group record type.
473 // Rewriting ivar
474 void RewriteIvarOffsetComputation(ObjCIvarDecl *ivar,
861 // Build name of symbol holding ivar offse
6200 RewriteIvarOffsetComputation(ObjCIvarDecl *ivar, std::string &Result) argument
[all...]

Completed in 222 milliseconds