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

/external/clang/utils/analyzer/
H A DSATestBuild.py688 IsReference = False variable
692 IsReference = True variable
694 IsReference = True variable
697 testAll(IsReference, UpdateSVN, Strictness)
/external/v8/test/unittests/compiler/
H A Dinstruction-selector-unittest.h189 bool IsReference(const InstructionOperand* operand) const { function in class:v8::internal::compiler::InstructionSelectorTest::final
190 return IsReference(ToVreg(operand));
193 bool IsReference(const Node* node) const { function in class:v8::internal::compiler::InstructionSelectorTest::final
194 return IsReference(ToVreg(node));
246 return !IsDouble(virtual_register) && !IsReference(virtual_register);
249 bool IsReference(int virtual_register) const { function in class:v8::internal::compiler::InstructionSelectorTest::final
/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/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h91 bool IsReference() const { return m_Type == PDFOBJ_REFERENCE; } function in class:CPDF_Object
/external/v8/src/compiler/
H A Dinstruction.h1334 bool IsReference(int virtual_register) const { function in class:v8::internal::compiler::final
H A Dregister-allocator.h811 bool IsReference(TopLevelLiveRange* top_range) const { function in class:v8::internal::compiler::final
812 return code()->IsReference(top_range->vreg());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1877 bool IsReference; local
1892 IsReference = false;
1898 IsReference = FD->getType()->isReferenceType();
1902 IsReference = VD->getType()->isReferenceType();
1907 if (IsReference) {
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3673 bool IsReference = CatchHandlerType->isReferenceType(); local
3680 if (IsReference)
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp2394 const bool IsReference = FoundVD->getType()->isReferenceType(); local
2403 if (CheckReferenceOnly && !IsReference)
2407 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/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/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/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 563 milliseconds