Home
last modified time | relevance | path

Searched refs:isNull (Results 176 - 200 of 238) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantFold.cpp2209 bool isNull = true; in ConstantFoldGetElementPtr() local
2213 isNull = false; in ConstantFoldGetElementPtr()
2216 if (isNull) { in ConstantFoldGetElementPtr()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1567 if (resourcesToVisitNext.isNull()) { in put()
1599 if (!resourcesToVisit.isNull() && !resourcesToVisit->isEmpty() && !resourcesToVisit->contains(&keyUString) in put()
1668 if (!resourcesToVisitNext.isNull()) { in put()
H A Drbnf.cpp1142 if (decimalFormat.isNull()) { in format()
1147 if (decimalQuantity.isNull()) { in format()
/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp1147 if (idnaTestFile.isNull()) { in IdnaTest()
H A Ditspoof.cpp351 if (f.isNull()) { in testConfData()
H A Drbbimonkeytest.cpp676 if (fBI.isNull()) { in runTest()
H A Dtzfmttst.cpp1303 if (tzfmt.isNull()) { in TestFormatCustomZone()
/third_party/node/src/
H A Djsvm.h2435 * @param isNull: Whether the given value is Null.
2441 bool* isNull);
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h732 bool isNull() const;
754 /// Return isNull()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h682 bool isNull() const;
704 /// Return isNull()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h682 bool isNull() const;
704 /// Return isNull()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h682 bool isNull() const;
704 /// Return isNull()
/third_party/icu/icu4c/source/common/
H A Dlocid.cpp1413 if (item.isNull() && U_SUCCESS(status)) {
1720 if (U_SUCCESS(status) && !iter.isNull()) {
/third_party/icu/icu4c/source/i18n/
H A Drbnf.cpp1142 if (decimalFormat.isNull()) { in format()
1147 if (decimalQuantity.isNull()) { in format()
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc1375 if (qtype.isNull()) return false; in RepresentsRawPointerType()
1390 if (qtype.isNull()) return false; in IsGCGuard()
/third_party/node/deps/icu-small/source/common/
H A Dlocid.cpp1420 if (item.isNull() && U_SUCCESS(status)) {
1733 if (U_SUCCESS(status) && !iter.isNull()) {
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp1142 if (decimalFormat.isNull()) { in format()
1147 if (decimalQuantity.isNull()) { in format()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp1555 if (cmd.isNull()) { in pkg_createWithAssemblyCode()
2196 if (p.isNull() || (n = fread(buf, 1, items-1, p.getAlias())) <= 0) { in getPkgDataPath()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1552 if (cmd.isNull()) { in pkg_createWithAssemblyCode()
2192 if (p.isNull() || (n = fread(buf, 1, items-1, p.getAlias())) <= 0) { in getPkgDataPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFObjectFile.cpp820 if (ImportDirectory->isNull()) in import_directory_begin()
1301 if (ImportTable[Index].isNull()) { in moveNext()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1552 if (cmd.isNull()) { in pkg_createWithAssemblyCode()
2192 if (p.isNull() || (n = fread(buf, 1, items-1, p.getAlias())) <= 0) { in getPkgDataPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h453 inline bool isNull(StringRef S) { in isNull() function
477 if (isNull(S)) in needsQuotes()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp332 if(data.isNull()) { in readFile()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp332 if(data.isNull()) { in readFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunction.cpp432 unsigned Align = PtrInfo.V.isNull() in getMachineMemOperand()

Completed in 62 milliseconds

12345678910