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

  /external/clang/test/Modules/Inputs/
def.h 7 int ivar; variable
  /external/clang/tools/libclang/
CIndexUSRs.cpp 120 void GenObjCIvar(StringRef ivar);
163 // The USR for an ivar declared in a class extension is based on the
782 void USRGenerator::GenObjCIvar(StringRef ivar) {
783 Out << '@' << ivar; local
  /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/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 514 static void emitStructGetterCall(CodeGenFunction &CGF, ObjCIvarDecl *ivar,
520 ivar, 0).getAddress();
523 // sizeof (Type of Ivar), isAtomic, false);
532 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
621 // Evaluate the ivar's size and alignment.
622 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
623 QualType ivarType = ivar->getType();
645 // acceptable if the ivar is __strong, which won't be true if
678 if (ivar->isBitField()) {
693 // Compute whether the ivar has strong members
824 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
835 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1091 ObjCIvarDecl *ivar = propImpl->getPropertyIvarDecl(); local
1286 const ObjCIvarDecl *ivar; member in struct:__anon15806::DestroyIvar
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 6425 ObjCIvarDecl *ivar = ref->getDecl(); local
    [all...]

Completed in 202 milliseconds