Searched refs:IsReference (Results 1 - 25 of 25) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_reference.cpp42 bool CPDF_Reference::IsReference() const { function in class:CPDF_Reference
73 return (obj && !obj->IsReference()) ? obj : nullptr;
H A Dcpdf_reference.h30 bool IsReference() const override;
H A Dcpdf_object.cpp85 bool CPDF_Object::IsReference() const { function in class:CPDF_Object
H A Dcpdf_object.h70 virtual bool IsReference() const;
H A Dcpdf_array_unittest.cpp141 EXPECT_TRUE(elem_obj1->IsReference());
158 EXPECT_TRUE(elem_obj1->IsReference());
H A Dcpdf_object_unittest.cpp378 EXPECT_FALSE(m_DirectObjs[i]->IsReference());
383 EXPECT_TRUE(m_RefObjs[i]->IsReference());
756 EXPECT_TRUE(obj->IsReference());
776 EXPECT_TRUE(pRef->IsReference());
790 EXPECT_TRUE(obj->IsReference());
850 ASSERT_TRUE(elem0->IsReference());
875 EXPECT_TRUE(pRef->IsReference());
H A Dcpdf_array.cpp151 if (!m_Objects[i] || m_Objects[i]->IsReference())
H A Dcpdf_dictionary.cpp191 if (it == m_Map.end() || it->second->IsReference())
/external/clang/lib/AST/
H A DAPValue.cpp383 bool IsReference = Ty->isReferenceType(); local
385 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
394 if (IsReference)
401 } else if (!IsReference)
415 if (IsReference)
422 if (!IsReference)
469 if (IsReference)
/external/clang/utils/analyzer/
H A DSATestBuild.py710 IsReference = False variable
714 IsReference = True variable
716 IsReference = True variable
719 testAll(IsReference, UpdateSVN, Strictness)
/external/pdfium/fpdfsdk/
H A Dfpdfsave.cpp147 if (pFormPDFObj->IsReference()) {
160 if (pDataSetsPDFObj->IsReference()) {
H A Dfpdf_transformpage.cpp176 if (pObj->IsReference())
H A Dfpdf_flatten.cpp361 if (pFirstObj->IsReference())
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp247 bool IsReference = C.remaining().startswith("%bb."); local
248 if (!IsReference && !C.remaining().startswith("bb."))
251 unsigned PrefixLength = IsReference ? 4 : 3;
269 Token.reset(IsReference ? MIToken::MachineBasicBlock
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp473 if (!pPDFObj->IsReference())
781 if (!pPDFObj->IsReference())
/external/v8/src/compiler/
H A Dregister-allocator.h828 bool IsReference(TopLevelLiveRange* top_range) const { function in class:v8::internal::compiler::LiveRange::final
829 return code()->IsReference(top_range->vreg());
H A Dregister-allocator.cc1718 bool is_tagged = code()->IsReference(output_vreg);
1760 bool is_tagged = code()->IsReference(input_vreg);
1780 if (code()->IsReference(input_vreg) && !code()->IsReference(output_vreg)) {
1786 } else if (!code()->IsReference(input_vreg) &&
1787 code()->IsReference(output_vreg)) {
3598 if (!data()->IsReference(range)) continue;
H A Dinstruction.h1396 bool IsReference(int virtual_register) const { function in class:v8::internal::compiler::final
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1901 bool IsReference; local
1916 IsReference = false;
1922 IsReference = FD->getType()->isReferenceType();
1926 IsReference = VD->getType()->isReferenceType();
1931 if (IsReference) {
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3685 bool IsReference = CatchHandlerType->isReferenceType(); local
3694 if (IsReference)
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2397 const bool IsReference = FoundVD->getType()->isReferenceType(); local
2406 if (CheckReferenceOnly && !IsReference)
2410 unsigned diag = IsReference
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 441 milliseconds