HomeSort by relevance Sort by last modified time
    Searched defs:ivar (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Modules/Inputs/
def.h 7 int ivar; variable
  /external/chromium_org/third_party/libxslt/libxslt/
xslt.c 512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp; local
514 while (ivar) {
515 ivartmp = ivar;
516 ivar = ivar->next;
2249 xsltVarInfoPtr ivar; local
3936 xsltVarInfoPtr ivar = cctxt->ivar; local
3973 xsltVarInfoPtr ivar = cctxt->ivar; local
    [all...]
xsltInternals.h 1350 xsltVarInfoPtr ivar; \/* topmost local variable\/param. *\/ member in struct:_xsltCompilerCtxt
    [all...]
  /external/svox/pico/lib/
picocep.c 967 picoos_int32 mean, ivar; local
1139 picoos_int32 mean = 0, ivar = 0; local
1311 picoos_int32 mean, ivar; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 517 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar,
523 ivar, 0).getAddress();
526 // sizeof (Type of Ivar), isAtomic, false);
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
827 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
838 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1097 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1292 const ObjCIvarDecl *ivar; member in struct:__anon1547::DestroyIvar
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 7294 ObjCIvarDecl *ivar = ref->getDecl(); local
    [all...]

Completed in 621 milliseconds