Searched defs:IsReference (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_reference.cpp43 bool CPDF_Reference::IsReference() const { function in class:CPDF_Reference
74 return (obj && !obj->IsReference()) ? obj : nullptr;
H A Dcpdf_object.cpp86 bool CPDF_Object::IsReference() const { function in class:CPDF_Object
/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/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/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/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/v8/src/compiler/
H A Dinstruction.h1496 bool IsReference(int virtual_register) const { function in class:v8::internal::compiler::final
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());
/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/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 407 milliseconds