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

  /external/clang/tools/libclang/
CIndexUSRs.cpp 123 void GenObjCIvar(StringRef ivar);
766 void USRGenerator::GenObjCIvar(StringRef ivar) {
767 Out << '@' << ivar; local
  /external/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 348 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar,
354 ivar, 0).getAddress();
357 // sizeof (Type of Ivar), isAtomic, false);
366 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
454 // Evaluate the ivar's size and alignment.
455 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
456 QualType ivarType = ivar->getType();
502 if (ivar->isBitField()) {
517 // Compute whether the ivar has strong members.
531 // alignment of the ivar
615 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
813 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
960 const ObjCIvarDecl *ivar; member in struct:__anon4307::DestroyIvar
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 4080 ObjCIvarDecl *ivar = ref->getDecl(); local
    [all...]

Completed in 1833 milliseconds