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

  /external/llvm/lib/Object/
RecordStreamer.cpp 22 case Defined:
24 S = Defined;
33 case Defined:
49 case Defined:
RecordStreamer.h 1 //===-- RecordStreamer.h - Record asm defined and used symbols ---*- C++ -*===//
18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
IRObjectFile.cpp 103 case RecordStreamer::Defined:
  /external/lzma/CPP/7zip/Archive/7z/
7zItem.h 102 CRecordVector<bool> Defined;
107 Defined.Clear();
118 if (index < Defined.Size() && Defined[index])
127 void SetItem(int index, bool defined, UInt64 value)
129 while (index >= Defined.Size())
130 Defined.Add(false);
131 Defined[index] = defined;
132 if (!defined)
    [all...]
7zOut.cpp 530 for (i = 0; i < v.Defined.Size(); i++)
531 if (v.Defined[i])
537 WriteAlignedBoolHeader(v.Defined, numDefined, type, 8);
539 for (i = 0; i < v.Defined.Size(); i++)
540 if (v.Defined[i])
721 bool defined = db.Files[i].AttribDefined; local
722 boolVector.Add(defined);
723 if (defined)
7zIn.cpp 766 ReadBoolVector2(numFiles, v.Defined);
775 if (v.Defined[i])
844 #if !defined(_7ZIP_ST) && !defined(_SFX)
    [all...]
  /external/chromium_org/tools/gn/
functions_unittest.cc 11 TEST(Functions, Defined) {
28 const char kDef[] = "def"; // Defined variable name.
33 // Test the defined identifier.
44 // "defined(def.foo)" to see if foo is defined on the def scope.
functions.cc 131 " assert(defined(sources), \"Sources must be defined\")\n";
305 // defined ---------------------------------------------------------------------
307 const char kDefined[] = "defined";
309 "defined: Returns whether an identifier is defined.";
311 "defined: Returns whether an identifier is defined.\n"
313 " Returns true if the given argument is defined. This is most useful in\n"
317 " defined(foo)\n
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
abstract_msgs.js 6 * @fileoverview Defined the convenience function cvox.Msgs.getMsg.
  /external/eigen/Eigen/src/Core/util/
Meta.h 191 enum { Defined = 0 };
198 Defined = 1
207 Defined = 1
216 Defined = 1
  /external/clang/include/clang/Lex/
PPCallbacks.h 257 /// \brief Hook called whenever the 'defined' operator is seen.
259 virtual void Defined(const Token &MacroNameTok, const MacroDirective *MD,
457 void Defined(const Token &MacroNameTok, const MacroDirective *MD,
459 First->Defined(MacroNameTok, MD, Range);
460 Second->Defined(MacroNameTok, MD, Range);
PreprocessingRecord.h 138 /// \brief The name of the macro being defined.
145 /// \brief Retrieve the name of the macro being defined.
583 /// \brief Hook called whenever the 'defined' operator is seen.
584 void Defined(const Token &MacroNameTok, const MacroDirective *MD,
  /external/eigen/Eigen/src/Core/
CwiseBinaryOp.h 98 ? int(internal::scalar_product_traits<LHS, RHS>::Defined) \
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 495 enum { Defined = 1 };
502 enum { Defined = 1 };
509 enum { Defined = 1 };
516 enum { Defined = 1 };
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 27 # Defined as a macro, so not automatically brought in by pyxelator
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 181 LDSymbol::Type type = LDSymbol::Defined;
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 400 void PreprocessingRecord::Defined(const Token &MacroNameTok,
PPExpressions.cpp 62 /// of whether !defined(X) has been seen.
65 /// !defined(X) and !defined X
67 /// !!!defined(X) and +!defined(X) and !+!+!defined(X) and !(defined(X)).
70 /// parsed value is of the form defined(X), !defined(X) or is something else.
72 DefinedMacro, // defined(X
    [all...]
  /external/eigen/Eigen/src/Core/products/
CoeffBasedProduct.h 153 EIGEN_STATIC_ASSERT((internal::scalar_product_traits<typename Lhs::RealScalar, typename Rhs::RealScalar>::Defined),
  /external/chromium_org/third_party/readability/js/
readability.js 54 * Defined up here so we don't instantiate them repeatedly in loops.
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 720 milliseconds