Searched refs:isNull (Results 51 - 75 of 965) sorted by last modified time

1234567891011>>

/external/llvm/include/llvm/Object/
H A DELF.h284 bool isNull() const { return getPointer() == nullptr; } function in class:llvm::object::ELFFile::VersionMapEntry
285 bool isVerdef() const { return !isNull() && getInt() == 0; }
286 bool isVernaux() const { return !isNull() && getInt() == 1; }
973 if (version_index >= VersionMap.size() || VersionMap[version_index].isNull())
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h369 inline bool isNull(StringRef S) { function in namespace:llvm::yaml
393 if (isNull(S))
/external/llvm/lib/Analysis/
H A DLazyCallGraph.cpp124 assert(!Entry.isNull() &&
561 if (!Callee.isNull())
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp402 if (V.isNull() || V.is<const PseudoSourceValue*>()) return 0;
437 assert((PtrInfo.V.isNull() || PtrInfo.V.is<const PseudoSourceValue*>() ||
H A DMachineModuleInfo.cpp106 if (!Entry.Symbols.isNull()) {
133 if (Entry.Symbols.isNull())
165 assert(!Entry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
205 assert(!OldEntry.Symbols.isNull() && "Didn't have a symbol, why a callback?");
210 if (NewEntry.Symbols.isNull()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4657 if (PtrInfo.V.isNull())
4784 if (PtrInfo.V.isNull())
4839 if (PtrInfo.V.isNull())
/external/llvm/lib/IR/
H A DConstantFold.cpp1977 bool isNull = true; local
1980 isNull = false;
1983 if (isNull) {
/external/lldb/source/Expression/
H A DClangASTSource.cpp1697 if (copied_qual_type.getAsOpaquePtr() && copied_qual_type->getCanonicalTypeInternal().isNull())
H A DClangExpressionDeclMap.cpp1520 if (parser_opaque_type.isNull())
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp369 if (ret_type.isNull())
395 if (arg_type.isNull())
426 if (target_type.isNull())
436 if (target_type.isNull())
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp288 if (type.isNull())
H A DClangASTType.cpp4897 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel))
4930 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel))
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h280 bool isNull() const;
302 /// Return isNull()
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1013 if ( isNull() || isArray() || isObject() )
1023 return isNull();
1380 Value::isNull() const function in class:Json::Value
/external/jsoncpp/include/json/
H A Dvalue.h280 bool isNull() const;
302 /// Return isNull()
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1009 if ( isNull() || isArray() || isObject() )
1019 return isNull();
1376 Value::isNull() const function in class:Json::Value
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1246 JSONTEST_ASSERT_EQUAL(check.isNull_, value.isNull() );
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp265 if (immutableBucketList.isNull() || coll.isNull()) {
448 if (bucketList.isNull()) {
607 if (bucketList.isNull()) {
996 if (dest.isNull()) {
H A Dcollationbuilder.cpp236 if(tailoring.isNull() || tailoring->isBogus()) {
1570 if(newBuilder.isNull()) {
H A Dcollationdatawriter.cpp36 if(buffer.isNull()) {
H A Dcollationroot.cpp52 if(t.isNull() || t->isBogus()) {
H A Dfilteredbrk.cpp107 fBackwardsTrie.isNull()) { // .. no backwards table loaded == no exceptions
H A Dmeasfmt.cpp315 if (result.isNull()) {
651 if (nf.isNull()) {
H A Dnfrule.cpp1148 if (strIter.isNull() || prefixIter.isNull()) {
1444 if (iter.isNull()) {
H A Dnumfmt.cpp1406 if (symbolsToAdopt.isNull()) {
1417 if (symbolsToAdopt.isNull()) {

Completed in 2935 milliseconds

1234567891011>>