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

  /external/clang/test/Modules/Inputs/
def.h 7 int ivar; variable
  /external/clang/tools/libclang/
CIndexUSRs.cpp 121 void GenObjCIvar(StringRef ivar);
170 // The USR for an ivar declared in a class extension is based on the
774 void USRGenerator::GenObjCIvar(StringRef ivar) {
775 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 486 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar,
492 ivar, 0).getAddress();
495 // sizeof (Type of Ivar), isAtomic, false);
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();
641 if (ivar->isBitField()) {
656 // Compute whether the ivar has strong members.
670 // alignment of the ivar
784 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
795 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1041 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1230 const ObjCIvarDecl *ivar; member in struct:__anon4719::DestroyIvar
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 4788 ObjCIvarDecl *ivar = ref->getDecl(); local
    [all...]

Completed in 148 milliseconds