/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 157 bool IsDefined = false; in flushSymverDirectives() local 178 IsDefined = true; in flushSymverDirectives() 187 if (Attr == MCSA_Invalid || !IsDefined) { in flushSymverDirectives() 205 IsDefined = IsDefined || !GV->isDeclarationForLinker(); in flushSymverDirectives() 216 const char *Separator = IsDefined ? "@@" : "@"; in flushSymverDirectives() 224 if (IsDefined) in flushSymverDirectives()
|
D | WasmObjectFile.cpp | 493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local 499 IsDefined != isDefinedFunctionIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 502 if (IsDefined) { in parseLinkingSectionSymtab() 524 IsDefined != isDefinedGlobalIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 527 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) == in parseLinkingSectionSymtab() 531 if (IsDefined) { in parseLinkingSectionSymtab() 552 if (IsDefined) { in parseLinkingSectionSymtab() 582 IsDefined != isDefinedEventIndex(Info.ElementIndex)) in parseLinkingSectionSymtab() 585 if (!IsDefined && (Info.Flags & wasm::WASM_SYMBOL_BINDING_MASK) == in parseLinkingSectionSymtab() 589 if (IsDefined) { in parseLinkingSectionSymtab()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Traits.hpp | 48 struct IsDefined struct 54 struct IsDefined<T, std::enable_if_t<(sizeof(T) > 0)>> struct 60 struct IsDefined<void> struct 143 using HasReactorType = IsDefined<CToReactorT<T>>; 217 struct IsRValue<T, std::enable_if_t<IsDefined<typename T::rvalue_underlying_type>::value>> 236 struct IsReference<T, std::enable_if_t<IsDefined<typename T::reference_underlying_type>::value>> 248 struct ReactorType<T, std::enable_if_t<IsDefined<CToReactorT<T>>::value>>
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 4071 static_assert(IsDefined<RValue<Void>>::value, ""); 4072 static_assert(IsDefined<RValue<Bool>>::value, ""); 4073 static_assert(IsDefined<RValue<Byte>>::value, ""); 4074 static_assert(IsDefined<RValue<SByte>>::value, ""); 4075 static_assert(IsDefined<RValue<Short>>::value, ""); 4076 static_assert(IsDefined<RValue<UShort>>::value, ""); 4077 static_assert(IsDefined<RValue<Int>>::value, ""); 4078 static_assert(IsDefined<RValue<Long>>::value, ""); 4079 static_assert(IsDefined<RValue<UInt>>::value, ""); 4080 static_assert(IsDefined<RValue<Float>>::value, ""); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 259 bool IsDefined = false; in getSuperRegDestIfDead() local 267 IsDefined = true; in getSuperRegDestIfDead() 278 if (!IsDefined) in getSuperRegDestIfDead()
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | FrameworkPortability.cs | 47 Enum.IsDefined(typeof(RegexOptions), 8) ? (RegexOptions)8 : RegexOptions.None;
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 45 …Assert.IsTrue(member.IsDefined(typeof(ObsoleteAttribute), false), "Member not obsolete: " + member… in AssertIsDeprecated()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | DeprecatedMemberTest.cs | 45 …Assert.IsTrue(member.IsDefined(typeof(ObsoleteAttribute), false), "Member not obsolete: " + member… in AssertIsDeprecated()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() argument 106 : Address(Address), IsDefined(IsDefined), IsAbsolute(false) {} in Addressable() 109 : Address(Address), IsDefined(false), IsAbsolute(true) { in Addressable() 110 assert(!(IsDefined && IsAbsolute) && in Addressable() 125 bool isDefined() const { return static_cast<bool>(IsDefined); } in isDefined() 130 uint64_t IsDefined : 1; variable
|
/third_party/boost/boost/units/detail/ |
D | absolute_impl.hpp | 46 template<bool IsDefined, bool ReverseIsDefined>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 187 bool IsDefined; member
|
D | TGLexer.cpp | 736 {Kind, !IfdefEntry.IsDefined, SMLoc::getFromPointer(TokStart)}); in lexPreprocessor() 1002 if (!I->IsDefined) in prepIsProcessingEnabled()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1294 bool IsDefined = false; member 5089 Op.IsDefined = true; in parseSendMsgBody() 5098 Stream.IsDefined = true; in parseSendMsgBody() 5122 } else if (Strict && (msgRequiresOp(Msg.Id) != Op.IsDefined)) { in validateSendMsg() 5123 Error(S, Op.IsDefined ? in validateSendMsg() 5130 } else if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) { in validateSendMsg()
|