HomeSort by relevance Sort by last modified time
    Searched refs:nref (Results 1 - 10 of 10) sorted by null

  /external/bison/src/
reader.h 54 named_ref *nref);
56 named_ref *nref);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ATokPtrImpl.h 57 if ( ptr_->nref()==0 )
ATokenBuffer.cpp 90 ((ANTLRCommonToken *)*z)->getText(), (*z)->nref());
92 if ( (*z)->nref()==0 )
250 ((ANTLRCommonToken *)*z)->getText(), (*z)->nref());
252 if ( (*z)->nref()==0 )
AToken.h 74 not a token object can be destroyed. If nref()==0, no one has
81 virtual unsigned nref() const { return 1; } // MR11 function in class:ANTLRAbstractToken
165 unsigned nref() const { return refcnt_; } // MR11 function in class:ANTLRRefCountToken
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ATokPtr.cpp 51 if ( ptr_->nref()==0 )
ATokenBuffer.cpp 89 ((ANTLRCommonToken *)*z)->getText(), (*z)->nref());
91 if ( (*z)->nref()==0 )
249 ((ANTLRCommonToken *)*z)->getText(), (*z)->nref());
251 if ( (*z)->nref()==0 )
AToken_traditional.h 72 not a token object can be destroyed. If nref()==0, no one has
78 virtual unsigned nref() { return 1; } function in class:ANTLRAbstractToken
142 unsigned nref() { return refcnt_; } function in class:ANTLRRefCountToken
AToken.h 73 not a token object can be destroyed. If nref()==0, no one has
80 virtual unsigned nref() const { return 1; } // MR11 function in class:ANTLRAbstractToken
145 unsigned nref() const { return refcnt_; } // MR11 function in class:ANTLRRefCountToken
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 328 NOTICEREF *nref;
330 if (!(nref = NOTICEREF_new()))
332 not->noticeref = nref;
334 nref = not->noticeref;
336 nref->organization->type = V_ASN1_IA5STRING;
338 nref->organization->type = V_ASN1_VISIBLESTRING;
339 if (!ASN1_STRING_set(nref->organization, cnf->value,
343 NOTICEREF *nref;
346 if (!(nref = NOTICEREF_new()))
348 not->noticeref = nref;
    [all...]
  /art/tools/ahat/test/
InstanceTest.java 213 AhatInstance nref = dump.getDumpedAhatInstance("aNullReferentReference"); local
217 assertNotNull(nref);
221 assertNull(nref.getReferent());

Completed in 909 milliseconds