Searched defs:Generic (Results 1 - 7 of 7) sorted by path

/external/chromium_org/v8/src/
H A Dcode-stubs.h2230 bool IsGeneric() const { return ToIntegral() == Generic().ToIntegral(); }
2232 static Types Generic() { return Types((1 << NUMBER_OF_TYPES) - 1); } function in class:ToBooleanStub::Types
/external/clang/include/clang/Basic/
H A DAttributes.h22 Generic, member in class:clang::AttrSyntax
/external/eigen/Eigen/src/Core/util/
H A DConstants.h231 /** \internal Generic vectorization path using one vectorized loop per row/column with some
406 Generic = 0x0, enumerator in enum:Eigen::Architecture::Type
414 Target = Generic
/external/lldb/tools/debugserver/source/
H A DDNBError.h28 Generic = 0, enumerator in enum:DNBError::__anon25389
37 FlavorType flavor = Generic) :
44 void Clear() { m_err = 0; m_flavor = Generic; m_str.clear(); }
77 // Generic errors can set their own string values
36 DNBError( ValueType err = 0, FlavorType flavor = Generic) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6821 GenericSetCCInfo Generic; member in union:SetCCInfo
6842 SetCCInfo.Info.Generic.Opnd0 = &Op.getOperand(0);
6843 SetCCInfo.Info.Generic.Opnd1 = &Op.getOperand(1);
6844 SetCCInfo.Info.Generic.CC = cast<CondCodeSDNode>(Op.getOperand(2))->get();
6911 : InfoAndKind.Info.Generic.Opnd0->getValueType();
6923 Cmp = getAArch64Cmp(*InfoAndKind.Info.Generic.Opnd0,
6924 *InfoAndKind.Info.Generic.Opnd1,
6925 ISD::getSetCCInverse(InfoAndKind.Info.Generic.CC, true),
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp24 Generic = 0, enumerator in enum:AsmWriterVariantTy
31 cl::values(clEnumValN(Generic, "generic", "Emit generic NEON assembly"),
/external/webrtc/src/
H A Dcommon_types.h544 VideoCodecGeneric Generic; member in union:webrtc::VideoCodecUnion

Completed in 379 milliseconds