OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNULL
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h
61
bool
isNULL
() const { return AbbrevDecl == 0; }
71
return !
isNULL
() ? AbbrevDecl->getNumAttributes() : 0;
73
bool hasChildren() const { return !
isNULL
() && AbbrevDecl->hasChildren(); }
DWARFDebugInfoEntry.cpp
309
if (
isNULL
())
374
if (
isNULL
())
/external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c
92
UBool
isNULL
;
95
isNULL
= (UBool)(va_arg(marker, void*) == NULL);
97
return
isNULL
;
[
all
...]
/external/icu4c/test/cintltst/
cmsgtst.c
97
UBool
isNULL
;
100
isNULL
= (UBool)(va_arg(marker, void*) == NULL);
102
return
isNULL
;
[
all
...]
Completed in 51 milliseconds