HomeSort by relevance Sort by last modified time
    Searched defs:IsReference (Results 1 - 21 of 21) sorted by null

  /external/clang/utils/analyzer/
SATestBuild.py 688 IsReference = False
692 IsReference = True
694 IsReference = True
697 testAll(IsReference, UpdateSVN, Strictness)
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.h 152 bool IsReference(const InstructionOperand* operand) const {
153 return IsReference(ToVreg(operand));
156 bool IsReference(const Node* node) const {
157 return IsReference(ToVreg(node));
209 return !IsDouble(virtual_register) && !IsReference(virtual_register);
212 bool IsReference(int virtual_register) const {
  /external/clang/lib/AST/
APValue.cpp 383 bool IsReference = Ty->isReferenceType();
385 = IsReference ? Ty.getNonReferenceType() : Ty->getPointeeType();
394 if (IsReference)
401 } else if (!IsReference)
415 if (IsReference)
422 if (!IsReference)
469 if (IsReference)
  /external/llvm/lib/CodeGen/MIRParser/
MILexer.cpp 247 bool IsReference = C.remaining().startswith("%bb.");
248 if (!IsReference && !C.remaining().startswith("bb."))
251 unsigned PrefixLength = IsReference ? 4 : 3;
269 Token.reset(IsReference ? MIToken::MachineBasicBlock
  /art/runtime/verifier/
reg_type.h 73 virtual bool IsReference() const { return false; }
792 bool IsReference() const OVERRIDE { return true; }
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 91 bool IsReference() const { return m_Type == PDFOBJ_REFERENCE; }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
  /external/v8/src/compiler/
instruction.h     [all...]
register-allocator.h 807 bool IsReference(TopLevelLiveRange* top_range) const {
808 return code()->IsReference(top_range->vreg());
    [all...]
  /art/runtime/
thread.cc 180 bool IsReference() const { return is_reference_; }
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 495 uint isReference;
518 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
520 /* if IsLongTerm is true, IsReference can be ignored. */
521 /* if IsReference is true, IsLongterm will be checked for short-term or long-term. */
522 /* IsUsed must be true to enable the validity of IsReference and IsLongTerm */
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1048 milliseconds