Lines Matching defs:NULL

249 	DebugScope(const char* functionName, const char* remainingString = NULL)
253 fLevel(fParent != NULL ? fParent->fLevel + 1 : 0)
256 if (remainingString != NULL) {
271 int level = sGlobalScope != NULL ? sGlobalScope->fLevel : 0;
288 DebugScope* DebugScope::sGlobalScope = NULL;
297 fString(NULL),
510 closestCVDecoratorList(NULL)
521 firstCVQualifier(NULL),
522 firstNonCVQualifier(NULL)
532 fNextAllocated(NULL),
533 fParent(NULL),
534 fNext(NULL),
535 fNextReferenceable(NULL),
567 return decorationInfo.firstDecorator == NULL
568 || decorationInfo.firstDecorator->AddDecoration(buffer, NULL);
594 return NULL;
637 if (fName != NULL)
643 return fName == NULL || fName->GetName(buffer);
648 return fName != NULL && fName->IsNoReturnValueFunction();
653 return fName != NULL ? fName->Type() : TypeInfo();
736 fDimensionExpression(NULL),
757 if (fDimensionExpression != NULL) {
800 return fName != NULL ? fName->GetName(buffer) : true;
812 return NULL;
946 if (fUnqualifiedNode == NULL)
1011 decorationInfo.closestCVDecoratorList = NULL;
1032 if (decorationInfo.closestCVDecoratorList == NULL)
1058 if (info.firstCVQualifier == NULL)
1305 ObjectNode(NULL),
1386 fFirstArgument(NULL),
1387 fLastArgument(NULL)
1396 if (fLastArgument != NULL) {
1413 while (child != NULL) {
1444 while (child != NULL) {
1451 return NULL;
1480 fFirstSubExpression(NULL),
1481 fLastSubExpression(NULL)
1489 if (fLastSubExpression != NULL) {
1516 while (child != NULL) {
1555 while (child != NULL) {
1638 while (child != NULL) {
1709 fFirstTypeNode(NULL),
1710 fLastTypeNode(NULL),
1720 if (fLastTypeNode != NULL) {
1731 NameDecorationInfo decorationInfo(NULL);
1744 if (_HasReturnType() && child != NULL) {
1753 if (fName == NULL)
1757 if (fName != NULL) {
1760 if (info.firstNonCVQualifier != NULL
1767 if (decorationInfo.firstDecorator != NULL) {
1774 if (fName == NULL)
1781 if (child != NULL && child->Next() == NULL
1783 child = NULL;
1787 while (child != NULL) {
1800 if (info.firstCVQualifier != NULL) {
1808 if (decorationInfo.closestCVDecoratorList != NULL)
1809 decorationInfo.closestCVDecoratorList->AddDecoration(buffer, NULL);
1817 if (fName == NULL)
1852 if (_HasReturnType() && child != NULL)
1856 if (child != NULL && child->Next() == NULL
1858 return NULL;
1862 while (child != NULL && index > 0) {
1874 || fName == NULL
1992 if (_node == NULL)
2003 if (_node == NULL)
2016 if (_node == NULL)
2029 if (_node == NULL)
2080 fAllocatedNodes(NULL)
2122 fFirstReferenceableNode = NULL;
2123 fLastReferenceableNode = NULL;
2124 fAllocatedNodes = NULL;
2125 fTemplatizedNode = NULL;
2132 while (fAllocatedNodes != NULL) {
2155 if (success && versionSuffix != NULL)
2184 if (parameter == NULL)
2214 versionSuffix != NULL
2338 const char* prefix = NULL;
2354 if (prefix != NULL) {
2538 Node* initialPrefixNode = NULL;
2539 Node* prefixNode = NULL;
2559 if (initialPrefixNode != NULL) {
2561 initialPrefixNode = NULL;
2569 if (prefixNode != NULL) {
2749 const operator_info* info = NULL;
2750 for (int i = 0; kOperatorInfos[i].name != NULL; i++) {
2757 if (info != NULL)
3127 if (!NodeCreator<FunctionNode>(this)((Node*)NULL, true, isExternC,
3150 Node* dimensionExpression = NULL;
3170 return dimensionExpression != NULL
3202 if (fTemplatizedNode == NULL)
3221 if (parameter == NULL)
3272 return _CreateTypeNodeAndSkip("allocator", "std", NULL, 1,
3275 return _CreateTypeNodeAndSkip("basic_string", "std", NULL, 1,
3566 const operator_info* info = NULL;
3567 for (int i = 0; kOperatorInfos[i].name != NULL; i++) {
3576 if (info == NULL || info->argument_count < 0)
3721 if (prefix != NULL) {
3730 if (templateArgs != NULL) {
3750 || node->NextReferenceable() != NULL) {
3754 if (fFirstReferenceableNode == NULL) {
3768 while (node != NULL && index > 0) {
3773 if (node == NULL)
3789 if (_isObjectMethod == NULL)
3795 return NULL;
3810 *_isObjectMethod = strstr(buffer, "::") != NULL;
4000 return NULL;